From 238cbc431ee727b82c446eb6890f93b196420de0 Mon Sep 17 00:00:00 2001 From: Legate-Elizabeth <143746601+Legate-Elizabeth@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:08:19 +0000 Subject: [PATCH 1/2] Update HF_sainthood_events.txt The monastic bloodline is now accessible by Hellenic Pagans. The trigger has been adjusted to ensure it will only trigger if their society exists, and the ability to gain the bloodline (saintly_bloodline_hellenic_02) can come in matrilineal or patrilineal flavours, in accordance with all other pagan saint bloodlines. --- CleanSlate/events/HF_sainthood_events.txt | 26 +++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/CleanSlate/events/HF_sainthood_events.txt b/CleanSlate/events/HF_sainthood_events.txt index ea88f21d4..2668d6c9b 100644 --- a/CleanSlate/events/HF_sainthood_events.txt +++ b/CleanSlate/events/HF_sainthood_events.txt @@ -1300,7 +1300,10 @@ character_event = { OR = { religion_group = christian - religion = hellenic_pagan_reformed + AND = { + monastic_order_stoics = { society_is_active = yes } + religion = hellenic_pagan_reformed + } } } @@ -1331,6 +1334,25 @@ character_event = { inheritance = patrilineal } } + else_if = { + limit = { religion = hellenic_pagan_reformed } + + if = { + limit = { is_female = yes } + + create_bloodline = { + type = saintly_bloodline_hellenic_02 + religion = hellenic_pagan_reformed + inheritance = matrilineal + } + } + else = { + create_bloodline = { + type = saintly_bloodline_hellenic_02 + religion = hellenic_pagan_reformed + } + } + } else = { create_bloodline = { type = saintly_bloodline_catholic_02 @@ -3718,4 +3740,4 @@ narrative_event = { clr_character_flag = impious_papal_defender } -} \ No newline at end of file +} From 68a4ba71c9d483902c3cb09871e58742e2e225f6 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Thu, 2 Jan 2025 01:09:59 +0000 Subject: [PATCH 2/2] - Female/Male duplicate bloodlines standardised to a single bloodline - When those bloodlines were given, now uses the normal inheritance change on bloodline creation of the bloodline - Tidied up random world bloodline hand-out effect significantly - Applied bloodline names/descs in more efficient places - at the end of a random list rather than the same name/desc at the end of every instance, for example. - Originally, some bloodlines would have their localisation key written incorrectly, so it would be applied post-creation with a 'new_bloodline' command. Now all localisation keys are written correctly, and thus all the bodge-job 'new_bloodline' commands have been removed. - Condensed several duplicate bloodline names/descs into a singular localisation key, which is applied post-creation - Standardised non-historical bloodline names to all contain '_bloodline' at the end, in accordance with a majority of non-historical bloodlines - Removed numbers from bloodlines that don't have multiple instances - Some localisation has been moved around - bloodline names now live alongside their descriptions - Resolved issue #221, flying family insult 6 as a New Year's gift --- .../common/bloodlines/00_bloodlines.txt | 53 +- .../bloodlines/02_earned_bloodlines.txt | 473 ++++-------------- .../03_legendary_warrior_lodge_bloodlines.txt | 112 +---- CleanSlate/common/cb_types/christian_cbs.txt | 4 +- CleanSlate/common/cb_types/religious_cbs.txt | 4 +- .../02_alternate_start_effects.txt | 254 +++------- .../06_legendary_bloodline_effects.txt | 66 ++- CleanSlate/decisions/HFP_realm_decisions.txt | 14 +- CleanSlate/decisions/realm_decisions.txt | 38 +- CleanSlate/events/HFP_realm_events.txt | 4 +- CleanSlate/events/HF_battle_events.txt | 11 +- .../HF_bloodline_acquisition_events.txt | 11 +- CleanSlate/events/HF_bloodline_events.txt | 96 ++-- CleanSlate/events/HF_crusade_events.txt | 12 +- CleanSlate/events/HF_religious_events.txt | 20 +- CleanSlate/events/HF_sainthood_events.txt | 103 +--- .../events/HF_saintly_pilgrimage_events.txt | 4 +- CleanSlate/events/lor_roman_events.txt | 9 +- CleanSlate/events/rip_eternal_life_events.txt | 28 +- CleanSlate/events/rip_maimed_events.txt | 4 +- CleanSlate/localisation/00_bloodlines.csv | 227 ++++----- ...stomizable_localisation_warrior_lodges.txt | 18 +- 22 files changed, 446 insertions(+), 1119 deletions(-) diff --git a/CleanSlate/common/bloodlines/00_bloodlines.txt b/CleanSlate/common/bloodlines/00_bloodlines.txt index bedf8a241..e80de10c2 100644 --- a/CleanSlate/common/bloodlines/00_bloodlines.txt +++ b/CleanSlate/common/bloodlines/00_bloodlines.txt @@ -591,7 +591,7 @@ bayajidda_and_magajiva = { flags = { historical_bloodline bloodline_enatic_cognatic } } -great_conqueror_male = { +great_conqueror_bloodline = { combat_rating = 10 monthly_character_prestige = 0.25 vassal_opinion = 5 @@ -602,18 +602,7 @@ great_conqueror_male = { flags = { bloodline_heroes } } -great_conqueror_female = { - combat_rating = 10 - monthly_character_prestige = 0.25 - vassal_opinion = 5 - bloodline_effect_great_heroes_appear = 1 - inheritance = matrilineal - allow_bastards = yes - picture = GFX_bloodlines_symbol_lion - flags = { bloodline_heroes } -} - -random_world_bloodline_male_1 = { +random_world_bloodline_01 = { combat_rating = 5 monthly_character_prestige = 0.25 vassal_opinion = 5 @@ -624,18 +613,7 @@ random_world_bloodline_male_1 = { flags = { bloodline_heroes } } -random_world_bloodline_female_1 = { - combat_rating = 5 - monthly_character_prestige = 0.25 - vassal_opinion = 5 - bloodline_effect_great_heroes_appear = 1 - inheritance = matrilineal - allow_bastards = yes - picture = GFX_bloodlines_symbol_lion - flags = { bloodline_heroes } -} - -random_world_bloodline_male_2 = { +random_world_bloodline_02 = { combat_rating = 15 monthly_character_prestige = 0.25 vassal_opinion = 2 @@ -646,18 +624,7 @@ random_world_bloodline_male_2 = { flags = { bloodline_sky_burial } } -random_world_bloodline_female_2 = { - combat_rating = 15 - monthly_character_prestige = 0.25 - vassal_opinion = 2 - bloodline_effect_sky_burial = 1 - inheritance = matrilineal - allow_bastards = yes - picture = GFX_bloodlines_symbol_generic_hero - flags = { bloodline_sky_burial } -} - -random_world_bloodline_male_3 = { +random_world_bloodline_03 = { fertility = 0.25 sex_appeal_opinion = 20 monthly_character_prestige = 0.25 @@ -669,18 +636,6 @@ random_world_bloodline_male_3 = { flags = { bloodline_legitimize } } -random_world_bloodline_female_3 = { - fertility = 0.25 - sex_appeal_opinion = 20 - monthly_character_prestige = 0.25 - vassal_opinion = 2 - bloodline_effect_free_legitimize = 1 - inheritance = matrilineal - allow_bastards = yes - picture = GFX_bloodlines_symbol_midgard - flags = { bloodline_legitimize } -} - athelstan = { combat_rating = 5 monthly_character_prestige = 0.25 diff --git a/CleanSlate/common/bloodlines/02_earned_bloodlines.txt b/CleanSlate/common/bloodlines/02_earned_bloodlines.txt index e6a4b007d..d50fc1035 100644 --- a/CleanSlate/common/bloodlines/02_earned_bloodlines.txt +++ b/CleanSlate/common/bloodlines/02_earned_bloodlines.txt @@ -1,4 +1,4 @@ -samrat_chakravartin_male = { +samrat_chakravartin_bloodline = { hindu_opinion = 5 jain_opinion = 5 buddhist_opinion = 5 @@ -12,21 +12,7 @@ samrat_chakravartin_male = { } } -samrat_chakravartin_female = { - hindu_opinion = 5 - jain_opinion = 5 - buddhist_opinion = 5 - monthly_character_piety = 0.25 - global_revolt_risk = -0.01 - inheritance = matrilineal - allow_bastards = yes - flags = { created_bloodline samrat_chakravartin_bloodline } - active = { - has_dharmic_religion_trigger = yes - } -} - -saoshyant_male = { +saoshyant_bloodline = { monthly_character_piety = 1 church_opinion = 10 command_modifier = { @@ -41,22 +27,7 @@ saoshyant_male = { } } -saoshyant_female = { - monthly_character_piety = 1 - church_opinion = 10 - command_modifier = { - religious_enemy = 0.3 - } - inheritance = matrilineal - allow_bastards = yes - picture = GFX_bloodlines_symbol_zoroastrian - flags = { created_bloodline } - active = { - religion = zoroastrian - } -} - -israel_male = { +israel_bloodline = { bloodline_effect_israel_loans = 1 church_opinion = 10 command_modifier = { @@ -71,22 +42,7 @@ israel_male = { } } -israel_female = { - bloodline_effect_israel_loans = 1 - church_opinion = 10 - command_modifier = { - religious_enemy = 0.3 - } - inheritance = matrilineal - allow_bastards = yes - picture = GFX_bloodlines_symbol_jewish - flags = { jewish_loans created_bloodline } - active = { - religion_group = jewish_group - } -} - -roman_emperor_male = { +roman_emperor_bloodline = { monthly_character_prestige = 0.25 bloodline_effect_roman_culture = 1 christian_opinion = 5 @@ -104,25 +60,7 @@ roman_emperor_male = { } } -roman_emperor_female = { - monthly_character_prestige = 0.25 - bloodline_effect_roman_culture = 1 - christian_opinion = 5 - hellenic_pagan_opinion = 5 - hellenic_pagan_reformed_opinion = 5 - inheritance = matrilineal - allow_bastards = yes - flags = { bloodline_faster_roman created_bloodline } - picture = GFX_bloodlines_symbol_roman - active = { - OR = { - religion_group = christian - religion_openly_hellenic_or_reformed_trigger = yes - } - } -} - -phalaris_male = { +phalaris_bloodline = { bloodline_effect_brazen_bull = 1 christian_opinion = -10 muslim_opinion = -10 @@ -141,7 +79,7 @@ phalaris_male = { } } -teuta_female = { +teuta_bloodline = { sea_queen_opinion = 10 south_slavic_opinion = 10 greek_opinion = -10 @@ -165,7 +103,7 @@ teuta_female = { } } -child_of_destiny_male = { +child_of_destiny_bloodline = { vassal_opinion = 5 combat_rating = 10 command_modifier = { @@ -178,19 +116,6 @@ child_of_destiny_male = { picture = GFX_bloodlines_symbol_generic_hero } -child_of_destiny_female = { - vassal_opinion = 5 - combat_rating = 10 - command_modifier = { - damage = 0.1 - } - bloodline_effect_ambition = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { created_bloodline founder_invasions bloodline_ambition } - picture = GFX_bloodlines_symbol_generic_hero -} - sea_king_bloodline = { #Spawned tribal raider troops are more numerous. combat_rating = 3 sea_king_opinion = 5 @@ -201,14 +126,6 @@ sea_king_bloodline = { #Spawned tribal raider troops are more numerous. picture = GFX_bloodlines_symbol_midgard active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } flags = { more_raiders_bloodline created_bloodline } } @@ -223,19 +140,11 @@ seaqueen_bloodline = { picture = GFX_bloodlines_symbol_midgard active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } flags = { more_raiders_bloodline created_bloodline } } -bloodthirsty_male_bloodline = { +bloodthirsty_bloodline = { bloodthirsty_gods_1_opinion = 5 bloodthirsty_gods_2_opinion = 5 bloodthirsty_gods_3_opinion = 5 @@ -253,25 +162,7 @@ bloodthirsty_male_bloodline = { flags = { bloodline_created_bloodthirsty bloodline_prestige_sacrifice created_bloodline } } -bloodthirsty_female_bloodline = { - bloodthirsty_gods_1_opinion = 5 - bloodthirsty_gods_2_opinion = 5 - bloodthirsty_gods_3_opinion = 5 - inheritance = matrilineal - allow_bastards = yes - bloodline_effect_prestige_sacrifice = 1 #Gain prestige on top of piety when sacrificing people to the gods by decision. - monthly_character_piety = 0.3 - picture = GFX_bloodlines_symbol_bloodthirsty - active = { - OR = { - has_religion_feature = religion_ritual_sacrifice - religion_openly_aztec_or_reformed_trigger = yes - } - } - flags = { bloodline_created_bloodthirsty bloodline_prestige_sacrifice created_bloodline } -} - -duelist_male = { +duelist_bloodline = { monthly_character_prestige = 0.1 combat_rating = 20 bloodline_effect_duel = 1 @@ -285,21 +176,7 @@ duelist_male = { flags = { duelist_bloodline created_bloodline } } -duelist_female = { - monthly_character_prestige = 0.1 - combat_rating = 20 - bloodline_effect_duel = 1 - command_modifier = { - morale_offence = 0.015 - morale_defence = 0.015 - } - inheritance = matrilineal - allow_bastards = yes - picture = GFX_bloodlines_placeholder_symbol - flags = { duelist_bloodline created_bloodline } -} - -lcr_male = { +lcr_bloodline = { monthly_character_prestige = 0.1 combat_rating = 5 east_slavic_opinion = 5 @@ -310,20 +187,8 @@ lcr_male = { flags = { created_bloodline } } -lcr_female = { - monthly_character_prestige = 0.1 - combat_rating = 5 - east_slavic_opinion = 5 - west_slavic_opinion = 5 - inheritance = matrilineal - allow_bastards = yes - picture = GFX_bloodlines_placeholder_symbol_2 - flags = { created_bloodline } -} - - ## Crusade related Bloodlines ## -grand_crusader = { +grand_crusader_bloodline = { monthly_character_prestige = 0.2 christian_opinion = 5 combat_rating = 5 @@ -333,19 +198,11 @@ grand_crusader = { picture = GFX_bloodlines_symbol_cross_crusader active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } flags = { grand_crusader_bloodline created_bloodline crusader_bloodline } } -crusader_commander = { +crusader_commander_bloodline = { monthly_character_prestige = 0.2 combat_rating = 10 bloodline_effect_battle_survivor = 1 @@ -354,19 +211,11 @@ crusader_commander = { picture = GFX_bloodlines_symbol_cross_crusader active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } flags = { battle_survivor_bloodline created_bloodline crusader_bloodline } } -crusade_lord = { +crusade_lord_bloodline = { monthly_character_prestige = 0.1 christian_opinion = 5 combat_rating = 5 @@ -376,19 +225,11 @@ crusade_lord = { picture = GFX_bloodlines_symbol_cross_crusader active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } flags = { crusade_lord_bloodline created_bloodline crusader_bloodline } } -lord_of_outremer = { +lord_of_outremer_bloodline = { monthly_character_prestige = 0.3 combat_rating = 10 command_modifier = { @@ -401,14 +242,6 @@ lord_of_outremer = { picture = GFX_bloodlines_symbol_cross_crusader active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } flags = { inquisitional_bloodline created_bloodline crusader_bloodline } } @@ -423,19 +256,11 @@ crusader_kid_bloodline = { picture = GFX_bloodlines_symbol_cross_crusader active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } flags = { crusade_lord_bloodline crusader_kid_bloodline created_bloodline } } -destroyer_of_byzantium = { +destroyer_of_byzantium_bloodline = { monthly_character_prestige = 0.2 latin_opinion = 5 west_germanic_opinion = 5 @@ -501,7 +326,7 @@ reconquista_cid_bloodline = { } #earned by a female celtic ruler who successfully gains e_britannia -boudica = { +boudica_bloodline = { combat_rating = 5 celtic_opinion = 5 light_infantry_morale = 0.05 @@ -652,7 +477,7 @@ pure_peace_bloodline_03 = { } #Pure building -pure_architect_bloodline_01 = { +pure_architect_bloodline = { picture = GFX_bloodlines_symbol_architect inheritance = patrilineal allow_bastards = yes @@ -665,7 +490,7 @@ pure_architect_bloodline_01 = { } flags = { created_bloodline bloodline_architect } } -pure_castellan_bloodline_01 = { +pure_castellan_bloodline = { picture = GFX_bloodlines_symbol_castellan inheritance = patrilineal allow_bastards = yes @@ -680,7 +505,7 @@ pure_castellan_bloodline_01 = { } flags = { created_bloodline bloodline_castellan } } -pure_monumental_bloodline_01 = { +pure_monumental_bloodline = { picture = GFX_bloodlines_symbol_monumental inheritance = patrilineal allow_bastards = yes @@ -696,7 +521,7 @@ pure_monumental_bloodline_01 = { #Hybrids #Murder War Hybrid -hybrid_murder_war_bloodline_01 = { +hybrid_murder_war_bloodline = { picture = GFX_bloodlines_symbol_murder_war inheritance = patrilineal allow_bastards = yes @@ -709,7 +534,7 @@ hybrid_murder_war_bloodline_01 = { } #Murder Peace Hybrid -hybrid_murder_peace_bloodline_01 = { +hybrid_murder_peace_bloodline = { picture = GFX_bloodlines_symbol_murder_peace inheritance = patrilineal allow_bastards = yes @@ -720,7 +545,7 @@ hybrid_murder_peace_bloodline_01 = { } #Builder Combo Hybrid -hybrid_builder_bloodline_01 = { +hybrid_builder_bloodline = { picture = GFX_bloodlines_symbol_builder inheritance = patrilineal allow_bastards = yes @@ -735,7 +560,7 @@ hybrid_builder_bloodline_01 = { } #Murder Builder Hybrid -hybrid_murder_builder_bloodline_01 = { +hybrid_murder_builder_bloodline = { picture = GFX_bloodlines_symbol_murder_builder inheritance = patrilineal allow_bastards = yes @@ -750,7 +575,7 @@ hybrid_murder_builder_bloodline_01 = { } #Peace Architect Hybrid -hybrid_peace_architect_bloodline_01 = { +hybrid_peace_architect_bloodline = { picture = GFX_bloodlines_symbol_peace_builder inheritance = patrilineal allow_bastards = yes @@ -767,7 +592,7 @@ hybrid_peace_architect_bloodline_01 = { } #Peace Castellan Hybrid -hybrid_peace_castellan_bloodline_01 = { +hybrid_peace_castellan_bloodline = { picture = GFX_bloodlines_symbol_peace_builder inheritance = patrilineal allow_bastards = yes @@ -784,7 +609,7 @@ hybrid_peace_castellan_bloodline_01 = { } #Peace Monumental Hybrid -hybrid_peace_monumental_bloodline_01 = { +hybrid_peace_monumental_bloodline = { picture = GFX_bloodlines_symbol_peace_builder inheritance = patrilineal allow_bastards = yes @@ -801,7 +626,7 @@ hybrid_peace_monumental_bloodline_01 = { } #Event-based Bloodlines -event_family_bloodline_01 = { +event_family_bloodline = { picture = GFX_bloodlines_symbol_family inheritance = patrilineal allow_bastards = yes @@ -810,7 +635,7 @@ event_family_bloodline_01 = { bloodline_effect_dynastic_meddling = 1 flags = { created_bloodline bloodline_dynastic_meddling } } -event_technology_bloodline_01 = { +event_technology_bloodline = { picture = GFX_bloodlines_symbol_technology inheritance = patrilineal allow_bastards = yes @@ -821,7 +646,7 @@ event_technology_bloodline_01 = { bloodline_effect_wandering_artists = 1 flags = { created_bloodline bloodline_more_philosophers bloodline_wandering_artists } } -event_benevolent_bloodline_01 = { +event_benevolent_bloodline = { picture = GFX_bloodlines_symbol_benevolent inheritance = patrilineal allow_bastards = yes @@ -831,7 +656,7 @@ event_benevolent_bloodline_01 = { monthly_character_piety = 0.05 flags = { created_bloodline } } -event_ruthless_bloodline_01 = { +event_ruthless_bloodline = { picture = GFX_bloodlines_symbol_ruthless inheritance = patrilineal allow_bastards = yes @@ -842,7 +667,9 @@ event_ruthless_bloodline_01 = { flags = { created_bloodline bloodline_revocation_plot } } -#Event-based religious Bloodlines (two versions de facto, reiterated for different icons) +#Event-based religious Bloodlines (multiple versions for different icons based on religion) + +##Peace event_religion_peaceful_bloodline_01 = { picture = GFX_bloodlines_symbol_cross_2 #Christian inheritance = patrilineal @@ -850,41 +677,11 @@ event_religion_peaceful_bloodline_01 = { monthly_character_piety = 0.1 tech_growth_modifier_culture = 0.05 church_opinion = 4 - active = { - religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } - } bloodline_effect_more_philosophers = 1 - flags = { created_bloodline bloodline_more_philosophers } -} -event_religion_aggressive_bloodline_01 = { - picture = GFX_bloodlines_symbol_cross_2 - inheritance = patrilineal - allow_bastards = yes - monthly_character_piety = 0.15 - tech_growth_modifier_culture = -0.03 - church_opinion = 8 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_better_inquisition = 1 - bloodline_effect_religious_liberation = 1 - flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } + flags = { created_bloodline bloodline_more_philosophers } } event_religion_peaceful_bloodline_02 = { picture = GFX_bloodlines_symbol_sunni #Muslim @@ -893,217 +690,153 @@ event_religion_peaceful_bloodline_02 = { monthly_character_piety = 0.1 tech_growth_modifier_culture = 0.05 church_opinion = 4 + bloodline_effect_more_philosophers = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_more_philosophers = 1 flags = { created_bloodline bloodline_more_philosophers } } -event_religion_aggressive_bloodline_02 = { - picture = GFX_bloodlines_symbol_sunni +event_religion_peaceful_bloodline_03 = { + picture = GFX_bloodlines_symbol_jewish #Jewish inheritance = patrilineal allow_bastards = yes - monthly_character_piety = 0.15 - tech_growth_modifier_culture = -0.03 - church_opinion = 8 + monthly_character_piety = 0.1 + tech_growth_modifier_culture = 0.05 + church_opinion = 4 + bloodline_effect_more_philosophers = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_better_inquisition = 1 - bloodline_effect_religious_liberation = 1 - flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } + flags = { created_bloodline bloodline_more_philosophers } } -event_religion_peaceful_bloodline_03 = { - picture = GFX_bloodlines_symbol_jewish #Jewish +event_religion_peaceful_bloodline_04 = { + picture = GFX_bloodlines_symbol_pagan #Pagan inheritance = patrilineal allow_bastards = yes monthly_character_piety = 0.1 tech_growth_modifier_culture = 0.05 church_opinion = 4 + bloodline_effect_more_philosophers = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_more_philosophers = 1 flags = { created_bloodline bloodline_more_philosophers } } -event_religion_aggressive_bloodline_03 = { - picture = GFX_bloodlines_symbol_jewish +event_religion_peaceful_bloodline_05 = { + picture = GFX_bloodlines_symbol_zoroastrian #Mazdans inheritance = patrilineal allow_bastards = yes - monthly_character_piety = 0.15 - tech_growth_modifier_culture = -0.03 - church_opinion = 8 + monthly_character_piety = 0.1 + tech_growth_modifier_culture = 0.05 + church_opinion = 4 + bloodline_effect_more_philosophers = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_better_inquisition = 1 - bloodline_effect_religious_liberation = 1 - flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } + flags = { created_bloodline bloodline_more_philosophers } } -event_religion_peaceful_bloodline_04 = { - picture = GFX_bloodlines_symbol_pagan #Pagan +event_religion_peaceful_bloodline_06 = { + picture = GFX_bloodlines_symbol_hindu #Dharmic inheritance = patrilineal allow_bastards = yes monthly_character_piety = 0.1 tech_growth_modifier_culture = 0.05 church_opinion = 4 + bloodline_effect_more_philosophers = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_more_philosophers = 1 flags = { created_bloodline bloodline_more_philosophers } } -event_religion_aggressive_bloodline_04 = { - picture = GFX_bloodlines_symbol_pagan + +##Aggression +event_religion_aggressive_bloodline_01 = { + picture = GFX_bloodlines_symbol_cross_2 #Christian inheritance = patrilineal allow_bastards = yes monthly_character_piety = 0.15 tech_growth_modifier_culture = -0.03 church_opinion = 8 + bloodline_effect_better_inquisition = 1 + bloodline_effect_religious_liberation = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_better_inquisition = 1 - bloodline_effect_religious_liberation = 1 flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } } -event_religion_peaceful_bloodline_05 = { - picture = GFX_bloodlines_symbol_zoroastrian #Zoroastrian +event_religion_aggressive_bloodline_02 = { + picture = GFX_bloodlines_symbol_sunni #Muslim inheritance = patrilineal allow_bastards = yes - monthly_character_piety = 0.1 - tech_growth_modifier_culture = 0.05 - church_opinion = 4 + monthly_character_piety = 0.15 + tech_growth_modifier_culture = -0.03 + church_opinion = 8 + bloodline_effect_better_inquisition = 1 + bloodline_effect_religious_liberation = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_more_philosophers = 1 - flags = { created_bloodline bloodline_more_philosophers } + flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } } -event_religion_aggressive_bloodline_05 = { - picture = GFX_bloodlines_symbol_zoroastrian +event_religion_aggressive_bloodline_03 = { + picture = GFX_bloodlines_symbol_jewish #Jewish inheritance = patrilineal allow_bastards = yes monthly_character_piety = 0.15 tech_growth_modifier_culture = -0.03 church_opinion = 8 + bloodline_effect_better_inquisition = 1 + bloodline_effect_religious_liberation = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } + flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } +} +event_religion_aggressive_bloodline_04 = { + picture = GFX_bloodlines_symbol_pagan #Pagan + inheritance = patrilineal + allow_bastards = yes + monthly_character_piety = 0.15 + tech_growth_modifier_culture = -0.03 + church_opinion = 8 bloodline_effect_better_inquisition = 1 bloodline_effect_religious_liberation = 1 + active = { + religion_same_as_bloodline_founder_trigger = yes + } flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } } -event_religion_peaceful_bloodline_06 = { - picture = GFX_bloodlines_symbol_hindu #Indian +event_religion_aggressive_bloodline_05 = { + picture = GFX_bloodlines_symbol_zoroastrian #Mazdans inheritance = patrilineal allow_bastards = yes - monthly_character_piety = 0.1 - tech_growth_modifier_culture = 0.05 - church_opinion = 4 + monthly_character_piety = 0.15 + tech_growth_modifier_culture = -0.03 + church_opinion = 8 + bloodline_effect_better_inquisition = 1 + bloodline_effect_religious_liberation = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_more_philosophers = 1 - flags = { created_bloodline bloodline_more_philosophers } + flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } } event_religion_aggressive_bloodline_06 = { - picture = GFX_bloodlines_symbol_hindu + picture = GFX_bloodlines_symbol_hindu #Dharmic inheritance = patrilineal allow_bastards = yes monthly_character_piety = 0.15 tech_growth_modifier_culture = -0.03 church_opinion = 8 + bloodline_effect_better_inquisition = 1 + bloodline_effect_religious_liberation = 1 active = { religion_same_as_bloodline_founder_trigger = yes -# custom_tooltip = { -# text = saintly_bloodline_same_religion_TT -# FROM = { -# founder = { -# religion = ROOT -# } -# } -# } } - bloodline_effect_better_inquisition = 1 - bloodline_effect_religious_liberation = 1 flags = { created_bloodline bloodline_better_inquisition bloodline_religious_liberation } } #Special earned Bloodlines: -alexander_bloodline_01 = { +alexander_bloodline = { picture = GFX_bloodlines_symbol_bucephalus inheritance = patrilineal allow_bastards = yes @@ -1115,7 +848,7 @@ alexander_bloodline_01 = { bloodline_effect_one_invasion = 1 flags = { created_bloodline bloodline_ambition bloodline_great_conquerors bloodline_alexander } } -ashoka_bloodline_01 = { +ashoka_bloodline = { picture = GFX_bloodlines_symbol_ashoka_lion inheritance = patrilineal allow_bastards = yes @@ -1130,7 +863,7 @@ ashoka_bloodline_01 = { flags = { created_bloodline bloodline_great_conquerors bloodline_better_inquisition bloodline_religious_liberation bloodline_ashoka } } -immortal_bloodline_01 = { +immortal_bloodline = { picture = GFX_bloodlines_symbol_murder_jester inheritance = patrilineal allow_bastards = yes @@ -1140,7 +873,7 @@ immortal_bloodline_01 = { flags = { created_bloodline bloodline_ambition bloodline_murderous } #Murderous + Ambitious = "There can be only ONE." } -chinese_imperial_bloodline_01 = { +chinese_imperial_bloodline = { picture = GFX_bloodlines_symbol_taoist inheritance = patrilineal allow_bastards = yes @@ -1151,6 +884,7 @@ chinese_imperial_bloodline_01 = { } matilde_bloodline = { + picture = GFX_bloodlines_symbol_virgin religion_head_opinion = 10 bloodline_effect_easy_vows = 1 monthly_character_piety = 0.05 @@ -1160,11 +894,11 @@ matilde_bloodline = { active = { religion = catholic } - picture = GFX_bloodlines_symbol_virgin flags = { created_bloodline matilde_bloodline bloodline_easy_monks } } matilde_male_bloodline = { + picture = GFX_bloodlines_symbol_blessed_child religion_head_opinion = 10 bloodline_effect_easy_vows = 1 monthly_character_piety = 0.05 @@ -1174,11 +908,11 @@ matilde_male_bloodline = { active = { religion = catholic } - picture = GFX_bloodlines_symbol_blessed_child flags = { created_bloodline bloodline_easy_monks } } true_matilde_bloodline = { + picture = GFX_bloodlines_symbol_fleur_de_lis religion_head_opinion = 5 italian_opinion = 5 bloodline_effect_easy_vows = 1 @@ -1189,6 +923,5 @@ true_matilde_bloodline = { active = { religion = catholic } - picture = GFX_bloodlines_symbol_fleur_de_lis flags = { created_bloodline matilde_bloodline bloodline_easy_monks } } diff --git a/CleanSlate/common/bloodlines/03_legendary_warrior_lodge_bloodlines.txt b/CleanSlate/common/bloodlines/03_legendary_warrior_lodge_bloodlines.txt index 0f9a97b95..681808737 100644 --- a/CleanSlate/common/bloodlines/03_legendary_warrior_lodge_bloodlines.txt +++ b/CleanSlate/common/bloodlines/03_legendary_warrior_lodge_bloodlines.txt @@ -15,7 +15,7 @@ # bloodline_effect_pet_eagle bloodline_pet_eagle If you lose your eagle, you will find a new one... -legendary_eagle_hunter_male = { #Hunting Birds +legendary_eagle_hunter_bloodline = { #Hunting Birds falconer_opinion = 5 combat_rating = 15 bloodline_effect_pet_eagle = 1 @@ -24,17 +24,8 @@ legendary_eagle_hunter_male = { #Hunting Birds flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_pet_eagle } picture = GFX_bloodlines_symbol_tengri_eagle } -legendary_eagle_hunter_female = { #Hunting Birds - falconer_opinion = 5 - combat_rating = 15 - bloodline_effect_pet_eagle = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_pet_eagle } - picture = GFX_bloodlines_symbol_tengri_eagle -} -legendary_dog_hunter_male = { #War Hounds (WoL exclusive) +legendary_dog_hunter_bloodline = { #War Hounds (WoL exclusive) hunter_opinion = 5 combat_rating = 15 bloodline_effect_pet_dog = 1 @@ -43,17 +34,8 @@ legendary_dog_hunter_male = { #War Hounds (WoL exclusive) flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_pet_dog } picture = GFX_bloodlines_symbol_norse_wolf } -legendary_dog_hunter_female = { #War Hounds (WoL exclusive) - hunter_opinion = 5 - combat_rating = 15 - bloodline_effect_pet_dog = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_pet_dog } - picture = GFX_bloodlines_symbol_norse_wolf -} -legendary_battle_survivor_male = { #Battle Survivors +legendary_battle_survivor_bloodline = { #Battle Survivors combat_rating = 5 bloodline_effect_battle_survivor = 1 inheritance = patrilineal @@ -61,16 +43,8 @@ legendary_battle_survivor_male = { #Battle Survivors flags = { legendary_warrior_lodge_bloodline created_bloodline battle_survivor_bloodline } picture = GFX_bloodlines_symbol_war } -legendary_battle_survivor_female = { #Battle Survivors - combat_rating = 5 - bloodline_effect_battle_survivor = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline battle_survivor_bloodline } - picture = GFX_bloodlines_symbol_war -} -legendary_leader_male = { #Loyal Councilors (Conclave exclusive) +legendary_leader_bloodline = { #Loyal Councilors (Conclave exclusive) vassal_opinion = 5 combat_rating = 5 bloodline_effect_loyal_councilors = 1 @@ -79,16 +53,7 @@ legendary_leader_male = { #Loyal Councilors (Conclave exclusive) flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_loyalist } picture = GFX_bloodlines_symbol_blessed_child } -legendary_leader_female = { #Loyal Councilors (Conclave exclusive) - vassal_opinion = 5 - combat_rating = 5 - bloodline_effect_loyal_councilors = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_loyalist } - picture = GFX_bloodlines_symbol_blessed_child -} -legendary_warrior_male = { #Easier joining warrior lodges +legendary_warrior_bloodline = { #Easier joining warrior lodges monthly_character_prestige = 0.1 combat_rating = 15 bloodline_effect_joining_warrior_lodge = 1 @@ -97,16 +62,8 @@ legendary_warrior_male = { #Easier joining warrior lodges flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_legendary_warrior } picture = GFX_bloodlines_symbol_war } -legendary_warrior_female = { #Easier joining warrior lodges - monthly_character_prestige = 0.1 - bloodline_effect_joining_warrior_lodge = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_legendary_warrior } - picture = GFX_bloodlines_symbol_war -} -legendary_soldier_male = { #Artisan Craftsmen (Monks & Mystics/Jade Dragon exclusive) +legendary_soldier_bloodline = { #Artisan Craftsmen (Monks & Mystics/Jade Dragon exclusive) combat_rating = 10 monthly_character_prestige = 0.1 bloodline_effect_artisan_craftsmen = 1 @@ -115,17 +72,8 @@ legendary_soldier_male = { #Artisan Craftsmen (Monks & Mystics/Jade Dragon exclu flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_artisan_craftsmen } picture = GFX_bloodlines_symbol_war } -legendary_soldier_female = { #Artisan Craftsmen (Monks & Mystics/Jade Dragon exclusive) - combat_rating = 10 - monthly_character_prestige = 0.1 - bloodline_effect_artisan_craftsmen = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_artisan_craftsmen } - picture = GFX_bloodlines_symbol_war -} -legendary_battle_bard_male = { #Battle Bards +legendary_battle_bard_bloodline = { #Battle Bards combat_rating = 10 monthly_character_prestige = 0.1 poet_opinion = 5 @@ -135,18 +83,8 @@ legendary_battle_bard_male = { #Battle Bards flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_battle_bards } picture = GFX_bloodlines_symbol_war } -legendary_battle_bard_female = { #Battle Bards - combat_rating = 10 - monthly_character_prestige = 0.1 - poet_opinion = 5 - bloodline_effect_battle_bards = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_battle_bards } - picture = GFX_bloodlines_symbol_war -} -legendary_commander_male = { #Inspire Commanders +legendary_commander_bloodline = { #Inspire Commanders strategist_opinion = 5 combat_rating = 10 monthly_character_prestige = 0.1 @@ -156,18 +94,8 @@ legendary_commander_male = { #Inspire Commanders flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_inspire_commanders } picture = GFX_bloodlines_symbol_horse } -legendary_commander_female = { #Inspire Commanders - strategist_opinion = 5 - combat_rating = 10 - monthly_character_prestige = 0.1 - bloodline_effect_inspire_commanders = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_inspire_commanders } - picture = GFX_bloodlines_symbol_horse -} -legendary_captor_male = { #Fearsome +legendary_captor_bloodline = { #Fearsome just_opinion = 5 combat_rating = 10 monthly_character_prestige = 0.1 @@ -177,18 +105,8 @@ legendary_captor_male = { #Fearsome flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_fearsome } picture = GFX_bloodlines_symbol_murder_war } -legendary_captor_female = { #Fearsome - just_opinion = 5 - combat_rating = 10 - monthly_character_prestige = 0.1 - bloodline_effect_fearsome = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_fearsome } - picture = GFX_bloodlines_symbol_murder_war -} -legendary_raider_male = { #Reaver +legendary_raider_bloodline = { #Reaver greedy_opinion = 5 combat_rating = 10 monthly_character_prestige = 0.1 @@ -198,13 +116,3 @@ legendary_raider_male = { #Reaver flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_reaver } picture = GFX_bloodlines_symbol_ruthless } -legendary_raider_female = { #Reaver - greedy_opinion = 5 - combat_rating = 10 - monthly_character_prestige = 0.1 - bloodline_effect_reaver = 1 - inheritance = matrilineal - allow_bastards = yes - flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_reaver } - picture = GFX_bloodlines_symbol_ruthless -} diff --git a/CleanSlate/common/cb_types/christian_cbs.txt b/CleanSlate/common/cb_types/christian_cbs.txt index 37b79ebed..894cc2b2c 100644 --- a/CleanSlate/common/cb_types/christian_cbs.txt +++ b/CleanSlate/common/cb_types/christian_cbs.txt @@ -516,14 +516,14 @@ shepherds_crusade_invasion = { add_trait = crusader_king create_bloodline = { - type = crusader_commander + type = crusader_commander_bloodline } } else = { add_trait = crusader_queen create_bloodline = { - type = crusader_commander + type = crusader_commander_bloodline inheritance = matrilineal } } diff --git a/CleanSlate/common/cb_types/religious_cbs.txt b/CleanSlate/common/cb_types/religious_cbs.txt index 81febfdd2..902832f16 100644 --- a/CleanSlate/common/cb_types/religious_cbs.txt +++ b/CleanSlate/common/cb_types/religious_cbs.txt @@ -1813,14 +1813,14 @@ new_crusade = { limit = { is_female = yes } create_bloodline = { - type = crusade_lord + type = crusade_lord_bloodline religion = THIS inheritance = matrilineal } } else = { create_bloodline = { - type = crusade_lord + type = crusade_lord_bloodline religion = THIS inheritance = patrilineal } diff --git a/CleanSlate/common/scripted_effects/02_alternate_start_effects.txt b/CleanSlate/common/scripted_effects/02_alternate_start_effects.txt index b70bc139d..7b3aa8359 100644 --- a/CleanSlate/common/scripted_effects/02_alternate_start_effects.txt +++ b/CleanSlate/common/scripted_effects/02_alternate_start_effects.txt @@ -54,23 +54,18 @@ shattered_conqueror_spawn_effect = { limit = { is_female = yes } create_bloodline = { - type = great_conqueror_female + type = great_conqueror_bloodline + inheritance = matrilineal } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } else = { create_bloodline = { - type = great_conqueror_male + type = great_conqueror_bloodline } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } - + save_event_target_as = great_conqueror set_character_flag = great_conqueror @@ -461,23 +456,18 @@ spawn_hre_effect = { limit = { is_female = yes } create_bloodline = { - type = great_conqueror_female + type = great_conqueror_bloodline + inheritance = matrilineal } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } else = { create_bloodline = { - type = great_conqueror_male + type = great_conqueror_bloodline } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } - + any_realm_character = { religion = event_target:target_ruler } @@ -694,23 +684,18 @@ spawn_hre_effect = { limit = { is_female = yes } create_bloodline = { - type = great_conqueror_female + type = great_conqueror_bloodline + inheritance = matrilineal } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } else = { create_bloodline = { - type = great_conqueror_male + type = great_conqueror_bloodline } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } - + any_realm_character = { religion = event_target:target_ruler } @@ -1108,23 +1093,18 @@ spawn_byz_effect = { limit = { is_female = yes } create_bloodline = { - type = great_conqueror_female + type = great_conqueror_bloodline + inheritance = matrilineal } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } else = { create_bloodline = { - type = great_conqueror_male + type = great_conqueror_bloodline } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } - + any_realm_character = { limit = { NOT = { religion_group = event_target:target_ruler } @@ -1543,22 +1523,16 @@ spawn_byz_effect = { limit = { is_female = yes } create_bloodline = { - type = great_conqueror_female + type = great_conqueror_bloodline + inheritance = matrilineal } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } - else = { create_bloodline = { - type = great_conqueror_male + type = great_conqueror_bloodline } - new_bloodline = { - set_description = bloodline_desc_great_conqueror - } } any_realm_character = { @@ -2268,165 +2242,71 @@ spawn_one_bloodline_effect = { is_adult = yes } - # save_event_target_as = random_world_bloodline_character - - if = { - limit = { is_adult = yes } - - if = { - limit = { is_female = yes } - - random_list = { - 20 = { - create_bloodline = { - type = random_world_bloodline_female_1 - } - - new_bloodline = { - set_description = bloodline_description_random_world_1 - } - - set_character_flag = random_world_bloodline - - } - - 20 = { - create_bloodline = { - type = random_world_bloodline_female_2 - } - - new_bloodline = { - set_description = bloodline_description_random_world_2 - } - - set_character_flag = random_world_bloodline - - } - - 5 = { - create_bloodline = { - type = random_world_bloodline_female_3 - } - - new_bloodline = { - set_description = bloodline_description_random_world_3 - } + set_character_flag = random_world_bloodline - set_character_flag = random_world_bloodline - - remove_trait = chaste - remove_trait = ugly - add_trait = master_seductress - add_trait = lustful - add_trait = attractive - give_nickname = nick_the_fair + random_list = { + 20 = { + if = { + limit = { is_female = yes } + create_bloodline = { + type = random_world_bloodline_01 + inheritance = matrilineal } } - } - else = { - random_list = { - 20 = { - create_bloodline = { - type = random_world_bloodline_male_1 - } - - new_bloodline = { - set_description = bloodline_description_random_world_1 - } - - set_character_flag = random_world_bloodline - } - - 20 = { - create_bloodline = { - type = random_world_bloodline_male_2 - } - - new_bloodline = { - set_description = bloodline_description_random_world_2 - } - - set_character_flag = random_world_bloodline - } - - 5 = { - create_bloodline = { - type = random_world_bloodline_male_3 - } - - new_bloodline = { - set_description = bloodline_description_random_world_3 - } - - set_character_flag = random_world_bloodline - remove_trait = chaste - remove_trait = ugly - add_trait = master_seducer - add_trait = lustful - add_trait = attractive - give_nickname = nick_the_fair + else = { + create_bloodline = { + type = random_world_bloodline_01 } } } - } - else = { - if = { - limit = { is_female = yes } - - random_list = { - 20 = { - create_bloodline = { - type = random_world_bloodline_female_1 - } - - new_bloodline = { - set_description = bloodline_description_random_world_1 - } - set_character_flag = random_world_bloodline + 20 = { + if = { + limit = { is_female = yes } + create_bloodline = { + type = random_world_bloodline_02 + inheritance = matrilineal } - - 20 = { - create_bloodline = { - type = random_world_bloodline_female_2 - } - - new_bloodline = { - set_description = bloodline_description_random_world_2 - } - - set_character_flag = random_world_bloodline + } + else = { + create_bloodline = { + type = random_world_bloodline_02 } } } - else = { - random_list = { - 20 = { - create_bloodline = { - type = random_world_bloodline_male_1 - } - - new_bloodline = { - set_description = bloodline_description_random_world_1 - } - set_character_flag = random_world_bloodline + 5 = { + trigger = { is_adult = yes } + + if = { + limit = { is_female = yes } + + add_trait = master_seductress + create_bloodline = { + type = random_world_bloodline_03 + inheritance = matrilineal } - - 20 = { - create_bloodline = { - type = random_world_bloodline_male_2 - } - - new_bloodline = { - set_description = bloodline_description_random_world_2 - } - - set_character_flag = random_world_bloodline + } + else = { + add_trait = master_seducer + + create_bloodline = { + type = random_world_bloodline_03 } } + + remove_trait = chaste + remove_trait = ugly + add_trait = lustful + add_trait = attractive + give_nickname = nick_the_fair + } } + + new_bloodline = { + set_name = random_world_bloodline_name + } health = 2 fertility = 0.5 diff --git a/CleanSlate/common/scripted_effects/06_legendary_bloodline_effects.txt b/CleanSlate/common/scripted_effects/06_legendary_bloodline_effects.txt index ff7c3fa4d..3ad459dfb 100644 --- a/CleanSlate/common/scripted_effects/06_legendary_bloodline_effects.txt +++ b/CleanSlate/common/scripted_effects/06_legendary_bloodline_effects.txt @@ -390,20 +390,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_eagle_hunter_female + type = legendary_eagle_hunter_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_eagle_hunter_male + type = legendary_eagle_hunter_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_eagle_hunter - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_eagle_hunter_A } @@ -421,20 +420,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_dog_hunter_female + type = legendary_dog_hunter_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_dog_hunter_male + type = legendary_dog_hunter_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_dog_hunter - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_dog_hunter_A } @@ -450,20 +448,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_battle_survivor_female + type = legendary_battle_survivor_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_battle_survivor_male + type = legendary_battle_survivor_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_battle_survivor - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_battle_survivor_A } @@ -481,20 +478,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_leader_female + type = legendary_leader_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_leader_male + type = legendary_leader_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_leader - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_leader_A } @@ -510,20 +506,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_warrior_female + type = legendary_warrior_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_warrior_male + type = legendary_warrior_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_warrior - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_warrior_A } @@ -546,20 +541,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_soldier_female + type = legendary_soldier_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_soldier_male + type = legendary_soldier_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_soldier - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_soldier_A } @@ -577,6 +571,7 @@ found_a_legendary_bloodline_effect = { # For any hero create_bloodline = { type = legendary_battle_bard_female society = event_target:society_affiliation + inheritance = matrilineal } } else = { @@ -587,8 +582,6 @@ found_a_legendary_bloodline_effect = { # For any hero } new_bloodline = { - set_description = bloodline_desc_legendary_battle_bard - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_battle_bard_A } @@ -604,20 +597,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_commander_female + type = legendary_commander_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_commander_male + type = legendary_commander_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_commander - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_commander_A } @@ -633,20 +625,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_captor_female + type = legendary_captor_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_captor_male + type = legendary_captor_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_captor - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_captor_A } @@ -662,20 +653,19 @@ found_a_legendary_bloodline_effect = { # For any hero limit = { is_female = yes } create_bloodline = { - type = legendary_raider_female + type = legendary_raider_bloodline society = event_target:society_affiliation + inheritance = matrilineal } } else = { create_bloodline = { - type = legendary_raider_male + type = legendary_raider_bloodline society = event_target:society_affiliation } } new_bloodline = { - set_description = bloodline_desc_legendary_raider - random_list = { # Randomize names 20 = { set_name = bloodline_legendary_raider_A } diff --git a/CleanSlate/decisions/HFP_realm_decisions.txt b/CleanSlate/decisions/HFP_realm_decisions.txt index 021412cc7..57a3fc905 100644 --- a/CleanSlate/decisions/HFP_realm_decisions.txt +++ b/CleanSlate/decisions/HFP_realm_decisions.txt @@ -2182,24 +2182,18 @@ decisions = { if = { limit = { is_female = yes } - create_bloodline = { - type = lcr_female - } - - new_bloodline = { - set_description = lcr_female_desc + type = lcr_bloodline + inheritance = matrilineal } } else = { create_bloodline = { - type = lcr_male + type = lcr_bloodline } - new_bloodline = { - set_description = lcr_male_desc - } } + } hidden_effect = { diff --git a/CleanSlate/decisions/realm_decisions.txt b/CleanSlate/decisions/realm_decisions.txt index 79543d400..c66e101b3 100644 --- a/CleanSlate/decisions/realm_decisions.txt +++ b/CleanSlate/decisions/realm_decisions.txt @@ -1096,22 +1096,18 @@ decisions = { limit = { is_female = yes } create_bloodline = { - type = saoshyant_female + type = saoshyant_bloodline + inheritance = matrilineal } - new_bloodline = { - set_description = bloodline_desc_saoshyant - } } else = { create_bloodline = { - type = saoshyant_male + type = saoshyant_bloodline } - new_bloodline = { - set_description = bloodline_desc_saoshyant - } } + } narrative_event = { id = TOG.6000 } @@ -1393,23 +1389,19 @@ decisions = { limit = { is_female = yes } create_bloodline = { - type = israel_female + type = israel_bloodline + inheritance = matrilineal } - new_bloodline = { - set_description = bloodline_desc_israel - } } else = { create_bloodline = { - type = israel_male + type = israel_bloodline } - new_bloodline = { - set_description = bloodline_desc_israel - } } + } } @@ -1809,22 +1801,18 @@ decisions = { limit = { is_female = yes } create_bloodline = { - type = samrat_chakravartin_female - } - - new_bloodline = { - set_description = bloodline_desc_samrat_chakravartin + type = samrat_chakravartin_bloodline + inheritance = matrilineal } } + else = { create_bloodline = { - type = samrat_chakravartin_male + type = samrat_chakravartin_bloodline } - new_bloodline = { - set_description = bloodline_desc_samrat_chakravartin - } } + } chronicle = { diff --git a/CleanSlate/events/HFP_realm_events.txt b/CleanSlate/events/HFP_realm_events.txt index 3e962420a..96bd1a449 100644 --- a/CleanSlate/events/HFP_realm_events.txt +++ b/CleanSlate/events/HFP_realm_events.txt @@ -556,13 +556,13 @@ narrative_event = { limit = { is_female = yes } create_bloodline = { - type = lord_of_outremer + type = lord_of_outremer_bloodline inheritance = matrilineal } } else = { create_bloodline = { - type = lord_of_outremer + type = lord_of_outremer_bloodline } } diff --git a/CleanSlate/events/HF_battle_events.txt b/CleanSlate/events/HF_battle_events.txt index 3151852cd..b3de5a4a3 100644 --- a/CleanSlate/events/HF_battle_events.txt +++ b/CleanSlate/events/HF_battle_events.txt @@ -6772,14 +6772,15 @@ character_event = { if = { limit = { is_female = yes } - create_bloodline = { type = duelist_female } - new_bloodline = { set_description = duelist_female_desc } + create_bloodline = { + type = duelist_bloodline + inheritance = matrilineal + } } else = { - create_bloodline = { type = duelist_male } - new_bloodline = { set_description = duelist_male_desc } + create_bloodline = { type = duelist_bloodline } } - + prestige = 500 } } diff --git a/CleanSlate/events/HF_bloodline_acquisition_events.txt b/CleanSlate/events/HF_bloodline_acquisition_events.txt index b1e2e9494..b86de64f4 100644 --- a/CleanSlate/events/HF_bloodline_acquisition_events.txt +++ b/CleanSlate/events/HF_bloodline_acquisition_events.txt @@ -3626,14 +3626,15 @@ character_event = { if = { limit = { is_female = yes } - create_bloodline = { type = child_of_destiny_female } - new_bloodline = { set_description = bloodline_desc_child_of_destiny } + create_bloodline = { + type = child_of_destiny_bloodline + inheritance = matrilineal + } } else = { - create_bloodline = { type = child_of_destiny_male } - new_bloodline = { set_description = bloodline_desc_child_of_destiny } + create_bloodline = { type = child_of_destiny_bloodline } } - + if = { limit = { this_has_cool_nickname_trigger = no diff --git a/CleanSlate/events/HF_bloodline_events.txt b/CleanSlate/events/HF_bloodline_events.txt index bff70eefb..ded09126f 100644 --- a/CleanSlate/events/HF_bloodline_events.txt +++ b/CleanSlate/events/HF_bloodline_events.txt @@ -541,17 +541,8 @@ narrative_event = { give_nickname = nick_the_tyrant } - # if = { - # limit = { is_female = no } - - create_bloodline = { type = phalaris_male } - new_bloodline = { set_description = bloodline_desc_phalaris } - # } - # else = { - # create_bloodline = { type = phalaris_female } - # new_bloodline = { set_description = bloodline_desc_phalaris } - # } - + create_bloodline = { type = phalaris_bloodline } + hidden_effect = { remove_character_modifier = brazen_bull } # Negative opinion is now part of the bloodline itself any_player = { @@ -866,9 +857,8 @@ narrative_event = { give_nickname = nick_the_liberator } - create_bloodline = { type = teuta_female } - new_bloodline = { set_description = bloodline_desc_teuta } - + create_bloodline = { type = teuta_bloodline } + any_player = { limit = { is_within_diplo_range = ROOT @@ -2846,12 +2836,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = pure_architect_bloodline_01 + type = pure_architect_bloodline } } else = { create_bloodline = { - type = pure_architect_bloodline_01 + type = pure_architect_bloodline inheritance = matrilineal } } @@ -2894,12 +2884,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = pure_castellan_bloodline_01 + type = pure_castellan_bloodline } } else = { create_bloodline = { - type = pure_castellan_bloodline_01 + type = pure_castellan_bloodline inheritance = matrilineal } } @@ -2949,12 +2939,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = pure_monumental_bloodline_01 + type = pure_monumental_bloodline } } else = { create_bloodline = { - type = pure_monumental_bloodline_01 + type = pure_monumental_bloodline inheritance = matrilineal } } @@ -2997,12 +2987,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = hybrid_murder_war_bloodline_01 + type = hybrid_murder_war_bloodline } } else = { create_bloodline = { - type = hybrid_murder_war_bloodline_01 + type = hybrid_murder_war_bloodline inheritance = matrilineal } } @@ -3045,12 +3035,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = hybrid_murder_peace_bloodline_01 + type = hybrid_murder_peace_bloodline } } else = { create_bloodline = { - type = hybrid_murder_peace_bloodline_01 + type = hybrid_murder_peace_bloodline inheritance = matrilineal } } @@ -3093,12 +3083,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = hybrid_builder_bloodline_01 + type = hybrid_builder_bloodline } } else = { create_bloodline = { - type = hybrid_builder_bloodline_01 + type = hybrid_builder_bloodline inheritance = matrilineal } } @@ -3141,12 +3131,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = hybrid_murder_builder_bloodline_01 + type = hybrid_murder_builder_bloodline } } else = { create_bloodline = { - type = hybrid_murder_builder_bloodline_01 + type = hybrid_murder_builder_bloodline inheritance = matrilineal } } @@ -3189,12 +3179,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = hybrid_peace_architect_bloodline_01 + type = hybrid_peace_architect_bloodline } } else = { create_bloodline = { - type = hybrid_peace_architect_bloodline_01 + type = hybrid_peace_architect_bloodline inheritance = matrilineal } } @@ -3237,12 +3227,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = hybrid_peace_castellan_bloodline_01 + type = hybrid_peace_castellan_bloodline } } else = { create_bloodline = { - type = hybrid_peace_castellan_bloodline_01 + type = hybrid_peace_castellan_bloodline inheritance = matrilineal } } @@ -3285,12 +3275,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = hybrid_peace_monumental_bloodline_01 + type = hybrid_peace_monumental_bloodline } } else = { create_bloodline = { - type = hybrid_peace_monumental_bloodline_01 + type = hybrid_peace_monumental_bloodline inheritance = matrilineal } } @@ -3917,12 +3907,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = event_benevolent_bloodline_01 + type = event_benevolent_bloodline } } else = { create_bloodline = { - type = event_benevolent_bloodline_01 + type = event_benevolent_bloodline inheritance = matrilineal } } @@ -4280,12 +4270,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = event_family_bloodline_01 + type = event_family_bloodline } } else = { create_bloodline = { - type = event_family_bloodline_01 + type = event_family_bloodline inheritance = matrilineal } } @@ -4673,6 +4663,11 @@ narrative_event = { } } } + + new_bloodline = { + set_name = event_religion_peaceful_bloodline_name + set_description = event_religion_peaceful_bloodline_description + } set_bloodline_founder_religion_flag_effect = yes } @@ -4970,12 +4965,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = event_technology_bloodline_01 + type = event_technology_bloodline } } else = { create_bloodline = { - type = event_technology_bloodline_01 + type = event_technology_bloodline inheritance = matrilineal } } @@ -5364,6 +5359,11 @@ narrative_event = { } } } + + new_bloodline = { + set_name = event_religion_aggressive_bloodline_name + set_description = event_religion_aggressive_bloodline_description + } set_bloodline_founder_religion_flag_effect = yes } @@ -5717,12 +5717,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = event_ruthless_bloodline_01 + type = event_ruthless_bloodline } } else = { create_bloodline = { - type = event_ruthless_bloodline_01 + type = event_ruthless_bloodline inheritance = matrilineal } } @@ -12800,12 +12800,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = alexander_bloodline_01 + type = alexander_bloodline } } else = { create_bloodline = { - type = alexander_bloodline_01 + type = alexander_bloodline inheritance = matrilineal } } @@ -15158,12 +15158,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = ashoka_bloodline_01 + type = ashoka_bloodline } } else = { create_bloodline = { - type = ashoka_bloodline_01 + type = ashoka_bloodline inheritance = matrilineal } } @@ -15663,12 +15663,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = chinese_imperial_bloodline_01 + type = chinese_imperial_bloodline } } else = { create_bloodline = { - type = chinese_imperial_bloodline_01 + type = chinese_imperial_bloodline inheritance = matrilineal } } diff --git a/CleanSlate/events/HF_crusade_events.txt b/CleanSlate/events/HF_crusade_events.txt index 7a1fdf52b..9fde9a187 100644 --- a/CleanSlate/events/HF_crusade_events.txt +++ b/CleanSlate/events/HF_crusade_events.txt @@ -553,13 +553,13 @@ narrative_event = { limit = { is_female = yes } create_bloodline = { - type = destroyer_of_byzantium + type = destroyer_of_byzantium_bloodline inheritance = matrilineal } } else = { create_bloodline = { - type = destroyer_of_byzantium + type = destroyer_of_byzantium_bloodline } } } @@ -600,12 +600,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = grand_crusader + type = grand_crusader_bloodline } } else = { create_bloodline = { - type = grand_crusader + type = grand_crusader_bloodline inheritance = matrilineal } } @@ -664,12 +664,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = crusader_commander + type = crusader_commander_bloodline } } else = { create_bloodline = { - type = crusader_commander + type = crusader_commander_bloodline inheritance = matrilineal } } diff --git a/CleanSlate/events/HF_religious_events.txt b/CleanSlate/events/HF_religious_events.txt index 560425773..182e6dcc4 100644 --- a/CleanSlate/events/HF_religious_events.txt +++ b/CleanSlate/events/HF_religious_events.txt @@ -10806,16 +10806,16 @@ narrative_event = { if = { limit = { is_female = no } - create_bloodline = { type = bloodthirsty_male_bloodline } + create_bloodline = { + type = bloodthirsty_bloodline + inheritance = matrilineal + } } else = { - create_bloodline = { type = bloodthirsty_female_bloodline } + create_bloodline = { type = bloodthirsty_bloodline } } - new_bloodline = { - set_description = bloodline_desc_bloodthirsty_gods_bloodline - - # Randomize names to avoid too much repetition + new_bloodline = { # Randomize names to avoid too much repetition random_list = { 20 = { set_name = bloodline_bloodthirsty_name_random_a } 20 = { set_name = bloodline_bloodthirsty_name_random_b } @@ -16595,7 +16595,7 @@ narrative_event = { give_nickname = nick_the_grand_patriarch } - create_bloodline = { type = event_family_bloodline_01 } + create_bloodline = { type = event_family_bloodline } } else = { @@ -16610,7 +16610,7 @@ narrative_event = { } create_bloodline = { - type = event_family_bloodline_01 + type = event_family_bloodline inheritance = matrilineal } } @@ -16672,12 +16672,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = event_benevolent_bloodline_01 + type = event_benevolent_bloodline } } else = { create_bloodline = { - type = event_benevolent_bloodline_01 + type = event_benevolent_bloodline inheritance = matrilineal } } diff --git a/CleanSlate/events/HF_sainthood_events.txt b/CleanSlate/events/HF_sainthood_events.txt index 2668d6c9b..3b8885bb9 100644 --- a/CleanSlate/events/HF_sainthood_events.txt +++ b/CleanSlate/events/HF_sainthood_events.txt @@ -1271,21 +1271,6 @@ character_event = { inheritance = patrilineal } } - - if = { - limit = { religion_group = christian } - - new_bloodline = { - set_name = saintly_bloodline_name - set_description = saintly_bloodline_description - } - } - else = { - new_bloodline = { - set_name = blessed_bloodline_name - set_description = blessed_bloodline_description - } - } } 20 = { @@ -1360,21 +1345,6 @@ character_event = { inheritance = patrilineal } } - - if = { - limit = { religion_group = christian } - - new_bloodline = { - set_name = saintly_bloodline_name - set_description = saintly_bloodline_description - } - } - else = { - new_bloodline = { - set_name = blessed_bloodline_name - set_description = blessed_bloodline_description - } - } } 5 = { @@ -1602,21 +1572,6 @@ character_event = { inheritance = patrilineal } } - - if = { - limit = { religion_group = christian } - - new_bloodline = { - set_name = saintly_bloodline_name - set_description = saintly_bloodline_description - } - } - else = { - new_bloodline = { - set_name = blessed_bloodline_name - set_description = blessed_bloodline_description - } - } } 5 = { @@ -1854,21 +1809,6 @@ character_event = { inheritance = patrilineal } } - - if = { - limit = { religion_group = christian } - - new_bloodline = { - set_name = saintly_bloodline_name - set_description = saintly_bloodline_description - } - } - else = { - new_bloodline = { - set_name = blessed_bloodline_name - set_description = blessed_bloodline_description - } - } } 30 = { @@ -2098,21 +2038,6 @@ character_event = { inheritance = patrilineal } } - - if = { - limit = { religion_group = christian } - - new_bloodline = { - set_name = saintly_bloodline_name - set_description = saintly_bloodline_description - } - } - else = { - new_bloodline = { - set_name = blessed_bloodline_name - set_description = blessed_bloodline_description - } - } } 5 = { @@ -2340,21 +2265,21 @@ character_event = { inheritance = patrilineal } } + } + } + + if = { + limit = { religion_group = christian } - if = { - limit = { religion_group = christian } - - new_bloodline = { - set_name = saintly_bloodline_name - set_description = saintly_bloodline_description - } - } - else = { - new_bloodline = { - set_name = blessed_bloodline_name - set_description = blessed_bloodline_description - } - } + new_bloodline = { + set_name = saintly_bloodline_name + set_description = saintly_bloodline_description + } + } + else = { + new_bloodline = { + set_name = blessed_bloodline_name + set_description = blessed_bloodline_description } } } diff --git a/CleanSlate/events/HF_saintly_pilgrimage_events.txt b/CleanSlate/events/HF_saintly_pilgrimage_events.txt index 06661ac44..b6efb4b30 100644 --- a/CleanSlate/events/HF_saintly_pilgrimage_events.txt +++ b/CleanSlate/events/HF_saintly_pilgrimage_events.txt @@ -1329,12 +1329,12 @@ character_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } diff --git a/CleanSlate/events/lor_roman_events.txt b/CleanSlate/events/lor_roman_events.txt index 817cd66c0..8972cef4d 100644 --- a/CleanSlate/events/lor_roman_events.txt +++ b/CleanSlate/events/lor_roman_events.txt @@ -983,19 +983,16 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = roman_emperor_male + type = roman_emperor_bloodline } } else = { create_bloodline = { - type = roman_emperor_female + type = roman_emperor_bloodline + inheritance = matrilineal } } - new_bloodline = { - set_description = bloodline_desc_roman - } - sound_effect = bloodline_added } } diff --git a/CleanSlate/events/rip_eternal_life_events.txt b/CleanSlate/events/rip_eternal_life_events.txt index 868b2325e..85a5951ee 100644 --- a/CleanSlate/events/rip_eternal_life_events.txt +++ b/CleanSlate/events/rip_eternal_life_events.txt @@ -2592,12 +2592,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } @@ -2682,12 +2682,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } @@ -3771,12 +3771,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } @@ -3861,12 +3861,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } @@ -4882,12 +4882,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } @@ -4972,12 +4972,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } @@ -6064,12 +6064,12 @@ narrative_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } diff --git a/CleanSlate/events/rip_maimed_events.txt b/CleanSlate/events/rip_maimed_events.txt index 5fcc26520..aff49193b 100644 --- a/CleanSlate/events/rip_maimed_events.txt +++ b/CleanSlate/events/rip_maimed_events.txt @@ -518,12 +518,12 @@ character_event = { limit = { is_female = no } create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline } } else = { create_bloodline = { - type = immortal_bloodline_01 + type = immortal_bloodline inheritance = matrilineal } } diff --git a/CleanSlate/localisation/00_bloodlines.csv b/CleanSlate/localisation/00_bloodlines.csv index f8fadb775..4b1f0ca21 100644 --- a/CleanSlate/localisation/00_bloodlines.csv +++ b/CleanSlate/localisation/00_bloodlines.csv @@ -1,6 +1,6 @@ # Historical -alexander_bloodline_01;Immortal Blood of Alexander;Sang immortel d'Alexandre;Unsterbliches Blut von Alexander;;Sangre inmortal de Alejandro;;;;;;;;;x -alexander_bloodline_01_desc;Thanks to the efforts of [This.GetTitledFirstName], the [This.GetOnlyDynastyName] dynasty has been universally acknowledged as being directly descended from Alexander the Great.;Grâce aux efforts [This.Get_du_TitledFirstName], tout le monde considère que la dynastie [This.GetOnlyDynastyName] descend directement d'Alexandre le Grand.;Dank der Bemühungen von [This.GetTitledFirstName] wird die [This.GetOnlyDynastyName]-Dynastie nun allgemein als direkt von Alexander dem Großen abstammend anerkannt.;;Gracias al trabajo de [This.GetTitledFirstName], se reconoce universalmente a la dinastía [This.GetOnlyDynastyName] como descendiente directa de Alejandro Magno.;;;;;;;;;x +alexander_bloodline;Immortal Blood of Alexander;Sang immortel d'Alexandre;Unsterbliches Blut von Alexander;;Sangre inmortal de Alejandro;;;;;;;;;x +alexander_bloodline_desc;Thanks to the efforts of [This.GetTitledFirstName], the [This.GetOnlyDynastyName] dynasty has been universally acknowledged as being directly descended from Alexander the Great.;Grâce aux efforts [This.Get_du_TitledFirstName], tout le monde considère que la dynastie [This.GetOnlyDynastyName] descend directement d'Alexandre le Grand.;Dank der Bemühungen von [This.GetTitledFirstName] wird die [This.GetOnlyDynastyName]-Dynastie nun allgemein als direkt von Alexander dem Großen abstammend anerkannt.;;Gracias al trabajo de [This.GetTitledFirstName], se reconoce universalmente a la dinastía [This.GetOnlyDynastyName] como descendiente directa de Alejandro Magno.;;;;;;;;;x alexander_nevsky;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x alexander_nevsky_desc;A legendary military leader who won scores of military victories against invading Germans and Swedes. He was later canonized as a saint.;Un chef militaire légendaire qui a remporté des dizaines de victoires contre les envahisseurs allemands et suédois. Il a ensuite été canonisé en tant que saint.;Ein legendärer Militärführer, der viele Siege gegen die eindringenden Deutschen und Schweden errungen hat. Er wurde später heiliggesprochen.;;Legendario líder militar que logró múltiples victorias contra invasores alemanes y suecos. Más tarde fue canonizado santo.;;;;;;;;;x alexios_komnenos;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x @@ -136,104 +136,76 @@ zvonimir_desc;A peaceful ruler who rose to kingship through skilled diplomacy. H -ashoka_bloodline_01;Reincarnation of Ashoka;Réincarnation d'Ashoka;Reinkarnation von Ashoka;;Reencarnación de Ashoka;;;;;;;;;x -ashoka_bloodline_01_desc;[This.GetTitledFirstName] has been acclaimed by many wise men as the next reincarnation of the great Ashoka, unifier of India.;[This.Get_Le_TitledFirstName] a été reconnu[This.Get_E] par de nombreux sages comme la prochaine réincarnation du grand Ashoka, l'unificateur de l'Inde.;[This.GetTitledFirstName] wurde von vielen Weisen Männern als die nächste Reinkarnation des großen Ashoka, dem Vereiniger Indiens, gefeiert.;;Muchos hombres sabios han proclamado a [This.GetTitledFirstName] como la siguiente reencarnación del gran Ashoka, unificador de la India.;;;;;;;;;x -blessed_bloodline_description;[saint_person.GetSheHeCap] was known as an exemplar of the faith, and will be an inspiration for all our people for many years to come.;[saint_person.GetIlElleCap] était connu[saint_person.Get_E] comme un exemple de foi et sera une source d'inspiration pour notre peuple pendant longtemps.;[saint_person.GetSheHeCap] war als Vorbild des Glaubens bekannt und wird viele Jahre lang eine Inspiration für unser Volk sein.;;Fue célebre como ejemplo de fe y será una inspiración para nuestra gente en los años venideros.;;;;;;;;;x +ashoka_bloodline;Reincarnation of Ashoka;Réincarnation d'Ashoka;Reinkarnation von Ashoka;;Reencarnación de Ashoka;;;;;;;;;x +ashoka_bloodline_desc;[This.GetTitledFirstName] has been acclaimed by many wise men as the next reincarnation of the great Ashoka, unifier of India.;[This.Get_Le_TitledFirstName] a été reconnu[This.Get_E] par de nombreux sages comme la prochaine réincarnation du grand Ashoka, l'unificateur de l'Inde.;[This.GetTitledFirstName] wurde von vielen Weisen Männern als die nächste Reinkarnation des großen Ashoka, dem Vereiniger Indiens, gefeiert.;;Muchos hombres sabios han proclamado a [This.GetTitledFirstName] como la siguiente reencarnación del gran Ashoka, unificador de la India.;;;;;;;;;x blessed_bloodline_name;Blessed Blood of [saint_person.GetDynName];Sang béni de [saint_person.GetDynName];Gesegnetes Blut von [saint_person.GetDynName];;Sangre bendita de [saint_person.GetDynName];;;;;;;;;x -bloodline_desc_great_conqueror;A great conqueror of fame and legend. With sword in hand [This.Founder.GetSheHe] would let no one stand in [This.Founder.GetHerHis] way.;Un grand conquérant de légende. L'épée en main [This.Founder.GetIlElle] ne laisse personne se mettre en travers de son chemin.;Ein großer und legendärer Eroberer. Mit dem Schwert in der Hand lässt [This.Founder.GetSheHe] niemanden in [This.Founder.GetHerHis]em Wege stehen.;;Gran conquistador de fama y leyenda. Con la espada en la mano, nadie se interpuso en su camino.;;;;;;;;;x -bloodline_desc_israel;The [This.Founder.GetManWoman] who restored the Kingdom of David, the land of Israel, to the Jews.;[This.Founder.GetLLa][This.Founder.GetManWoman] qui a restauré le Royaume de David, la terre d'Israël, aux juifs.;[This.Founder.GetDerDie] [This.Founder.GetManWoman], [This.Founder.Getderdie] das Königreich Davids, das Land Israels, für die Juden zurückgewann.;;[This.Founder.GetElLaCap] [This.Founder.GetManWoman] que devolvió a los judíos el reino de David, la tierra de Israel.;;;;;;;;;x -bloodline_desc_samrat_chakravartin;The legendary Samrat Chakravartin, uniter of all of India.;Le légendaire Samrat Chakravartin, unificateur de toute l'Inde.;Der legendäre Samrat Chakravartin, Vereiniger von ganz Indien.;;El legendario Samrat Chakravartin, unificador de la India.;;;;;;;;;x -bloodline_desc_saoshyant;The promised Saoshyant, savior of the world and holy icon according to the Zoroastrian belief.;Le Saoshyant promis, sauveur du monde et icône sacrée selon la croyance zoroastrienne.;Der prophezeite Saoschjant, Retter der Welt und heilige Ikone nach dem zoroastrischen Glauben.;;El augurado Saosyant, salvador del mundo e icono santo según la fe zoroástrica.;;;;;;;;;x -bloodthirsty_female_bloodline;Bloodthirsty;Sanguinaire;Blutdurstige;;Sanguinaria;;;;;;;;;x -bloodthirsty_female_bloodline_desc;[This.Founder.GetTitledFirstName] dedicated [This.Founder.GetHerHis] life to build an empire of blood and skulls in honor of [This.Founder.GetHerHis] fickle and cruel gods.;[This.Founder.Get_Le_TitledFirstName] a consacré sa vie à bâtir un empire dans le sang en l'honneur de ses dieux inconstants et cruels.;[This.Founder.GetTitledFirstName] hat [This.Founder.GetHerHis] Leben dem Bau eines Imperiums voller Blut und Schädel zu Ehren von wankelmütigen und grausamen Göttern gewidmet.;;[This.Founder.GetTitledFirstName] dedicó su vida a levantar un imperio de sangre y cráneos en honor a sus dioses veleidosos y crueles.;;;;;;;;;x -bloodthirsty_male_bloodline;Bloodthirsty;Sanguinaire;Blutdurstiger;;Sanguinario;;;;;;;;;x -bloodthirsty_male_bloodline_desc;[This.Founder.GetTitledFirstName] dedicated [This.Founder.GetHerHis] life to build an empire of blood and skulls in honor of [This.Founder.GetHerHis] fickle and cruel gods.;[This.Founder.Get_Le_TitledFirstName] a consacré sa vie à bâtir un empire dans le sang en l'honneur de ses dieux inconstants et cruels.;[This.Founder.GetTitledFirstName] hat [This.Founder.GetHerHis] Leben dem Bau eines Imperiums voller Blut und Schädel zu Ehren von wankelmütigen und grausamen Göttern gewidmet.;;Esta persona dedicó la vida a levantar un imperio de sangre y cráneos en honor a sus dioses veleidosos y crueles.;;;;;;;;;x -child_of_destiny_female;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -child_of_destiny_male;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -chinese_imperial_bloodline_01;Imperial Blood of [This.GetTitledFirstName];Sang impérial [This.Get_du_TitledFirstName];Kaiserliches Blut von [This.GetTitledFirstName];;Sangre imperial de [This.GetTitledFirstName];;;;;;;;;x -chinese_imperial_bloodline_01_desc;The bureaucratic and cultural revolution that the heavenly [This.GetTitledFirstName] has brought to [This.PrimaryTitle.GetName] have earned [This.GetHerHim] a place in the annals of history.;La révolution bureaucratique et culturelle que [This.GetLeLa] céleste [This.GetTitledFirstName] a apportée [This.PrimaryTitle.Get_en_Realm] lui a valu une place dans l'Histoire.;Die bürokratische und kulturelle Revolution, die [This.Getderdie] himmlische [This.GetTitledFirstName] nach [This.PrimaryTitle.GetName] gebracht hat, hat [This.GetHerHim] einen Platz in den Annalen der Geschichte eingebracht.;;La revolución cultural y burocrática que [This.GetElLa] celestial [This.GetTitledFirstName] trajo a [This.PrimaryTitle.GetName] le han ganado un lugar en los anales de la historia.;;;;;;;;;x -crusade_lord;Crusader Blood of [This.GetTitledFirstName];Sang de croisé [This.Get_du_TitledFirstName];Kreuzritterblut von [This.GetTitledFirstName];;Sangre cruzada de [This.GetTitledFirstName];;;;;;;;;x -crusade_lord_desc;[This.GetSheHeCap] is known as the [This.GetKingQueen] of the first Crusader Kingdom of [This.PrimaryTitle.GetBaseName]. A pious ruler who fought and bled for the faith.;[This.GetIlElleCap] est connu[This.Get_E] comme [This.GetLeLa] [This.GetKingQueen] du premier royaume croisé de [This.PrimaryTitle.GetBaseName]. Un[This.Get_E] [This.GetLordLady] pieu[This.GetXSe] qui a versé du sang pour la foi.;[This.GetTitledFirstName] ist als [This.GetKingQueen] des ersten Kreuzritter-Königreiches [This.PrimaryTitle.GetBaseName] bekannt. [This.GetSheHeCap] ist ein[This.GeteFemale] fromme[This.GetrMale] Herrscher[This.GetinFemale], [This.Getderdie] für den Glauben kämpfte und blutete.;;Se le conoce como [This.GetKingQueen] del reino cruzado de [This.PrimaryTitle.GetBaseName] de la primera cruzada. Un[This.GetXA] gobernante piados[This.GetOA] que luchó y sangró por la fe.;;;;;;;;;x -crusader_commander;Crusader Blood of [This.GetTitledFirstName];Sang de croisé [This.Get_du_TitledFirstName];Kreuzritterblut von [This.GetTitledFirstName];;Sangre cruzada de [This.GetTitledFirstName];;;;;;;;;x -crusader_commander_desc;[This.GetSheHeCap] is known for personally leading the charge of many battles, and it is said no heathen nor infidel could ever bring [This.GetHerHim] down.;[This.GetIlElleCap] est connu[This.Get_E] pour avoir personnellement mené la charge dans de nombreuses batailles et il est dit qu'aucun infidèle ne pouvait l'abattre.;[This.GetTitledFirstName] ist dafür bekannt, persönlich in die Schlacht zu ziehen, und man sagt, dass es kein Heide oder Ungläubiger jemals geschafft hat, [This.Getihnsie] zu Fall zu bringen.;;Se le conoce por haber dirigido personalmente la carga en muchas batallas y se dice que ni pagano ni infiel pudo nunca con [This.GetElElla].;;;;;;;;;x +blessed_bloodline_desc;[saint_person.GetSheHeCap] was known as an exemplar of the faith, and will be an inspiration for all our people for many years to come.;[saint_person.GetIlElleCap] était connu[saint_person.Get_E] comme un exemple de foi et sera une source d'inspiration pour notre peuple pendant longtemps.;[saint_person.GetSheHeCap] war als Vorbild des Glaubens bekannt und wird viele Jahre lang eine Inspiration für unser Volk sein.;;Fue célebre como ejemplo de fe y será una inspiración para nuestra gente en los años venideros.;;;;;;;;;x +great_conqueror_bloodline;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x +great_conqueror_bloodline_desc;A great conqueror of fame and legend. With sword in hand [This.Founder.GetSheHe] would let no one stand in [This.Founder.GetHerHis] way.;Un grand conquérant de légende. L'épée en main [This.Founder.GetIlElle] ne laisse personne se mettre en travers de son chemin.;Ein großer und legendärer Eroberer. Mit dem Schwert in der Hand lässt [This.Founder.GetSheHe] niemanden in [This.Founder.GetHerHis]em Wege stehen.;;Gran conquistador de fama y leyenda. Con la espada en la mano, nadie se interpuso en su camino.;;;;;;;;;x +israel_bloodline;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x +israel_bloodline_desc;The [This.Founder.GetManWoman] who restored the Kingdom of David, the land of Israel, to the Jews.;[This.Founder.GetLLa][This.Founder.GetManWoman] qui a restauré le Royaume de David, la terre d'Israël, aux juifs.;[This.Founder.GetDerDie] [This.Founder.GetManWoman], [This.Founder.Getderdie] das Königreich Davids, das Land Israels, für die Juden zurückgewann.;;[This.Founder.GetElLaCap] [This.Founder.GetManWoman] que devolvió a los judíos el reino de David, la tierra de Israel.;;;;;;;;;x +samrat_chakravartin_bloodline;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x +samrat_chakravartin_bloodline_desc;The legendary Samrat Chakravartin, uniter of all of India.;Le légendaire Samrat Chakravartin, unificateur de toute l'Inde.;Der legendäre Samrat Chakravartin, Vereiniger von ganz Indien.;;El legendario Samrat Chakravartin, unificador de la India.;;;;;;;;;x +saoshyant_bloodline;Blood of the Saoshyant;Sang du Saoshyant;Blut der Saoschjant;;Sangre del Saosyant;;;;;;;;;x +saoshyant_bloodline_desc;The promised Saoshyant, savior of the world and holy icon according to the Zoroastrian belief.;Le Saoshyant promis, sauveur du monde et icône sacrée selon la croyance zoroastrienne.;Der prophezeite Saoschjant, Retter der Welt und heilige Ikone nach dem zoroastrischen Glauben.;;El augurado Saosyant, salvador del mundo e icono santo según la fe zoroástrica.;;;;;;;;;x +child_of_destiny_bloodline;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x +child_of_destiny_bloodline_desc;A [child_of_destiny.GetManWoman] of true legend. [child_of_destiny.GetHerHisCap] exploits mimicked those of Alexander the Great himself!;Un[child_of_destiny.Get_E] [child_of_destiny.GetManWoman] de légende. Ses exploits égalent ceux d'Alexandre le Grand !;[child_of_destiny.GetEinEine] [child_of_destiny.GetManWoman] wahrer Legende. [child_of_destiny.GetHerHisCap]e Errungenschaften stehen selbst die von Alexander dem Großen in nichts nach.;;Un[child_of_destiny.GetXA] [child_of_destiny.GetManWoman] que es pura leyenda. ¡Sus hazañas se igualan a las del mismo Alejandro Magno!;;;;;;;;;x +chinese_imperial_bloodline;Imperial Blood of [This.GetTitledFirstName];Sang impérial [This.Get_du_TitledFirstName];Kaiserliches Blut von [This.GetTitledFirstName];;Sangre imperial de [This.GetTitledFirstName];;;;;;;;;x +chinese_imperial_bloodline_desc;The bureaucratic and cultural revolution that the heavenly [This.GetTitledFirstName] has brought to [This.PrimaryTitle.GetName] have earned [This.GetHerHim] a place in the annals of history.;La révolution bureaucratique et culturelle que [This.GetLeLa] céleste [This.GetTitledFirstName] a apportée [This.PrimaryTitle.Get_en_Realm] lui a valu une place dans l'Histoire.;Die bürokratische und kulturelle Revolution, die [This.Getderdie] himmlische [This.GetTitledFirstName] nach [This.PrimaryTitle.GetName] gebracht hat, hat [This.GetHerHim] einen Platz in den Annalen der Geschichte eingebracht.;;La revolución cultural y burocrática que [This.GetElLa] celestial [This.GetTitledFirstName] trajo a [This.PrimaryTitle.GetName] le han ganado un lugar en los anales de la historia.;;;;;;;;;x +crusade_lord_bloodline;Crusader Blood of [This.GetTitledFirstName];Sang de croisé [This.Get_du_TitledFirstName];Kreuzritterblut von [This.GetTitledFirstName];;Sangre cruzada de [This.GetTitledFirstName];;;;;;;;;x +crusade_lord_bloodline_desc;[This.GetSheHeCap] is known as the [This.GetKingQueen] of the first Crusader Kingdom of [This.PrimaryTitle.GetBaseName]. A pious ruler who fought and bled for the faith.;[This.GetIlElleCap] est connu[This.Get_E] comme [This.GetLeLa] [This.GetKingQueen] du premier royaume croisé de [This.PrimaryTitle.GetBaseName]. Un[This.Get_E] [This.GetLordLady] pieu[This.GetXSe] qui a versé du sang pour la foi.;[This.GetTitledFirstName] ist als [This.GetKingQueen] des ersten Kreuzritter-Königreiches [This.PrimaryTitle.GetBaseName] bekannt. [This.GetSheHeCap] ist ein[This.GeteFemale] fromme[This.GetrMale] Herrscher[This.GetinFemale], [This.Getderdie] für den Glauben kämpfte und blutete.;;Se le conoce como [This.GetKingQueen] del reino cruzado de [This.PrimaryTitle.GetBaseName] de la primera cruzada. Un[This.GetXA] gobernante piados[This.GetOA] que luchó y sangró por la fe.;;;;;;;;;x +crusader_commander_bloodline;Crusader Blood of [This.GetTitledFirstName];Sang de croisé [This.Get_du_TitledFirstName];Kreuzritterblut von [This.GetTitledFirstName];;Sangre cruzada de [This.GetTitledFirstName];;;;;;;;;x +crusader_commander_bloodline_desc;[This.GetSheHeCap] is known for personally leading the charge of many battles, and it is said no heathen nor infidel could ever bring [This.GetHerHim] down.;[This.GetIlElleCap] est connu[This.Get_E] pour avoir personnellement mené la charge dans de nombreuses batailles et il est dit qu'aucun infidèle ne pouvait l'abattre.;[This.GetTitledFirstName] ist dafür bekannt, persönlich in die Schlacht zu ziehen, und man sagt, dass es kein Heide oder Ungläubiger jemals geschafft hat, [This.Getihnsie] zu Fall zu bringen.;;Se le conoce por haber dirigido personalmente la carga en muchas batallas y se dice que ni pagano ni infiel pudo nunca con [This.GetElElla].;;;;;;;;;x crusader_kid_bloodline;Angelic Blood of [This.GetFirstName];Sang angélique de [This.GetFirstName];Engelsblut von [This.GetFirstName];;Sangre angélica de [This.GetFirstName];;;;;;;;;x crusader_kid_bloodline_desc;Inspired by the Holy Ghost, [This.GetTitledFirstName] managed to lead a successful Crusade to free Jerusalem from the infidels when [This.GetSheHe] was merely a child.;Inspiré[This.Get_E] par le Saint-Esprit, [This.Get_le_TitledFirstName] a réussi à mener une croisade pour libérer Jérusalem des mains des infidèles alors qu'[This.GetIlElle] n'était qu'un[This.Get_E] enfant.;Vom Heiligen Geist inspiriert gelang es [This.GetTitledFirstName], im Kindesalter einen erfolgreichen Kreuzzug gegen Jerusalem zu führen und dieses von den Ungläubigen zu befreien.;;Con la inspiración del Espíritu Santo, [This.GetTitledFirstName] consiguió dirigir una cruzada exitosa para liberar Jerusalén de los infieles cuando no era más que un[This.GetXA] niñ[This.GetOA].;;;;;;;;;x -destroyer_of_byzantium;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -destroyer_of_byzantium_desc;Known for shattering the old Empire of Byzantium, and raising a new Empire from its ashes.;Connu[This.Get_E] pour avoir anéanti l'ancien Empire byzantin et bâti un nouvel empire à partir de ces cendres.;Bekannt für die Zerschlagung des alten Imperiums von Byzanz und der Erstellung eines neuen Reiches aus dessen Asche.;;Conocido por destruir el antiguo imperio de Bizancio y levantar otro sobre sus cenizas.;;;;;;;;;x -duelist_female;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -duelist_female_desc;[This.Founder.GetTitledFirstName] was a duelist of great renown. No one would stand in [This.Founder.GetHerHis] way lest they wanted a humiliating defeat, or a swift death...;[This.Founder.Get_Le_TitledFirstName] était un[This.Founder.Get_E] duelliste réputé[This.Founder.Get_E]. Personne ne se dressait contre [This.Founder.GetLuiElle], de peur d'une défaite humiliante ou une morte rapide...;[This.Founder.GetTitledFirstName] war ein Duellant von großem Ansehen. Niemand würde sich [This.Founder.Getihmihr] in den Weg stellen, ohne eine demütigende Niederlage oder einen schnellen Tod zu wollen...;;[This.Founder.GetTitledFirstName] era una duelista de gran fama. Nadie se interponía en su camino a menos que buscase una derrota humillante o una muerte rápida…;;;;;;;;;x -duelist_male;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -duelist_male_desc;[This.Founder.GetTitledFirstName] was a duelist of great renown. No one would stand in [This.Founder.GetHerHis] way lest they wanted a humiliating defeat, or a swift death...;[This.Founder.Get_Le_TitledFirstName] était un[This.Founder.Get_E] duelliste réputé[This.Founder.Get_E]. Personne ne se dressait contre [This.Founder.GetLuiElle], de peur d'une défaite humiliante ou une morte rapide...;[This.Founder.GetTitledFirstName] war ein Duellant von großem Ansehen. Niemand würde sich [This.Founder.Getihmihr] in den Weg stellen, ohne eine demütigende Niederlage oder einen schnellen Tod zu wollen...;;[This.Founder.GetTitledFirstName] era un duelista de gran fama. Nadie se interponía en su camino a menos que buscase una derrota humillante o una muerte rápida…;;;;;;;;;x -event_benevolent_bloodline_01;Blessed Blood of [This.GetTitledFirstName];Sang béni [This.Get_du_TitledFirstName];Heiliges Blut von [This.GetTitledFirstName];;Sangre bendita de [This.GetTitledFirstName];;;;;;;;;x -event_benevolent_bloodline_01_desc;[This.GetFirstName] has become famous as a paragon of virtue and just rule throughout [This.PrimaryTitle.GetName].;[This.GetFirstName] est devenu[This.Get_E] célèbre comme parangon de la vertu et pour un règne juste.;[This.GetFirstName] wurde in ganz [This.PrimaryTitle.GetName] als Tugendbold und gerechter Herrscher bekannt.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] como ejemplo de justicia y gobierno justo por todo [This.PrimaryTitle.GetName].;;;;;;;;;x -event_family_bloodline_01;[This.GetTitledFirstName]'s Dynasty;Dynastie [This.Get_du_TitledFirstName];Dynastie von [This.GetTitledFirstName];;Dinastía de [This.GetTitledFirstName];;;;;;;;;x -event_family_bloodline_01_desc;Praised for spending a lifetime dedicating [This.GetHerselfHimself] to [This.GetHerHis] family, [This.GetFirstName] has immortalized [This.GetHerHis] dynasty as one of the most prestigious bloodlines in history.;Loué[This.Get_E] pour avoir consacré sa vie à sa famille, [This.GetFirstName] a fait de sa dynastie une des lignées les plus prestigieuses de l'Histoire.;[This.GetFirstName] hat [This.GetHerHis]e Dynastie als einer der prestigeträchtigsten Blutlinien in der Geschichte zementiert, da [This.GetSheHe] [This.GetHerHis] ganzes Leben der Familie gewidmet hat.;;Alabad[This.GetOA] por dedicar su vida a la familia, [This.GetFirstName] inmortalizó su familia como uno de los linajes más prestigiosos de la historia.;;;;;;;;;x -event_religion_aggressive_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_aggressive_bloodline_01_desc;[This.GetFirstName] has become infamous for [This.GetHerHis] intolerance of heretical thought and [This.GetHerHis] promotion of the most extreme form of [This.Religion.GetName] zealotry.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son intolérance face à la pensée hérétique et sa promotion d'une forme extrême du fanatisme [This.GetReligionMasc].;[This.GetFirstName] wurde für seine Intoleranz gegenüber häretischem Denken und [This.GetHerHis]er Förderung der extremsten Form von [This.Religion.GetName]em Fanatismus berühmt.;;[This.GetTitledFirstName] se hizo tristemente célebre por su intolerancia al pensamiento herético y promover la forma más extrema de fanatismo [This.Religion.GetName].;;;;;;;;;x -event_religion_aggressive_bloodline_02;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_aggressive_bloodline_02_desc;[This.GetFirstName] has become infamous for [This.GetHerHis] intolerance of heretical thought and [This.GetHerHis] promotion of the most extreme form of [This.Religion.GetName] zealotry.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son intolérance face à la pensée hérétique et sa promotion d'une forme extrême du fanatisme [This.GetReligionMasc].;[This.GetFirstName] wurde für seine Intoleranz gegenüber häretischem Denken und [This.GetHerHis]er Förderung der extremsten Form von [This.Religion.GetName]em Fanatismus berühmt.;;[This.GetTitledFirstName] se hizo tristemente célebre por su intolerancia al pensamiento herético y promover la forma más extrema de fanatismo [This.Religion.GetName].;;;;;;;;;x -event_religion_aggressive_bloodline_03;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_aggressive_bloodline_03_desc;[This.GetFirstName] has become infamous for [This.GetHerHis] intolerance of heretical thought and [This.GetHerHis] promotion of the most extreme form of [This.Religion.GetName] zealotry.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son intolérance face à la pensée hérétique et sa promotion d'une forme extrême du fanatisme [This.GetReligionMasc].;[This.GetFirstName] wurde für seine Intoleranz gegenüber häretischem Denken und [This.GetHerHis]er Förderung der extremsten Form von [This.Religion.GetName]em Fanatismus berühmt.;;[This.GetTitledFirstName] se hizo tristemente célebre por su intolerancia al pensamiento herético y promover la forma más extrema de fanatismo [This.Religion.GetName].;;;;;;;;;x -event_religion_aggressive_bloodline_04;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_aggressive_bloodline_04_desc;[This.GetFirstName] has become infamous for [This.GetHerHis] intolerance of heretical thought and [This.GetHerHis] promotion of the most extreme form of [This.Religion.GetName] zealotry.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son intolérance face à la pensée hérétique et sa promotion d'une forme extrême du fanatisme [This.GetReligionMasc].;[This.GetFirstName] wurde für seine Intoleranz gegenüber häretischem Denken und [This.GetHerHis]er Förderung der extremsten Form von [This.Religion.GetName]em Fanatismus berühmt.;;[This.GetTitledFirstName] se hizo tristemente célebre por su intolerancia al pensamiento herético y promover la forma más extrema de fanatismo [This.Religion.GetName].;;;;;;;;;x -event_religion_aggressive_bloodline_05;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_aggressive_bloodline_05_desc;[This.GetFirstName] has become infamous for [This.GetHerHis] intolerance of heretical thought and [This.GetHerHis] promotion of the most extreme form of [This.Religion.GetName] zealotry.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son intolérance face à la pensée hérétique et sa promotion d'une forme extrême du fanatisme [This.GetReligionMasc].;[This.GetFirstName] wurde für seine Intoleranz gegenüber häretischem Denken und [This.GetHerHis]er Förderung der extremsten Form von [This.Religion.GetName]em Fanatismus berühmt.;;[This.GetTitledFirstName] se hizo tristemente célebre por su intolerancia al pensamiento herético y promover la forma más extrema de fanatismo [This.Religion.GetName].;;;;;;;;;x -event_religion_aggressive_bloodline_06;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_aggressive_bloodline_06_desc;[This.GetFirstName] has become infamous for [This.GetHerHis] intolerance of heretical thought and [This.GetHerHis] promotion of the most extreme form of [This.Religion.GetName] zealotry.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son intolérance face à la pensée hérétique et sa promotion d'une forme extrême du fanatisme [This.GetReligionMasc].;[This.GetFirstName] wurde für seine Intoleranz gegenüber häretischem Denken und [This.GetHerHis]er Förderung der extremsten Form von [This.Religion.GetName]em Fanatismus berühmt.;;[This.GetTitledFirstName] se hizo tristemente célebre por su intolerancia al pensamiento herético y promover la forma más extrema de fanatismo [This.Religion.GetName].;;;;;;;;;x -event_religion_peaceful_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_peaceful_bloodline_01_desc;[This.GetFirstName] has become famous for encouraging theological studies within [This.GetHerHis] realm and being a devout patron of scholars and priests.;[This.GetFirstName] est devenu[This.Get_E] célèbre pour avoir encouragé les études théologiques dans son pays et être un pieux patron des érudits et des prêtres.;[This.GetFirstName] wurde für die Förderung theologischer Studien in [This.GetHerHis]em Reich berühmt und dafür, ein frommer Schirmherr der Gelehrten und Priester zu sein.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] por alentar los estudios teológicos en su reino y ser un[This.GetXA] mecenas devot[This.GetOA] de eruditos y sacerdotes.;;;;;;;;;x -event_religion_peaceful_bloodline_02;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_peaceful_bloodline_02_desc;[This.GetFirstName] has become famous for encouraging theological studies within [This.GetHerHis] realm and being a devout patron of scholars and priests.;[This.GetFirstName] est devenu[This.Get_E] célèbre pour avoir encouragé les études théologiques dans son pays et être un pieux patron des érudits et des prêtres.;[This.GetFirstName] wurde für die Förderung theologischer Studien in [This.GetHerHis]em Reich berühmt und dafür, ein frommer Schirmherr der Gelehrten und Priester zu sein.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] por alentar los estudios teológicos en su reino y ser un[This.GetXA] mecenas devot[This.GetOA] de eruditos y sacerdotes.;;;;;;;;;x -event_religion_peaceful_bloodline_03;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_peaceful_bloodline_03_desc;[This.GetFirstName] has become famous for encouraging theological studies within [This.GetHerHis] realm and being a devout patron of scholars and priests.;[This.GetFirstName] est devenu[This.Get_E] célèbre pour avoir encouragé les études théologiques dans son pays et être un pieux patron des érudits et des prêtres.;[This.GetFirstName] wurde für die Förderung theologischer Studien in [This.GetHerHis]em Reich berühmt und dafür, ein frommer Schirmherr der Gelehrten und Priester zu sein.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] por alentar los estudios teológicos en su reino y ser un[This.GetXA] mecenas devot[This.GetOA] de eruditos y sacerdotes.;;;;;;;;;x -event_religion_peaceful_bloodline_04;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_peaceful_bloodline_04_desc;[This.GetFirstName] has become famous for encouraging theological studies within [This.GetHerHis] realm and being a devout patron of scholars and priests.;[This.GetFirstName] est devenu[This.Get_E] célèbre pour avoir encouragé les études théologiques dans son pays et être un pieux patron des érudits et des prêtres.;[This.GetFirstName] wurde für die Förderung theologischer Studien in [This.GetHerHis]em Reich berühmt und dafür, ein frommer Schirmherr der Gelehrten und Priester zu sein.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] por alentar los estudios teológicos en su reino y ser un[This.GetXA] mecenas devot[This.GetOA] de eruditos y sacerdotes.;;;;;;;;;x -event_religion_peaceful_bloodline_05;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_peaceful_bloodline_05_desc;[This.GetFirstName] has become famous for encouraging theological studies within [This.GetHerHis] realm and being a devout patron of scholars and priests.;[This.GetFirstName] est devenu[This.Get_E] célèbre pour avoir encouragé les études théologiques dans son pays et être un pieux patron des érudits et des prêtres.;[This.GetFirstName] wurde für die Förderung theologischer Studien in [This.GetHerHis]em Reich berühmt und dafür, ein frommer Schirmherr der Gelehrten und Priester zu sein.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] por alentar los estudios teológicos en su reino y ser un[This.GetXA] mecenas devot[This.GetOA] de eruditos y sacerdotes.;;;;;;;;;x -event_religion_peaceful_bloodline_06;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_religion_peaceful_bloodline_06_desc;[This.GetFirstName] has become famous for encouraging theological studies within [This.GetHerHis] realm and being a devout patron of scholars and priests.;[This.GetFirstName] est devenu[This.Get_E] célèbre pour avoir encouragé les études théologiques dans son royaume et être un pieux patron des érudits et des prêtres.;[This.GetFirstName] wurde für die Förderung theologischer Studien in [This.GetHerHis]em Reich berühmt und dafür, ein frommer Schirmherr der Gelehrten und Priester zu sein.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] por alentar los estudios teológicos en su reino y ser un[This.GetXA] mecenas devot[This.GetOA] de eruditos y sacerdotes.;;;;;;;;;x -event_ruthless_bloodline_01;Vile Blood of [This.GetTitledFirstName];Sang vil [This.Get_du_TitledFirstName];Schandblut von [This.GetTitledFirstName];;Sangre vil de [This.GetTitledFirstName];;;;;;;;;x -event_ruthless_bloodline_01_desc;[This.GetFirstName] has become infamous as one of the worst tyrants in [This.PrimaryTitle.GetName]'s history.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre comme l'un des pires tyrans de l'histoire [This.PrimaryTitle.Get_du_Realm].;[This.GetFirstName] wurde als einer der berüchtigsten und schlimmsten Tyrannen in der Geschichte von [This.PrimaryTitle.GetName] bekannt.;;[This.GetTitledFirstName] ganó una fama horrible como uno de los peores tiranos de la historia de [This.PrimaryTitle.GetName].;;;;;;;;;x -event_technology_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -event_technology_bloodline_01_desc;Known as a patron of the arts, [This.GetFirstName] has been celebrated by countless bards, painters and craftsmen for sponsoring their work.;Connu[This.Get_E] comme un mécène des arts, [This.GetFirstName] a été célébré[This.Get_E] par d'innombrables bardes, peintres et artisans pour le patronage de leur travail.;[This.GetFirstName] ist als Kunstmäzen bekannt und wird von unzähligen Barden, Malern und Handwerkern für die Förderung ihrer Arbeit gefeiert.;;Célebre por su mecenazgo de las artes [This.GetTitledFirstName] recibe el homenaje de innumerables bardos, pintores y artesanos por patrocinar su obra.;;;;;;;;;x -grand_crusader;Crusader Blood of [This.GetTitledFirstName];Sang de croisé [This.Get_du_TitledFirstName];Kreuzritterblut von [This.GetTitledFirstName];;Sangre cruzada de [This.GetTitledFirstName];;;;;;;;;x -grand_crusader_desc;[This.GetSheHeCap] single handedly brought victory to the [This.Religion.GetGroupName]s in several Crusades, and there are numerous legends spun in [This.Founder.GetHerHis] honor.;[This.GetIlElleCap] a apporté à [This.GetLuiElle] seul[This.Get_E] la victoire aux [This.GetReligiousGroupMascPl] dans plusieurs croisades et il y a des légendes qui sont racontées à son sujet.;[This.GetSheHeCap] brachte dem [This.Religion.GetGroupName]en Glauben in mehreren Kreuzzügen im Alleingang den Sieg und es gibt zahlreiche Legenden über [This.Founder.GetHerHis]e Taten.;;Consiguió personalmente la victoria para los [This.Religion.GetGroupName]s en muchas cruzadas y hay muchas leyendas en su honor.;;;;;;;;;x -great_conqueror_female;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -great_conqueror_male;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -hybrid_builder_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -hybrid_builder_bloodline_01_desc;[This.GetFirstName] is remembered by many as a patron of the crafts for sponsoring the construction of several cities, churches and fortifications.;Beaucoup de personnes se souviennent de [This.GetFirstName] comme d'un patron de l'artisanat pour avoir financé la construction de plusieurs villes, églises et fortifications.;[This.GetFirstName] wird vielen als Förderer des Handwerks und Konstruktion mehrerer Städte, Kirchen und Befestigungen in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como mecenas de la ingeniería por patrocinar la construcción de numerosas ciudades, iglesias y fortificaciones a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x -hybrid_murder_builder_bloodline_01;Sly Blood of [This.GetTitledFirstName];Sang sournois [This.Get_du_TitledFirstName];Listiges Blut von [This.GetTitledFirstName];;Sangre taimada de [This.GetTitledFirstName];;;;;;;;;x -hybrid_murder_builder_bloodline_01_desc;A controversial figure in [This.Culture.GetName] history, [This.GetFirstName] was a celebrated patron of the crafts, while also an alleged murderer.;Figure controversée de l'Histoire [This.Culture.GetName], [This.GetFirstName] était un patron célèbre de l'artisanat, tout en étant un meurtrier présumé.;[This.GetFirstName] war als Förderer des Handwerks und vermeintlicher Mörder eine umstrittene Figur in der [This.Culture.GetName] Geschichte.;;Figura controvertida de la historia del pueblo [This.Culture.GetName], [This.GetFirstName] fue aclamad[This.GetOA] como mecenas de las artes, pero también asesin[This.GetOA] presunt[This.GetOA].;;;;;;;;;x -hybrid_murder_peace_bloodline_01;Sly Blood of [This.GetTitledFirstName];Sang sournois [This.Get_du_TitledFirstName];Listiges Blut von [This.GetTitledFirstName];;Sangre taimada de [This.GetTitledFirstName];;;;;;;;;x -hybrid_murder_peace_bloodline_01_desc;[This.PrimaryTitle.GetNameCap] was unnaturally peaceful in spite of the ruler's detached attitude, leading many to weave frightening tales about the [This.GetTitle]'s silent tyranny.;La vie [This.PrimaryTitle.Get_en_Realm] était anormalement tranquille du fait de l'attitude détachée de son dirigeant, ce qui a conduit à des histoires effrayantes sur cette tyrannie silencieuse.;[This.PrimaryTitle.GetNameCap] war trotz der distanzierten Haltung unnatürlich friedlich, was dazu führte, dass das Volk beängstigende Geschichten über die stille Tyrannei [This.Getdesder] [This.GetTitle][This.GetsMale] erzählte.;;[This.PrimaryTitle.GetNameCap] fue anormalmente pacífico a pesar de la actitud indiferente del gobernante, lo que hizo que muchos urdieran cuentos aterradores sobre la tiranía silenciosa [This.GetDelDela] [This.GetTitle].;;;;;;;;;x -hybrid_murder_war_bloodline_01;Vile Blood of [This.GetTitledFirstName];Sang vil [This.Get_du_TitledFirstName];Schandblut von [This.GetTitledFirstName];;Sangre vil de [This.GetTitledFirstName];;;;;;;;;x -hybrid_murder_war_bloodline_01_desc;[This.GetFirstName] has become infamous for [This.GetHerHis] ruthless and amoral character, prone to both violence and deceit in the pursuit of [This.GetHerHis] ambition.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son caractère impitoyable et amoral, enclin à la fois à la violence et à la tromperie afin de poursuite ses ambitions.;[This.GetFirstName] ist für [This.GetHerHis]en rücksichtslosen und unmoralischen Charakter berüchtigt, [This.Getderdie] weder vor Gewalt noch Betrug bei der Verfolgung [This.GetHerHis]er Ambition zurückschreckt.;;[This.GetFirstName] se hizo célebre por su personalidad despiadada y amoral, dada a la violencia y el engaño para conseguir sus ambiciones.;;;;;;;;;x -hybrid_peace_architect_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -hybrid_peace_architect_bloodline_01_desc;[This.GetFirstName] is remembered by many as a peace-maker and a patron of the crafts for the creation of several cities.;[This.GetFirstName] est considéré[This.Get_E] comme un faiseur de paix et un patron de l'artisanat pour le financement de la construction de plusieurs villes.;[This.GetFirstName] wird vielen als Friedensbringer, Förderer des Handwerks und Konstruktion mehrerer Städte in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Se recordará a [This.GetFirstName] como pacificador[This.GetXA] y mecenas de las artes por patrocinar la construcción de numerosas ciudades a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x -hybrid_peace_castellan_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -hybrid_peace_castellan_bloodline_01_desc;[This.GetFirstName] is remembered by many as a peace-maker and a patron of engineering for sponsoring the construction of several castles.;Beaucoup de personnes se souviennent de [This.GetFirstName] comme d'un faiseur de paix et un mécène de l'ingénierie pour avoir financé la construction de plusieurs châteaux.;[This.GetFirstName] wird vielen als Friedensbringer, Förderer der Ingenieurskunst und Konstruktion mehrerer Burgen und Befestigungen in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como pacificador[This.GetXA] y mecenas de la ingeniería por patrocinar la construcción de numerosos castillos y fortificaciones a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x -hybrid_peace_monumental_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -hybrid_peace_monumental_bloodline_01_desc;[This.GetFirstName] is remembered by many as a peace-maker and a devout creator of churches.;[This.GetFirstName] est considéré[This.Get_E] comme un faiseur de paix et un[This.Get_E] [This.GetManWoman] pieu[This.GetXSe] pour avoir financé la construction de plusieurs temples.;[This.GetFirstName] wird vielen als Friedensbringer, Förderer der Ingenieurskunst und frommer [This.Religion.GetName]er Anhänger für die Konstruktion mehrerer Tempel in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como pacificador[This.GetXA], mecenas de la ingeniería y [This.Religion.GetName] devot[This.GetOA] al patrocinar la construcción de numerosos templos y catedrales por todo [This.PrimaryTitle.GetName].;;;;;;;;;x -immortal_bloodline_01;Immortal Blood of [This.GetTitledFirstName];Sang Immortel [This.Get_du_TitledFirstName];Unsterbliches Blut von [This.GetTitledFirstName];;Sangre inmortal de [This.GetTitledFirstName];;;;;;;;;x -immortal_bloodline_01_desc;The divine blood of [This.GetFirstName] flows through the veins of all [This.GetHerHis] descendants, carrying a glimpse of its eternal power.;Le sang divin de [This.GetFirstName] coule à travers les veines de tous ses descendants et laisse ainsi entrevoir son pouvoir éternel.;Das göttliche Blut von [This.GetFirstName] fließt durch die Adern aller [This.GetHerHis]er Nachkommen und beschert einen flüchtigen Blick auf die ewige Macht.;;La sangre divina de [This.GetTitledFirstName] corre por las venas de todos sus descendientes, llevando una porción de su poder eterno.;;;;;;;;;x -israel_female;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -israel_male;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -lcr_female;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -lcr_female_desc;[This.Founder.GetTitledFirstName] managed to unite the formerly disparate East and West Slavic people under [This.Founder.GetHerHis] rule.;[This.Founder.Get_Le_TitledFirstName] a réussi à unifier les Slaves occidentaux et orientaux sous son autorité.;[This.Founder.GetTitledFirstName] schaffte es die vormalig getrennten Ost- und Westslawischen Völker unter [This.Founder.GetHerHis]er Herrschaft zu vereinen.;;[This.Founder.GetTitledFirstName] consiguió unir a los pueblos eslavos oriental y occidental, antes separados, bajo su gobierno.;;;;;;;;;x -lcr_male;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -lcr_male_desc;[This.Founder.GetTitledFirstName] managed to unite the formerly disparate East and West Slavic people under [This.Founder.GetHerHis] rule.;[This.Founder.Get_Le_TitledFirstName] a réussi à unifier les Slaves occidentaux et orientaux sous son autorité.;[This.Founder.GetTitledFirstName] schaffte es die vormalig getrennten Ost- und Westslawischen Völker unter [This.Founder.GetHerHis]er Herrschaft zu vereinen.;;[This.Founder.GetTitledFirstName] consiguió unir a los pueblos eslavos oriental y occidental, antes separados, bajo su gobierno.;;;;;;;;;x -lord_of_outremer;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -lord_of_outremer_desc;[This.GetSheHeCap] is legendary among the Christians for conquering the Arabian peninsula and destroying the Muslim faiths.;[This.GetIlElleCap] est devenu[This.Get_E] une légende pour les chrétiens pour avoir conquis la péninsule arabique et détruit les fois musulmanes.;[This.GetTitledFirstName] ist unter den Christen für die Eroberung der arabischen Halbinsel und der Vernichtung muslimischer Glaubensrichtungen bekannt.;;Es una leyenda entre los cristianos por conquistar la Península arábiga y destruir los credos musulmanes.;;;;;;;;;x +destroyer_of_byzantium_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +destroyer_of_byzantium_bloodline_desc;Known for shattering the old Empire of Byzantium, and raising a new Empire from its ashes.;Connu[This.Get_E] pour avoir anéanti l'ancien Empire byzantin et bâti un nouvel empire à partir de ces cendres.;Bekannt für die Zerschlagung des alten Imperiums von Byzanz und der Erstellung eines neuen Reiches aus dessen Asche.;;Conocido por destruir el antiguo imperio de Bizancio y levantar otro sobre sus cenizas.;;;;;;;;;x +duelist_bloodline;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x +duelist_bloodline_desc;[This.Founder.GetTitledFirstName] was a duelist of great renown. No one would stand in [This.Founder.GetHerHis] way lest they wanted a humiliating defeat, or a swift death...;[This.Founder.Get_Le_TitledFirstName] était un[This.Founder.Get_E] duelliste réputé[This.Founder.Get_E]. Personne ne se dressait contre [This.Founder.GetLuiElle], de peur d'une défaite humiliante ou une morte rapide...;[This.Founder.GetTitledFirstName] war ein Duellant von großem Ansehen. Niemand würde sich [This.Founder.Getihmihr] in den Weg stellen, ohne eine demütigende Niederlage oder einen schnellen Tod zu wollen...;;[This.Founder.GetTitledFirstName] era una duelista de gran fama. Nadie se interponía en su camino a menos que buscase una derrota humillante o una muerte rápida…;;;;;;;;;x +event_benevolent_bloodline;Blessed Blood of [This.GetTitledFirstName];Sang béni [This.Get_du_TitledFirstName];Heiliges Blut von [This.GetTitledFirstName];;Sangre bendita de [This.GetTitledFirstName];;;;;;;;;x +event_benevolent_bloodline_desc;[This.GetFirstName] has become famous as a paragon of virtue and just rule throughout [This.PrimaryTitle.GetName].;[This.GetFirstName] est devenu[This.Get_E] célèbre comme parangon de la vertu et pour un règne juste.;[This.GetFirstName] wurde in ganz [This.PrimaryTitle.GetName] als Tugendbold und gerechter Herrscher bekannt.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] como ejemplo de justicia y gobierno justo por todo [This.PrimaryTitle.GetName].;;;;;;;;;x +event_family_bloodline;[This.GetTitledFirstName]'s Dynasty;Dynastie [This.Get_du_TitledFirstName];Dynastie von [This.GetTitledFirstName];;Dinastía de [This.GetTitledFirstName];;;;;;;;;x +event_family_bloodline_desc;Praised for spending a lifetime dedicating [This.GetHerselfHimself] to [This.GetHerHis] family, [This.GetFirstName] has immortalized [This.GetHerHis] dynasty as one of the most prestigious bloodlines in history.;Loué[This.Get_E] pour avoir consacré sa vie à sa famille, [This.GetFirstName] a fait de sa dynastie une des lignées les plus prestigieuses de l'Histoire.;[This.GetFirstName] hat [This.GetHerHis]e Dynastie als einer der prestigeträchtigsten Blutlinien in der Geschichte zementiert, da [This.GetSheHe] [This.GetHerHis] ganzes Leben der Familie gewidmet hat.;;Alabad[This.GetOA] por dedicar su vida a la familia, [This.GetFirstName] inmortalizó su familia como uno de los linajes más prestigiosos de la historia.;;;;;;;;;x +event_religion_aggressive_bloodline_name;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +event_religion_aggressive_bloodline_description;[This.GetFirstName] has become infamous for [This.GetHerHis] intolerance of heretical thought and [This.GetHerHis] promotion of the most extreme form of [This.Religion.GetName] zealotry.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son intolérance face à la pensée hérétique et sa promotion d'une forme extrême du fanatisme [This.GetReligionMasc].;[This.GetFirstName] wurde für seine Intoleranz gegenüber häretischem Denken und [This.GetHerHis]er Förderung der extremsten Form von [This.Religion.GetName]em Fanatismus berühmt.;;[This.GetTitledFirstName] se hizo tristemente célebre por su intolerancia al pensamiento herético y promover la forma más extrema de fanatismo [This.Religion.GetName].;;;;;;;;;x +event_religion_peaceful_bloodline_name;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +event_religion_peaceful_bloodline_description;[This.GetFirstName] has become famous for encouraging theological studies within [This.GetHerHis] realm and being a devout patron of scholars and priests.;[This.GetFirstName] est devenu[This.Get_E] célèbre pour avoir encouragé les études théologiques dans son pays et être un pieux patron des érudits et des prêtres.;[This.GetFirstName] wurde für die Förderung theologischer Studien in [This.GetHerHis]em Reich berühmt und dafür, ein frommer Schirmherr der Gelehrten und Priester zu sein.;;[This.GetTitledFirstName] se hizo famos[This.GetOA] por alentar los estudios teológicos en su reino y ser un[This.GetXA] mecenas devot[This.GetOA] de eruditos y sacerdotes.;;;;;;;;;x +event_ruthless_bloodline;Vile Blood of [This.GetTitledFirstName];Sang vil [This.Get_du_TitledFirstName];Schandblut von [This.GetTitledFirstName];;Sangre vil de [This.GetTitledFirstName];;;;;;;;;x +event_ruthless_bloodline_desc;[This.GetFirstName] has become infamous as one of the worst tyrants in [This.PrimaryTitle.GetName]'s history.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre comme l'un des pires tyrans de l'histoire [This.PrimaryTitle.Get_du_Realm].;[This.GetFirstName] wurde als einer der berüchtigsten und schlimmsten Tyrannen in der Geschichte von [This.PrimaryTitle.GetName] bekannt.;;[This.GetTitledFirstName] ganó una fama horrible como uno de los peores tiranos de la historia de [This.PrimaryTitle.GetName].;;;;;;;;;x +event_technology_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +event_technology_bloodline_desc;Known as a patron of the arts, [This.GetFirstName] has been celebrated by countless bards, painters and craftsmen for sponsoring their work.;Connu[This.Get_E] comme un mécène des arts, [This.GetFirstName] a été célébré[This.Get_E] par d'innombrables bardes, peintres et artisans pour le patronage de leur travail.;[This.GetFirstName] ist als Kunstmäzen bekannt und wird von unzähligen Barden, Malern und Handwerkern für die Förderung ihrer Arbeit gefeiert.;;Célebre por su mecenazgo de las artes [This.GetTitledFirstName] recibe el homenaje de innumerables bardos, pintores y artesanos por patrocinar su obra.;;;;;;;;;x +grand_crusader_bloodline;Crusader Blood of [This.GetTitledFirstName];Sang de croisé [This.Get_du_TitledFirstName];Kreuzritterblut von [This.GetTitledFirstName];;Sangre cruzada de [This.GetTitledFirstName];;;;;;;;;x +grand_crusader_bloodline_desc;[This.GetSheHeCap] single handedly brought victory to the [This.Religion.GetGroupName]s in several Crusades, and there are numerous legends spun in [This.Founder.GetHerHis] honor.;[This.GetIlElleCap] a apporté à [This.GetLuiElle] seul[This.Get_E] la victoire aux [This.GetReligiousGroupMascPl] dans plusieurs croisades et il y a des légendes qui sont racontées à son sujet.;[This.GetSheHeCap] brachte dem [This.Religion.GetGroupName]en Glauben in mehreren Kreuzzügen im Alleingang den Sieg und es gibt zahlreiche Legenden über [This.Founder.GetHerHis]e Taten.;;Consiguió personalmente la victoria para los [This.Religion.GetGroupName]s en muchas cruzadas y hay muchas leyendas en su honor.;;;;;;;;;x +hybrid_builder_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +hybrid_builder_bloodline_desc;[This.GetFirstName] is remembered by many as a patron of the crafts for sponsoring the construction of several cities, churches and fortifications.;Beaucoup de personnes se souviennent de [This.GetFirstName] comme d'un patron de l'artisanat pour avoir financé la construction de plusieurs villes, églises et fortifications.;[This.GetFirstName] wird vielen als Förderer des Handwerks und Konstruktion mehrerer Städte, Kirchen und Befestigungen in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como mecenas de la ingeniería por patrocinar la construcción de numerosas ciudades, iglesias y fortificaciones a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x +hybrid_murder_builder_bloodline;Sly Blood of [This.GetTitledFirstName];Sang sournois [This.Get_du_TitledFirstName];Listiges Blut von [This.GetTitledFirstName];;Sangre taimada de [This.GetTitledFirstName];;;;;;;;;x +hybrid_murder_builder_bloodline_desc;A controversial figure in [This.Culture.GetName] history, [This.GetFirstName] was a celebrated patron of the crafts, while also an alleged murderer.;Figure controversée de l'Histoire [This.Culture.GetName], [This.GetFirstName] était un patron célèbre de l'artisanat, tout en étant un meurtrier présumé.;[This.GetFirstName] war als Förderer des Handwerks und vermeintlicher Mörder eine umstrittene Figur in der [This.Culture.GetName] Geschichte.;;Figura controvertida de la historia del pueblo [This.Culture.GetName], [This.GetFirstName] fue aclamad[This.GetOA] como mecenas de las artes, pero también asesin[This.GetOA] presunt[This.GetOA].;;;;;;;;;x +hybrid_murder_peace_bloodline;Sly Blood of [This.GetTitledFirstName];Sang sournois [This.Get_du_TitledFirstName];Listiges Blut von [This.GetTitledFirstName];;Sangre taimada de [This.GetTitledFirstName];;;;;;;;;x +hybrid_murder_peace_bloodline_desc;[This.PrimaryTitle.GetNameCap] was unnaturally peaceful in spite of the ruler's detached attitude, leading many to weave frightening tales about the [This.GetTitle]'s silent tyranny.;La vie [This.PrimaryTitle.Get_en_Realm] était anormalement tranquille du fait de l'attitude détachée de son dirigeant, ce qui a conduit à des histoires effrayantes sur cette tyrannie silencieuse.;[This.PrimaryTitle.GetNameCap] war trotz der distanzierten Haltung unnatürlich friedlich, was dazu führte, dass das Volk beängstigende Geschichten über die stille Tyrannei [This.Getdesder] [This.GetTitle][This.GetsMale] erzählte.;;[This.PrimaryTitle.GetNameCap] fue anormalmente pacífico a pesar de la actitud indiferente del gobernante, lo que hizo que muchos urdieran cuentos aterradores sobre la tiranía silenciosa [This.GetDelDela] [This.GetTitle].;;;;;;;;;x +hybrid_murder_war_bloodline;Vile Blood of [This.GetTitledFirstName];Sang vil [This.Get_du_TitledFirstName];Schandblut von [This.GetTitledFirstName];;Sangre vil de [This.GetTitledFirstName];;;;;;;;;x +hybrid_murder_war_bloodline_desc;[This.GetFirstName] has become infamous for [This.GetHerHis] ruthless and amoral character, prone to both violence and deceit in the pursuit of [This.GetHerHis] ambition.;[This.GetFirstName] est devenu[This.Get_E] tristement célèbre pour son caractère impitoyable et amoral, enclin à la fois à la violence et à la tromperie afin de poursuite ses ambitions.;[This.GetFirstName] ist für [This.GetHerHis]en rücksichtslosen und unmoralischen Charakter berüchtigt, [This.Getderdie] weder vor Gewalt noch Betrug bei der Verfolgung [This.GetHerHis]er Ambition zurückschreckt.;;[This.GetFirstName] se hizo célebre por su personalidad despiadada y amoral, dada a la violencia y el engaño para conseguir sus ambiciones.;;;;;;;;;x +hybrid_peace_architect_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +hybrid_peace_architect_bloodline_desc;[This.GetFirstName] is remembered by many as a peace-maker and a patron of the crafts for the creation of several cities.;[This.GetFirstName] est considéré[This.Get_E] comme un faiseur de paix et un patron de l'artisanat pour le financement de la construction de plusieurs villes.;[This.GetFirstName] wird vielen als Friedensbringer, Förderer des Handwerks und Konstruktion mehrerer Städte in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Se recordará a [This.GetFirstName] como pacificador[This.GetXA] y mecenas de las artes por patrocinar la construcción de numerosas ciudades a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x +hybrid_peace_castellan_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +hybrid_peace_castellan_bloodline_desc;[This.GetFirstName] is remembered by many as a peace-maker and a patron of engineering for sponsoring the construction of several castles.;Beaucoup de personnes se souviennent de [This.GetFirstName] comme d'un faiseur de paix et un mécène de l'ingénierie pour avoir financé la construction de plusieurs châteaux.;[This.GetFirstName] wird vielen als Friedensbringer, Förderer der Ingenieurskunst und Konstruktion mehrerer Burgen und Befestigungen in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como pacificador[This.GetXA] y mecenas de la ingeniería por patrocinar la construcción de numerosos castillos y fortificaciones a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x +hybrid_peace_monumental_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +hybrid_peace_monumental_bloodline_desc;[This.GetFirstName] is remembered by many as a peace-maker and a devout creator of churches.;[This.GetFirstName] est considéré[This.Get_E] comme un faiseur de paix et un[This.Get_E] [This.GetManWoman] pieu[This.GetXSe] pour avoir financé la construction de plusieurs temples.;[This.GetFirstName] wird vielen als Friedensbringer, Förderer der Ingenieurskunst und frommer [This.Religion.GetName]er Anhänger für die Konstruktion mehrerer Tempel in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como pacificador[This.GetXA], mecenas de la ingeniería y [This.Religion.GetName] devot[This.GetOA] al patrocinar la construcción de numerosos templos y catedrales por todo [This.PrimaryTitle.GetName].;;;;;;;;;x +immortal_bloodline;Immortal Blood of [This.GetTitledFirstName];Sang Immortel [This.Get_du_TitledFirstName];Unsterbliches Blut von [This.GetTitledFirstName];;Sangre inmortal de [This.GetTitledFirstName];;;;;;;;;x +immortal_bloodline_desc;The divine blood of [This.GetFirstName] flows through the veins of all [This.GetHerHis] descendants, carrying a glimpse of its eternal power.;Le sang divin de [This.GetFirstName] coule à travers les veines de tous ses descendants et laisse ainsi entrevoir son pouvoir éternel.;Das göttliche Blut von [This.GetFirstName] fließt durch die Adern aller [This.GetHerHis]er Nachkommen und beschert einen flüchtigen Blick auf die ewige Macht.;;La sangre divina de [This.GetTitledFirstName] corre por las venas de todos sus descendientes, llevando una porción de su poder eterno.;;;;;;;;;x +lcr_bloodline;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x +lcr_bloodline_desc;[This.Founder.GetTitledFirstName] managed to unite the formerly disparate East and West Slavic people under [This.Founder.GetHerHis] rule.;[This.Founder.Get_Le_TitledFirstName] a réussi à unifier les Slaves occidentaux et orientaux sous son autorité.;[This.Founder.GetTitledFirstName] schaffte es die vormalig getrennten Ost- und Westslawischen Völker unter [This.Founder.GetHerHis]er Herrschaft zu vereinen.;;[This.Founder.GetTitledFirstName] consiguió unir a los pueblos eslavos oriental y occidental, antes separados, bajo su gobierno.;;;;;;;;;x +lord_of_outremer_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +lord_of_outremer_bloodline_desc;[This.GetSheHeCap] is legendary among the Christians for conquering the Arabian peninsula and destroying the Muslim faiths.;[This.GetIlElleCap] est devenu[This.Get_E] une légende pour les chrétiens pour avoir conquis la péninsule arabique et détruit les fois musulmanes.;[This.GetTitledFirstName] ist unter den Christen für die Eroberung der arabischen Halbinsel und der Vernichtung muslimischer Glaubensrichtungen bekannt.;;Es una leyenda entre los cristianos por conquistar la Península arábiga y destruir los credos musulmanes.;;;;;;;;;x northern_crusade_bloodline;Teutonic Blood of [Root.GetFirstName];Sang teutonique de [Root.GetFirstName];Germanisches Blut von [Root.GetFirstName];;Sangre teutónica de [Root.GetFirstName];;;;;;;;;x northern_crusade_bloodline_desc;After helping the Teutons in conquering the north, [Root.GetHerHis] dynasty is considered a close ally of the Teutons.;Après avoir aidé les Teutons à conquérir le nord, sa dynastie est considérée comme leur alliée.;Nachdem sie den Germanen bei der Eroberung des Nordens geholfen haben, gilt [Root.GetHerHis]e Dynastie als enger Verbündeter der Germanen;;Tras ayudar a los teutónicos a conquistar el norte, su dinastía es considerada un aliado cercano de estos.;;;;;;;;;x -phalaris_female;Phalarikan Blood;Sang de Phalaris;Phalarisisches Blut;;Sangre de Falaris;;;;;;;;;x -phalaris_male;Phalarikan Blood;Sang de Phalaris;Phalarisisches Blut;;Sangre de Falaris;;;;;;;;;x -pure_architect_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -pure_architect_bloodline_01_desc;[This.GetFirstName] is remembered by many as a patron of the crafts for sponsoring the construction of several cities throughout [This.PrimaryTitle.GetName].;[This.GetFirstName] est connu[This.Get_E] comme patron de l'artisanat à travers le financement de la construction de plusieurs villes [This.PrimaryTitle.Get_en_Realm].;[This.GetFirstName] wird vielen als Förderer der Handwerke und Konstruktion mehrerer Städte in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Se recordará a [This.GetFirstName] como mecenas de las artes por patrocinar la construcción de numerosas ciudades a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x -pure_castellan_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -pure_castellan_bloodline_01_desc;[This.GetFirstName] is remembered by many as a patron of engineering for sponsoring the construction of several castles throughout [This.PrimaryTitle.GetName].;Beaucoup de personnes se souviennent de [This.GetFirstName] comme d'un mécène de l'ingénierie pour avoir financé la construction de plusieurs châteaux [This.PrimaryTitle.Get_en_Realm].;[This.GetFirstName] wird vielen als Förderer der Ingenieurskunst und Konstruktion mehrerer Burgen und Festungen in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como mecenas de la ingeniería por patrocinar la construcción de numerosos castillos y fortificaciones a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x -pure_monumental_bloodline_01;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x -pure_monumental_bloodline_01_desc;[This.GetFirstName] is remembered by many as a patron of engineering and a devout [This.Religion.GetName] for sponsoring the construction of several temples in [This.GetHerHis] realm.;[This.GetFirstName] est connu[This.Get_E] comme patron de l'ingénierie et un[This.Get_E] [This.GetReligionMascFem] fervent[This.Get_E] pour avoir financé la construction de plusieurs temples dans son pays.;[This.GetFirstName] wird vielen als Förderer der Ingenieurskunst und frommer [This.Religion.GetName]er Anhänger für die Konstruktion mehrerer Tempel und Kathedralen in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como mecenas de la ingeniería y [This.Religion.GetName] devot[This.GetOA] al patrocinar la construcción de numerosos templos y catedrales por todo [This.PrimaryTitle.GetName].;;;;;;;;;x +phalaris_bloodline;Phalarikan Blood;Sang de Phalaris;Phalarisisches Blut;;Sangre de Falaris;;;;;;;;;x +phalaris_bloodline_desc;[Root.GetTitledFirstName] has claimed that [Root.GetHerHis] dynasty shares blood with Phalaris, ancient Tyrant of Akragas, infamous for his use of the Brazen Bull against his enemies.;[Root.Get_Le_TitledFirstName] a déclaré que sa dynastie était du même sang que Phalaris, ancien tyran d'Acragas, tristement célèbre pour son utilisation du taureau d'airain contre ses ennemis.;[Root.GetTitledFirstName] hat behauptet, dass [Root.GetHerHis]e Dynastie vom Blut des Phalaris ist, dem Tyrannen von Akragas, der dafür bekannt, ist seine Feinde in einem Bronzestier im Feuer zu rösten.;;[Root.GetTitledFirstName] ha afirmado que su dinastía comparte sangre con Falaris, antiguo tirano de Acragas, tristemente célebre por usar el toro de bronce contra sus enemigos.;;;;;;;;;x +pure_architect_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +pure_architect_bloodline_desc;[This.GetFirstName] is remembered by many as a patron of the crafts for sponsoring the construction of several cities throughout [This.PrimaryTitle.GetName].;[This.GetFirstName] est connu[This.Get_E] comme patron de l'artisanat à travers le financement de la construction de plusieurs villes [This.PrimaryTitle.Get_en_Realm].;[This.GetFirstName] wird vielen als Förderer der Handwerke und Konstruktion mehrerer Städte in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Se recordará a [This.GetFirstName] como mecenas de las artes por patrocinar la construcción de numerosas ciudades a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x +pure_castellan_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +pure_castellan_bloodline_desc;[This.GetFirstName] is remembered by many as a patron of engineering for sponsoring the construction of several castles throughout [This.PrimaryTitle.GetName].;Beaucoup de personnes se souviennent de [This.GetFirstName] comme d'un mécène de l'ingénierie pour avoir financé la construction de plusieurs châteaux [This.PrimaryTitle.Get_en_Realm].;[This.GetFirstName] wird vielen als Förderer der Ingenieurskunst und Konstruktion mehrerer Burgen und Festungen in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como mecenas de la ingeniería por patrocinar la construcción de numerosos castillos y fortificaciones a lo largo de [This.PrimaryTitle.GetName].;;;;;;;;;x +pure_monumental_bloodline;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x +pure_monumental_bloodline_desc;[This.GetFirstName] is remembered by many as a patron of engineering and a devout [This.Religion.GetName] for sponsoring the construction of several temples in [This.GetHerHis] realm.;[This.GetFirstName] est connu[This.Get_E] comme patron de l'ingénierie et un[This.Get_E] [This.GetReligionMascFem] fervent[This.Get_E] pour avoir financé la construction de plusieurs temples dans son pays.;[This.GetFirstName] wird vielen als Förderer der Ingenieurskunst und frommer [This.Religion.GetName]er Anhänger für die Konstruktion mehrerer Tempel und Kathedralen in [This.PrimaryTitle.GetName] in Erinnerung bleiben.;;Muchos recuerdan a [This.GetFirstName] como mecenas de la ingeniería y [This.Religion.GetName] devot[This.GetOA] al patrocinar la construcción de numerosos templos y catedrales por todo [This.PrimaryTitle.GetName].;;;;;;;;;x pure_murder_bloodline_01;Vile Blood of [This.GetTitledFirstName];Sang vil [This.Get_du_TitledFirstName];Schandblut von [This.GetTitledFirstName];;Sangre vil de [This.GetTitledFirstName];;;;;;;;;x pure_murder_bloodline_01_desc;Since [This.GetHerHis] early childhood, [This.GetFirstName] showed an unnatural inclination for murder, which earned [This.GetHerHim] a terrible reputation amongst the brutalized members of [Root.GetHerHis] court.;Depuis la petite enfance, [This.GetFirstName] a montré une inclination contre nature pour le meurtre, ce qui lui a valu une réputation terrible auprès des membres brutalisés de sa cour.;Seit [This.GetHerHis]er frühen Kindheit zeigte [This.GetFirstName] eine unnatürliche Neigung zum Mord, die [This.GetHerHim] einen schrecklichen Ruf am Hof gebracht hat.;;[This.GetFirstName] mostró desde su más tierna infancia una inclinación antinatural por el asesinato, ganándole una reputación terrible entre los insensibilizados miembros de su corte.;;;;;;;;;x pure_murder_bloodline_02;Vile Blood of [This.GetTitledFirstName];Sang vil [This.Get_du_TitledFirstName];Schandblut von [This.GetTitledFirstName];;Sangre vil de [This.GetTitledFirstName];;;;;;;;;x @@ -258,39 +230,17 @@ pure_war_bloodline_03;Blood of [This.GetTitledFirstName];Sang [This.Get_du_Title pure_war_bloodline_03_desc;A master of the battlefield, [This.GetFirstName] has become infamous as a ruthless conqueror and implacable warrior with an unparalleled strategic genius.;Maître du champ de bataille, [This.GetFirstName] est devenu[This.Get_E] tristement célèbre comme conquérant[This.Get_E] impitoyable et guerri[This.GetErEre] implacable ayant un génie stratégique sans pareil.;Als Meister des Schlachtfelds wurde [This.GetFirstName] als rücksichtsloser Eroberer und unerbittlicher Krieger mit beispiellosem strategischen Genie berüchtigt.;;Maestr[This.GetOA] del campo de batalla, [This.GetFirstName] se ha hecho célebre como conquistador[This.GetXA] despiadad[This.GetOA] y guerrer[This.GetOA] implacable con un genio estratégico sin rival.;;;;;;;;;x pure_war_bloodline_04;Blood of [This.GetTitledFirstName];Sang [This.Get_du_TitledFirstName];Blut von [This.GetTitledFirstName];;Sangre de [This.GetTitledFirstName];;;;;;;;;x pure_war_bloodline_04_desc;The archetypal warrior-philosopher, [This.GetFirstName] has become legendary for coupling the fierceness of a fighter with the mind of a scholar.;L'archétype du guerrier-philosophe, [This.GetFirstName] est devenu[This.Get_E] légendaire pour avoir combiné la férocité d'un combattant et l'esprit d'un érudit.;[This.GetFirstName] ist ein archetypischer Krieger-Philosoph, [This.Getderdie] dafür legendär geworden ist, die Wildheit eines Kämpfers mit dem Geist eines Gelehrten zu verbinden.;;Arquetipo de guerrero-filósofo, [This.GetFirstName] se ha vuelto legendari[This.GetOA] por asociar la ferocidad de un[This.GetXA] luchador[This.GetXA] con la mente de un[This.GetXA] erudit[This.GetOA].;;;;;;;;;x -random_world_bloodline_female_1;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -random_world_bloodline_female_2;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -random_world_bloodline_female_3;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -random_world_bloodline_male_1;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -random_world_bloodline_male_2;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -random_world_bloodline_male_3;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x reconquista_bloodline;Iberian Blood of [Root.GetFirstName];Sang ibérique de [Root.GetFirstName];Iberisches Blut von [Root.GetFirstName];;Sangre ibérica de [Root.GetFirstName];;;;;;;;;x reconquista_bloodline_desc;Known for being one of the most important characters in the reconquests of the Iberian Peninsula.;Connu[Root.Get_E] pour être l'un des personnages les plus importants des reconquêtes de la péninsule ibérique.;Dieser Charakter war eine der wichtigsten Personen während der Rückeroberung der Iberischen Halbinsel.;;Célebre por ser uno de los personajes más importante en la Reconquista de la península ibérica.;;;;;;;;;x reconquista_cid_bloodline;Iberian Blood of [Root.GetFirstName];Sang ibérique de [Root.GetFirstName];Iberisches Blut von [Root.GetFirstName];;Sangre ibérica de [Root.GetFirstName];;;;;;;;;x reconquista_cid_bloodline_desc;Known for both fighting against and helping the infidels throughout the Reconquests of Iberia, as one of the greatest generals of our times.;Connu[Root.Get_E] pour avoir combattu et aidé les infidèles tout au long des reconquêtes de l'Ibérie, [Root.GetIlElle] est l'un des plus grands généraux de notre époque.;Dieser Charakter ist dafür bekannt, sowohl für als auch gegen die Ungläubigen während der Rückeroberung Iberiens gekämpft zu haben, und gilt als einer der größten Generäle unserer Zeit.;;Célebre por luchar tanto contra los infieles como a su favor durante la Reconquista de la península ibérica, siendo uno de los mayores generales de nuestro tiempo.;;;;;;;;;x -roman_emperor_female;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -roman_emperor_male;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -saintly_bloodline_01;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_02;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_03;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_04;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_05;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_06;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_07;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_08;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_09;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_10;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_11;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -saintly_bloodline_12;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x -samrat_chakravartin_female;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -samrat_chakravartin_male;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x -saoshyant_female;Blood of the Saoshyant;Sang du Saoshyant;Blut der Saoschjant;;Sangre del Saosyant;;;;;;;;;x -saoshyant_male;Blood of the Saoshyant;Sang du Saoshyant;Blut der Saoschjant;;Sangre del Saosyant;;;;;;;;;x +roman_emperor_bloodline;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x +roman_emperor_bloodline_desc;The glorious restorer of the Roman Empire, who brought Europe, Africa and Asia back under Imperial rule.;Le restaurateur glorieux de l'Empire romain, qui a ramené l'Europe, l'Afrique et l'Asie sous la domination impériale.;Derjenige, der das Römische Reich wiederherstellte und Europa, Afrika und Asien zurück unter die Herrschaft des Kaisers brachte.;;El glorioso restaurador del Imperio romano, que puso de nuevo Europa, Asia y África bajo el mandato imperial.;;;;;;;;;x +saintly_bloodline_name;Blood of Saint [Root.GetDynName];Sang de Saint [Root.GetDynName];Blut vom Heiligen [Root.GetDynName];;Sangre de san[Root.GetXTa] [Root.GetDynName];;;;;;;;;x sea_king_bloodline;Stormblood;Tempête de Sang;Sturmblut;;Sangre tormentosa;;;;;;;;;x sea_king_bloodline_desc;Entire cities have been decimated by the raids of [This.Founder.GetTitledFirstName], etching [This.Founder.GetHerHis] legacy as one of the most fearsome and ruthless Pirates of [This.Founder.PrimaryTitle.GetName].;Des cités entières ont été décimées par les pillages [This.Founder.Get_du_TitledFirstName], gravant son nom dans le marbre en tant que l'un[This.Founder.Get_E] des pirates les plus redoutables et impitoyables [This.Founder.PrimaryTitle.Get_du_Realm].;Ganze Städte wurden durch die Überfälle von [This.Founder.GetTitledFirstName] niedergemäht, [This.Founder.Getderdie] sein Vermächtnis als eine[This.Founder.GetrMale] der furchterregendsten und rücksichtslosesten Piraten von [This.Founder.PrimaryTitle.GetName] beansprucht.;;Ciudades enteras fueron devastadas por las incursiones de [This.Founder.GetTitledFirstName], grabando su legado como uno de los piratas de [This.Founder.PrimaryTitle.GetName] más terribles y despiadados.;;;;;;;;;x seaqueen_bloodline;Stormblood;Tempête de Sang;Sturmblut;;Sangre tormentosa;;;;;;;;;x seaqueen_bloodline_desc;Entire cities have been decimated by the raids of [This.Founder.GetTitledFirstName], etching [This.Founder.GetHerHis] legacy as one of the most fearsome and ruthless Pirates of [This.Founder.PrimaryTitle.GetName].;Des cités entières ont été décimées par les pillages [This.Founder.Get_du_TitledFirstName], gravant son nom dans le marbre en tant que l'un[This.Founder.Get_E] des pirates les plus redoutables et impitoyables [This.Founder.PrimaryTitle.Get_du_Realm].;Ganze Städte wurden durch die Überfälle von [This.Founder.GetTitledFirstName] niedergemäht, [This.Founder.Getderdie] sein Vermächtnis als eine[This.Founder.GetrMale] der furchterregendsten und rücksichtslosesten Piraten von [This.Founder.PrimaryTitle.GetName] beansprucht.;;Ciudades enteras fueron devastadas por las incursiones de [This.Founder.GetTitledFirstName], grabando su legado como una de las piratas de [This.Founder.PrimaryTitle.GetName] más terribles y despiadadas.;;;;;;;;;x -teuta_female;Blood of Teuta;Sang de Teuta;Blut von Teuta;;Sangre de Teuta;;;;;;;;;x @@ -301,26 +251,25 @@ bloodline_bloodthirsty_name_random_c;Scarlet Seeds of [Root.GetFirstName];Graine bloodline_bloodthirsty_name_random_d;Red Reaper of [Root.Capital.GetName];Faucheu[Root.GetRSe] de [Root.Capital.GetName];Roter Schlächter von [Root.Capital.GetName];;Segador rojo de [Root.GetFirstName];;;;;;;;;x bloodline_bloodthirsty_name_random_e;Soulflayers;Écorcheu[Root.GetRSe] d'âmes;Seelenschinder;;Despellejaalmas;;;;;;;;;x bloodline_bloodthirsty_name_random_f;Dreaded;Redoutable;Gefürchteter;;Temido;;;;;;;;;x -bloodline_desc_bloodthirsty_gods_bloodline;[Root.GetTitledFirstName] dedicated [Root.GetHerHis] life to build an empire of blood and skulls in honor of [Root.GetHerHis] fickle and cruel gods.;[Root.Get_Le_TitledFirstName] a consacré sa vie à bâtir un empire dans le sang en l'honneur de ses dieux inconstants et cruels.;[Root.GetTitledFirstName] hat [Root.GetHerHis] Leben dem Bau eines Imperiums voller Blut und Schädel zu Ehren von wankelmütigen und grausamen Göttern gewidmet.;;[Root.GetTitledFirstName] dedicó su vida a levantar un imperio de sangre y cráneos en honor a sus dioses veleidosos y crueles.;;;;;;;;;x -bloodline_desc_child_of_destiny;A [child_of_destiny.GetManWoman] of true legend. [child_of_destiny.GetHerHisCap] exploits mimicked those of Alexander the Great himself!;Un[child_of_destiny.Get_E] [child_of_destiny.GetManWoman] de légende. Ses exploits égalent ceux d'Alexandre le Grand !;[child_of_destiny.GetEinEine] [child_of_destiny.GetManWoman] wahrer Legende. [child_of_destiny.GetHerHisCap]e Errungenschaften stehen selbst die von Alexander dem Großen in nichts nach.;;Un[child_of_destiny.GetXA] [child_of_destiny.GetManWoman] que es pura leyenda. ¡Sus hazañas se igualan a las del mismo Alejandro Magno!;;;;;;;;;x -bloodline_desc_legendary_battle_bard;Rumored to often have gone singing into battle, [This.Founder.GetFirstNameWithNick] was a [This.Founder.GetWarriorRole] of a different time, [This.Founder.GetHerHis] deeds inspiring greatness in others for generations to come.;Réputé[This.Founder.Get_E] pour ses chants avant la bataille, [This.Founder.GetFirstNameWithNick] était un [This.Founder.GetWarriorRole] d'un autre temps. Ses actes inspirent la grandeur aux générations futures.;Es wird gemunkelt, dass [This.Founder.GetFirstNameWithNick] im Kampf oft gesungen haben soll. [This.Founder.GetHerHis]e Taten werden kommende Generationen zur Großartigkeit verleiten.;;[This.Founder.GetFirstNameWithNick] fue un[This.Founder.GetXA] [This.Founder.GetWarriorRole] de otra época. Sus obras inspirarn a otros a la grandeza desde hace generaciones.;;;;;;;;;x -bloodline_desc_legendary_battle_survivor;A particularly resilient [This.Founder.GetManWoman], [This.Founder.GetFirstNameWithNick] proved [This.Founder.GetHerselfHimself] one of the finest [This.Founder.GetWarriorRole]s of [This.Founder.GetHerHis] time.;Un[This.Founder.Get_E] [This.Founder.GetManWoman] particulièrement résistant[This.Founder.Get_E], [This.Founder.GetFirstNameWithNick] s'est avéré[This.Founder.Get_E] être l'un des meilleurs [This.Founder.GetWarriorRole]s de son temps.;Als besonders widerstandsfähige[This.Founder.GetrMale] [This.Founder.GetManWoman] bewies sich [This.Founder.GetFirstNameWithNick] selbst als einer der besten [This.Founder.GetWarriorRole] [This.Founder.GetHerHis]er Zeit.;;Alguien con una capacidad de recuperación especial, [This.Founder.GetFirstNameWithNick] demostró ser un[This.Founder.GetXA] de l[This.Founder.GetOA]s mejores [This.Founder.GetWarriorRole] s de su tiempo.;;;;;;;;;x -bloodline_desc_legendary_captor;[This.Founder.GetBestName] was both feared and respected, not only for [This.Founder.GetHerHis] combat prowess, but for [This.Founder.GetHerHis] relentless courage.;[This.Founder.GetBestName] était à la fois craint[This.Founder.Get_E] et respecté[This.Founder.Get_E], non seulement pour ses prouesses au combat, mais aussi pour son courage incessant.;[This.Founder.GetBestName] war sowohl gefürchtet als auch respektiert und das nicht nur für [This.Founder.GetHerHis]e Kampffertigkeiten, sondern auch für [This.Founder.GetHerHis]en unerbittlichen Mut.;;[This.Founder.GetBestName] fue temid[This.Founder.GetOA] y respetad[This.Founder.GetOA] no solo por su destreza en el combate, sino por su valor implacable.;;;;;;;;;x -bloodline_desc_legendary_commander;[This.Founder.GetFirstNameWithNick] was known as the [This.Founder.GetEducationComplimentAdjective] leader of [This.Founder.Society.GetName] – the mention of [This.Founder.GetHerHis] courage still lights a fire in many [This.Founder.Culture.GetName] soldiers.;[This.Founder.GetFirstNameWithNick] était connu[This.Founder.Get_E] comme [This.Founder.GetLeLa] chef [This.Founder.GetEducationComplimentAdjective] [This.Founder.Get_du_Society] – la mention de son courage inspire encore de nombreux soldats [This.Founder.GetCultureMascPl].;[This.Founder.GetFirstNameWithNick] war als [This.Founder.Getderdie] [This.Founder.GetEducationComplimentAdjective] Anführer[This.Founder.GetinFemale] von [This.Founder.Society.GetName] bekannt. Allein die bloße Beschreibung [This.Founder.GetHerHis]es Mutes zündet noch immer ein Feuer in vielen [This.Founder.Culture.GetName]en Soldaten.;;A [This.Founder.GetFirstNameWithNick] se le conoció como [This.Founder.GetElLa] líder [This.Founder.GetEducationComplimentAdjective] de [This.Founder.Society.GetName]. Mencionar su valor sigue inflamando a más de un soldado [This.Founder.Culture.GetName].;;;;;;;;;x -bloodline_desc_legendary_dog_hunter;A highly respected [This.Founder.GetWarriorRole] within [This.Founder.GetHerHis] society, this [This.Founder.GetEducationComplimentAdjective] [This.Founder.GetManWoman] was rumored to often have been charging into battle surrounded by war hounds.;[This.Founder.GetWarriorRoleCap] très respecté au sein de sa société, c[From.GetEtEtte] [This.Founder.GetManWoman] [This.Founder.GetEducationComplimentAdjective] était réputé[This.Founder.Get_E] pour avoir souvent chargé au combat entouré[This.Founder.Get_E] de chiens de guerre.;Als hoch angesehene[This.Founder.GetrMale] [This.Founder.GetWarriorRole] innerhalb [This.Founder.GetHerHis]er Gesellschaft wird von [This.Founder.Getdiesemdieser] [This.Founder.GetEducationComplimentAdjective] [This.Founder.GetManWoman] gemunkelt, dass [This.Founder.GetSheHe] oft mit [This.Founder.GetHerHis]en Kriegshunden in den Kampf gestürmt sei.;;Un[This.Founder.GetXA] [This.Founder.GetWarriorRole] muy respetad[This.Founder.GetOA] en su sociedad. Se dice que esta persona [This.Founder.GetEducationComplimentAdjective] cargaba en la batalla acompañad[This.Founder.GetOA] de unos sabuesos de guerra.;;;;;;;;;x -bloodline_desc_legendary_eagle_hunter;[This.GetTitledFirstName] traveled far into foreign lands, fighting [This.GetHerHis] way through the best warriors of [This.GetHerHis] time. The [This.Founder.GetEducationComplimentAdjective] [This.Founder.GetManWoman] was rumored to have a supernatural affinity with birds.;[This.Founder.Get_Le_TitledFirstName] a voyagé dans de lointains pays pour finalement faire partie des meilleurs guerriers de son époque. [This.Founder.GetIlElleCap] était réputé[This.Founder.Get_E] pour avoir une affinité surnaturelle avec les oiseaux.;[This.GetTitledFirstName] reiste weit in fremde Länder und kämpfte mit den besten Kriegern [This.GetHerHis]er Zeit. Es wird gemunkelt, dass [This.Founder.Getderdie] [This.Founder.GetEducationComplimentAdjective][This.Founder.GeteMale] [This.Founder.GetManWoman] eine übernatürliche Affinität zu Vögeln hat.;;[This.GetTitledFirstName] viajó lejos por tierras enemigas, abriéndose paso entre los mejores guerreros de su época. Una persona [This.Founder.GetEducationComplimentAdjective] de quien se rumoreaba tenía una afinidad sobrenatural con las aves.;;;;;;;;;x -bloodline_desc_legendary_leader;Known as a great [This.Founder.GetWarriorRole] and leader of others, [This.Founder.GetFirstNameWithNick] accumulated enthusiastic support during [This.Founder.GetHerHis] legendary raids into foreign lands.;Connu[This.Founder.Get_E] comme un grand [This.Founder.GetWarriorRole] et chef, [This.Founder.GetFirstNameWithNick] a accumulé un grand soutien lors de ses pillages légendaires dans les pays étrangers.;Bekannt als großer [This.Founder.GetWarriorRole] und Anführer anderer hat sich [This.Founder.GetFirstNameWithNick] während [This.Founder.GetHerHis]er legendären Überfälle in fremde Länder als begeisterter Unterstützer herausgestellt.;;Célebre como gran [This.Founder.GetWarriorRole] y líder de otros. [This.Founder.GetFirstNameWithNick] reunió un apoyo entusiasta en sus incursiones legendarias en tierras extranjeras.;;;;;;;;;x -bloodline_desc_legendary_raider;[This.Founder.GetFirstNameWithNick] was well respected within [This.Founder.Society.GetName], known for [This.Founder.GetHerHis] strategy and skill in battle, inspiring other [This.Founder.GetWarriorRole]s for years to come.;[This.Founder.GetFirstNameWithNick] était très respecté[This.Founder.Get_E] dans [This.Founder.Get_le_Society] pour sa stratégie et son habileté dans la bataille. C'est une source d'inspiration pour tout [This.Founder.GetWarriorRole].;[This.Founder.GetFirstNameWithNick] war in [This.Founder.Society.GetName] hoch angesehen und für [This.Founder.GetHerHis]e Strategien und Fähigkeiten im Kampf bekannt. Als [This.Founder.GetWarriorRole] inspiriert [This.Founder.GetSheHe] kommende Generationen.;;[This.Founder.GetFirstNameWithNick] fue respetad[This.Founder.GetOA] en [This.Founder.Society.GetName], célebre por su habilidad y estrategia en el combate, inspirará a otros [This.Founder.GetWarriorRole]s en los años venideros.;;;;;;;;;x -bloodline_desc_legendary_soldier;Always ready for battle, [This.Founder.GetFirstNameWithNick] became famous for [This.Founder.GetHerHis] many victories, and being the finest [This.Founder.GetWarriorRole] [This.Founder.Society.GetName] had ever seen.;Toujours prêt[This.Founder.Get_E] pour la bataille, [This.Founder.GetFirstNameWithNick] est célèbre pour ses nombreuses victoires et pour être le meilleur [This.Founder.GetWarriorRole] jamais vu par [This.Founder.Get_le_Society].;Immer für den Kampf bereit wurde [This.Founder.GetFirstNameWithNick] für [This.Founder.GetHerHis]e vielen Siege bekannt und ist [This.Founder.Getderdie] [This.Founder.GetWarriorRole], die [This.Founder.Society.GetName] jemals gesehen hat.;;[This.Founder.GetFirstNameWithNick], siempre list[This.Founder.GetOA] para el combate, se hizo famoso por sus muchas victorias y ser [This.Founder.GetElLa] mejor [This.Founder.GetWarriorRole] que jamás se viera en [This.Founder.Society.GetName].;;;;;;;;;x -bloodline_desc_legendary_warrior;This [This.Founder.GetEducationComplimentAdjective] [This.Founder.GetEducationRole] made a name for [This.Founder.GetHerselfHimself] fighting for [This.Founder.Society.GetName] and spreading the way of the [This.Founder.GetWarriorRole] to all who would dare challenge [This.Founder.GetHerHim].;C[From.GetEtEtte] [This.Founder.GetEducationRole] [This.Founder.GetEducationComplimentAdjective] s'est fait[This.Founder.Get_E] un nom en se battant pour [This.Founder.Get_le_Society] et en propageant la voie du [This.Founder.GetWarriorRole] à tous ceux qui osaient [This.Founder.GetLeLa] défier.;Diese[This.Founder.GetrMale][This.Founder.GetEducationComplimentAdjective] [This.Founder.GetEducationRole] hat sich selbst einen Namen gemacht, indem [This.Founder.GetSheHe] für [This.Founder.Society.GetName] kämpft und den Weg [This.Founder.Getdesder] [This.Founder.GetWarriorRole][This.Founder.GetsMale] an alle verbreitet, die es wagen würden, [This.Founder.Getihnsie] herauszufordern.;;Este [This.Founder.GetEducationRole] [This.Founder.GetEducationComplimentAdjective] ganó fama luchando por [This.Founder.Society.GetName] y difundiendo el camino del [This.Founder.GetWarriorRole] a todos los que se atrevieron a desafiar[This.Founder.GetLoLa].;;;;;;;;;x -bloodline_desc_phalaris;[Root.GetTitledFirstName] has claimed that [Root.GetHerHis] dynasty shares blood with Phalaris, ancient Tyrant of Akragas, infamous for his use of the Brazen Bull against his enemies.;[Root.Get_Le_TitledFirstName] a déclaré que sa dynastie était du même sang que Phalaris, ancien tyran d'Acragas, tristement célèbre pour son utilisation du taureau d'airain contre ses ennemis.;[Root.GetTitledFirstName] hat behauptet, dass [Root.GetHerHis]e Dynastie vom Blut des Phalaris ist, dem Tyrannen von Akragas, der dafür bekannt, ist seine Feinde in einem Bronzestier im Feuer zu rösten.;;[Root.GetTitledFirstName] ha afirmado que su dinastía comparte sangre con Falaris, antiguo tirano de Acragas, tristemente célebre por usar el toro de bronce contra sus enemigos.;;;;;;;;;x -bloodline_desc_roman;The glorious restorer of the Roman Empire, who brought Europe, Africa and Asia back under Imperial rule.;Le restaurateur glorieux de l'Empire romain, qui a ramené l'Europe, l'Afrique et l'Asie sous la domination impériale.;Derjenige, der das Römische Reich wiederherstellte und Europa, Afrika und Asien zurück unter die Herrschaft des Kaisers brachte.;;El glorioso restaurador del Imperio romano, que puso de nuevo Europa, Asia y África bajo el mandato imperial.;;;;;;;;;x +bloodthirsty_bloodline_desc;[Root.GetTitledFirstName] dedicated [Root.GetHerHis] life to build an empire of blood and skulls in honor of [Root.GetHerHis] fickle and cruel gods.;[Root.Get_Le_TitledFirstName] a consacré sa vie à bâtir un empire dans le sang en l'honneur de ses dieux inconstants et cruels.;[Root.GetTitledFirstName] hat [Root.GetHerHis] Leben dem Bau eines Imperiums voller Blut und Schädel zu Ehren von wankelmütigen und grausamen Göttern gewidmet.;;[Root.GetTitledFirstName] dedicó su vida a levantar un imperio de sangre y cráneos en honor a sus dioses veleidosos y crueles.;;;;;;;;;x +legendary_battle_bard_bloodline_desc;Rumored to often have gone singing into battle, [This.Founder.GetFirstNameWithNick] was a [This.Founder.GetWarriorRole] of a different time, [This.Founder.GetHerHis] deeds inspiring greatness in others for generations to come.;Réputé[This.Founder.Get_E] pour ses chants avant la bataille, [This.Founder.GetFirstNameWithNick] était un [This.Founder.GetWarriorRole] d'un autre temps. Ses actes inspirent la grandeur aux générations futures.;Es wird gemunkelt, dass [This.Founder.GetFirstNameWithNick] im Kampf oft gesungen haben soll. [This.Founder.GetHerHis]e Taten werden kommende Generationen zur Großartigkeit verleiten.;;[This.Founder.GetFirstNameWithNick] fue un[This.Founder.GetXA] [This.Founder.GetWarriorRole] de otra época. Sus obras inspirarn a otros a la grandeza desde hace generaciones.;;;;;;;;;x +legendary_battle_survivor_bloodline_desc;A particularly resilient [This.Founder.GetManWoman], [This.Founder.GetFirstNameWithNick] proved [This.Founder.GetHerselfHimself] one of the finest [This.Founder.GetWarriorRole]s of [This.Founder.GetHerHis] time.;Un[This.Founder.Get_E] [This.Founder.GetManWoman] particulièrement résistant[This.Founder.Get_E], [This.Founder.GetFirstNameWithNick] s'est avéré[This.Founder.Get_E] être l'un des meilleurs [This.Founder.GetWarriorRole]s de son temps.;Als besonders widerstandsfähige[This.Founder.GetrMale] [This.Founder.GetManWoman] bewies sich [This.Founder.GetFirstNameWithNick] selbst als einer der besten [This.Founder.GetWarriorRole] [This.Founder.GetHerHis]er Zeit.;;Alguien con una capacidad de recuperación especial, [This.Founder.GetFirstNameWithNick] demostró ser un[This.Founder.GetXA] de l[This.Founder.GetOA]s mejores [This.Founder.GetWarriorRole] s de su tiempo.;;;;;;;;;x +legendary_captor_bloodline_desc;[This.Founder.GetBestName] was both feared and respected, not only for [This.Founder.GetHerHis] combat prowess, but for [This.Founder.GetHerHis] relentless courage.;[This.Founder.GetBestName] était à la fois craint[This.Founder.Get_E] et respecté[This.Founder.Get_E], non seulement pour ses prouesses au combat, mais aussi pour son courage incessant.;[This.Founder.GetBestName] war sowohl gefürchtet als auch respektiert und das nicht nur für [This.Founder.GetHerHis]e Kampffertigkeiten, sondern auch für [This.Founder.GetHerHis]en unerbittlichen Mut.;;[This.Founder.GetBestName] fue temid[This.Founder.GetOA] y respetad[This.Founder.GetOA] no solo por su destreza en el combate, sino por su valor implacable.;;;;;;;;;x +legendary_commander_bloodline_desc;[This.Founder.GetFirstNameWithNick] was known as the [This.Founder.GetEducationComplimentAdjective] leader of [This.Founder.Society.GetName] – the mention of [This.Founder.GetHerHis] courage still lights a fire in many [This.Founder.Culture.GetName] soldiers.;[This.Founder.GetFirstNameWithNick] était connu[This.Founder.Get_E] comme [This.Founder.GetLeLa] chef [This.Founder.GetEducationComplimentAdjective] [This.Founder.Get_du_Society] – la mention de son courage inspire encore de nombreux soldats [This.Founder.GetCultureMascPl].;[This.Founder.GetFirstNameWithNick] war als [This.Founder.Getderdie] [This.Founder.GetEducationComplimentAdjective] Anführer[This.Founder.GetinFemale] von [This.Founder.Society.GetName] bekannt. Allein die bloße Beschreibung [This.Founder.GetHerHis]es Mutes zündet noch immer ein Feuer in vielen [This.Founder.Culture.GetName]en Soldaten.;;A [This.Founder.GetFirstNameWithNick] se le conoció como [This.Founder.GetElLa] líder [This.Founder.GetEducationComplimentAdjective] de [This.Founder.Society.GetName]. Mencionar su valor sigue inflamando a más de un soldado [This.Founder.Culture.GetName].;;;;;;;;;x +legendary_dog_hunter_bloodline_desc;A highly respected [This.Founder.GetWarriorRole] within [This.Founder.GetHerHis] society, this [This.Founder.GetEducationComplimentAdjective] [This.Founder.GetManWoman] was rumored to often have been charging into battle surrounded by war hounds.;[This.Founder.GetWarriorRoleCap] très respecté au sein de sa société, c[From.GetEtEtte] [This.Founder.GetManWoman] [This.Founder.GetEducationComplimentAdjective] était réputé[This.Founder.Get_E] pour avoir souvent chargé au combat entouré[This.Founder.Get_E] de chiens de guerre.;Als hoch angesehene[This.Founder.GetrMale] [This.Founder.GetWarriorRole] innerhalb [This.Founder.GetHerHis]er Gesellschaft wird von [This.Founder.Getdiesemdieser] [This.Founder.GetEducationComplimentAdjective] [This.Founder.GetManWoman] gemunkelt, dass [This.Founder.GetSheHe] oft mit [This.Founder.GetHerHis]en Kriegshunden in den Kampf gestürmt sei.;;Un[This.Founder.GetXA] [This.Founder.GetWarriorRole] muy respetad[This.Founder.GetOA] en su sociedad. Se dice que esta persona [This.Founder.GetEducationComplimentAdjective] cargaba en la batalla acompañad[This.Founder.GetOA] de unos sabuesos de guerra.;;;;;;;;;x +legendary_eagle_hunter_bloodline_desc;[This.GetTitledFirstName] traveled far into foreign lands, fighting [This.GetHerHis] way through the best warriors of [This.GetHerHis] time. The [This.Founder.GetEducationComplimentAdjective] [This.Founder.GetManWoman] was rumored to have a supernatural affinity with birds.;[This.Founder.Get_Le_TitledFirstName] a voyagé dans de lointains pays pour finalement faire partie des meilleurs guerriers de son époque. [This.Founder.GetIlElleCap] était réputé[This.Founder.Get_E] pour avoir une affinité surnaturelle avec les oiseaux.;[This.GetTitledFirstName] reiste weit in fremde Länder und kämpfte mit den besten Kriegern [This.GetHerHis]er Zeit. Es wird gemunkelt, dass [This.Founder.Getderdie] [This.Founder.GetEducationComplimentAdjective][This.Founder.GeteMale] [This.Founder.GetManWoman] eine übernatürliche Affinität zu Vögeln hat.;;[This.GetTitledFirstName] viajó lejos por tierras enemigas, abriéndose paso entre los mejores guerreros de su época. Una persona [This.Founder.GetEducationComplimentAdjective] de quien se rumoreaba tenía una afinidad sobrenatural con las aves.;;;;;;;;;x +legendary_leader_bloodline_desc;Known as a great [This.Founder.GetWarriorRole] and leader of others, [This.Founder.GetFirstNameWithNick] accumulated enthusiastic support during [This.Founder.GetHerHis] legendary raids into foreign lands.;Connu[This.Founder.Get_E] comme un grand [This.Founder.GetWarriorRole] et chef, [This.Founder.GetFirstNameWithNick] a accumulé un grand soutien lors de ses pillages légendaires dans les pays étrangers.;Bekannt als großer [This.Founder.GetWarriorRole] und Anführer anderer hat sich [This.Founder.GetFirstNameWithNick] während [This.Founder.GetHerHis]er legendären Überfälle in fremde Länder als begeisterter Unterstützer herausgestellt.;;Célebre como gran [This.Founder.GetWarriorRole] y líder de otros. [This.Founder.GetFirstNameWithNick] reunió un apoyo entusiasta en sus incursiones legendarias en tierras extranjeras.;;;;;;;;;x +legendary_raider_bloodline_desc;[This.Founder.GetFirstNameWithNick] was well respected within [This.Founder.Society.GetName], known for [This.Founder.GetHerHis] strategy and skill in battle, inspiring other [This.Founder.GetWarriorRole]s for years to come.;[This.Founder.GetFirstNameWithNick] était très respecté[This.Founder.Get_E] dans [This.Founder.Get_le_Society] pour sa stratégie et son habileté dans la bataille. C'est une source d'inspiration pour tout [This.Founder.GetWarriorRole].;[This.Founder.GetFirstNameWithNick] war in [This.Founder.Society.GetName] hoch angesehen und für [This.Founder.GetHerHis]e Strategien und Fähigkeiten im Kampf bekannt. Als [This.Founder.GetWarriorRole] inspiriert [This.Founder.GetSheHe] kommende Generationen.;;[This.Founder.GetFirstNameWithNick] fue respetad[This.Founder.GetOA] en [This.Founder.Society.GetName], célebre por su habilidad y estrategia en el combate, inspirará a otros [This.Founder.GetWarriorRole]s en los años venideros.;;;;;;;;;x +legendary_soldier_bloodline_desc;Always ready for battle, [This.Founder.GetFirstNameWithNick] became famous for [This.Founder.GetHerHis] many victories, and being the finest [This.Founder.GetWarriorRole] [This.Founder.Society.GetName] had ever seen.;Toujours prêt[This.Founder.Get_E] pour la bataille, [This.Founder.GetFirstNameWithNick] est célèbre pour ses nombreuses victoires et pour être le meilleur [This.Founder.GetWarriorRole] jamais vu par [This.Founder.Get_le_Society].;Immer für den Kampf bereit wurde [This.Founder.GetFirstNameWithNick] für [This.Founder.GetHerHis]e vielen Siege bekannt und ist [This.Founder.Getderdie] [This.Founder.GetWarriorRole], die [This.Founder.Society.GetName] jemals gesehen hat.;;[This.Founder.GetFirstNameWithNick], siempre list[This.Founder.GetOA] para el combate, se hizo famoso por sus muchas victorias y ser [This.Founder.GetElLa] mejor [This.Founder.GetWarriorRole] que jamás se viera en [This.Founder.Society.GetName].;;;;;;;;;x +legendary_warrior_bloodline_desc;This [This.Founder.GetEducationComplimentAdjective] [This.Founder.GetEducationRole] made a name for [This.Founder.GetHerselfHimself] fighting for [This.Founder.Society.GetName] and spreading the way of the [This.Founder.GetWarriorRole] to all who would dare challenge [This.Founder.GetHerHim].;C[From.GetEtEtte] [This.Founder.GetEducationRole] [This.Founder.GetEducationComplimentAdjective] s'est fait[This.Founder.Get_E] un nom en se battant pour [This.Founder.Get_le_Society] et en propageant la voie du [This.Founder.GetWarriorRole] à tous ceux qui osaient [This.Founder.GetLeLa] défier.;Diese[This.Founder.GetrMale][This.Founder.GetEducationComplimentAdjective] [This.Founder.GetEducationRole] hat sich selbst einen Namen gemacht, indem [This.Founder.GetSheHe] für [This.Founder.Society.GetName] kämpft und den Weg [This.Founder.Getdesder] [This.Founder.GetWarriorRole][This.Founder.GetsMale] an alle verbreitet, die es wagen würden, [This.Founder.Getihnsie] herauszufordern.;;Este [This.Founder.GetEducationRole] [This.Founder.GetEducationComplimentAdjective] ganó fama luchando por [This.Founder.Society.GetName] y difundiendo el camino del [This.Founder.GetWarriorRole] a todos los que se atrevieron a desafiar[This.Founder.GetLoLa].;;;;;;;;;x bloodline_desc_sea_king_bloodline_pirate;Entire cities have been decimated by the raids of [Root.GetTitledFirstName]. [Root.GetHerHisCap] actions ensured [Root.GetHerHim] the legacy of one of the most fearsome and ruthless Pirates of [Root.PrimaryTitle.GetName].;Des cités entières ont été décimées par les pillages [Root.Get_du_TitledFirstName], gravant son nom dans le marbre en tant que l'un[Root.Get_E] des pirates les plus redoutables et impitoyables [Root.PrimaryTitle.Get_du_Realm].;Ganze Städte wurden durch die Überfälle von [This.Founder.GetTitledFirstName] niedergemäht. [Root.GetHerHisCap]e Taten versicherten [Root.GetHerHim] das Vermächtnis als einer der furchterregendsten und rücksichtslosesten Piraten von [Root.PrimaryTitle.GetName].;;Ciudades enteras fueron devastadas por las incursiones de [Root.GetTitledFirstName]. Sus acciones le garantizaron un legado como uno de los piratas de [Root.PrimaryTitle.GetName] más terribles y despiadados.;;;;;;;;;x bloodline_desc_sea_king_bloodline_viking;Entire cities have been decimated by the raids of [Root.GetTitledFirstName]. [Root.GetHerHisCap] actions ensured [Root.GetHerHim] the legacy of one of the most fearsome and ruthless Vikings of [Root.PrimaryTitle.GetName].;Des cités entières ont été décimées par les pillages [Root.Get_du_TitledFirstName], gravant son nom dans le marbre en tant que l'un[Root.Get_E] des pirates les plus redoutables et impitoyables [Root.PrimaryTitle.Get_du_Realm].;Ganze Städte wurden durch die Überfälle von [This.Founder.GetTitledFirstName] niedergemäht. [Root.GetHerHisCap]e Taten versicherten [Root.GetHerHim] das Vermächtnis als einer der furchterregendsten und rücksichtslosesten Wikinger von [Root.PrimaryTitle.GetName].;;Ciudades enteras fueron devastadas por las incursiones de [Root.GetTitledFirstName]. Sus acciones le garantizaron un legado como uno de los vikingos de [Root.PrimaryTitle.GetName] más terribles y despiadados.;;;;;;;;;x -bloodline_desc_teuta;[Root.GetTitledFirstName] has claimed that [Root.GetHerHis] dynasty shares blood with Teuta, the Pirate-Queen of the Illyrians who stood tragically against the Roman Empire of old.;[Root.Get_Le_TitledFirstName] a déclaré que sa dynastie est du même sang que Teuta, la reine pirate des Illyriens qui s'est tragiquement dressée contre l'Empire romain d'antan.;[Root.GetTitledFirstName] hat beansprucht, dass [Root.GetHerHis]e Dynastie ihr Blut mit Teuta teilt, der Piratenkönigin der Illyrer, die in vergangener Zeit gegen das Römische Reich standen.;;[Root.GetTitledFirstName] afirmó que la su dinastía comparte sangre con Teuta, la reina pirata de los ilirios que se opuso trágicamente al antiguo Imperio romano.;;;;;;;;;x -bloodline_description_random_world_1;The challenges that [This.Founder.GetFullName] overcame on [This.Founder.GetHerHis] rise to power were so great that the very blood that courses through [This.Founder.GetHerHis] veins is considered legendary.;Les défis que [This.Founder.GetFullName] a surmontés lors de son ascension au pouvoir étaient si grands que même le sang qui coule dans ses veines est considéré comme légendaire.;Die Herausforderungen, die [This.Founder.GetFullName] auf [This.Founder.GetHerHis]em Weg zur Macht bewältigt hat, waren so groß, dass das Blut, das durch [This.Founder.GetHerHis]e Venen fließt, als legendär angesehen wird.;;Los retos que [This.Founder.GetFullName] tuvo que superar para alcanzar el poder fueron tan grandes que se considera que la sangre que corre por sus venas es legendaria.;;;;;;;;;x -bloodline_description_random_world_2;A master with any weapon, [This.Founder.GetFullName] was always the first into war and the last off the battlefield.;Maîtrisant n'importe quelle arme, [This.Founder.GetFullName] était toujours [This.Founder.GetLeLa] premi[This.Founder.GetErEre] à entrer en guerre et [This.Founder.GetLeLa] derni[This.Founder.GetErEre] à quitter le champ de bataille.;Als Meister aller Waffen war [This.Founder.GetFullName] immer der Erste in der Schlacht und der Letzte, der vom Schlachtfeld ging.;;Maestro con cualquier arma, [This.Founder.GetFullName] fue siempre el primero en entrar en combate y el último en salir del campo de batalla.;;;;;;;;;x -bloodline_description_random_world_3;[This.Founder.GetFullName] is said to have been one of the most beautiful [This.Founder.GetMenWomen] to ever live, not to mention a fantastic lover.;[This.Founder.GetFullName] est admiré[This.Founder.Get_E] pour sa beauté exceptionnelle et pour avoir été un[This.Founder.Get_E] amant[This.Founder.Get_E] formidable.;Von [This.Founder.GetFullName] wird gesagt, dass [This.Founder.GetSheHe] [This.Founder.Getderdie] schönste [This.Founder.GetMenWomen] sei, [This.Founder.Getderdie] jemals gelebt hat, ganz zu schweigen von [This.Founder.GetHerHis] Gabe als fantastische[This.Founder.GetrMale] Liebhaber[This.Founder.GetinFemale].;;Se dice que a [This.Founder.GetFullName] se le tenía por un[This.Founder.GetOA] de [This.Founder.GetLoLa]s [This.Founder.GetMenWomen] más hermos[This.Founder.GetOA]s de la historia, por no decir de un[This.GetXA] amante fantástic[This.GetOA].;;;;;;;;;x +teuta_bloodline;Blood of Teuta;Sang de Teuta;Blut von Teuta;;Sangre de Teuta;;;;;;;;;x +teuta_bloodline_desc;[Root.GetTitledFirstName] has claimed that [Root.GetHerHis] dynasty shares blood with Teuta, the Pirate-Queen of the Illyrians who stood tragically against the Roman Empire of old.;[Root.Get_Le_TitledFirstName] a déclaré que sa dynastie est du même sang que Teuta, la reine pirate des Illyriens qui s'est tragiquement dressée contre l'Empire romain d'antan.;[Root.GetTitledFirstName] hat beansprucht, dass [Root.GetHerHis]e Dynastie ihr Blut mit Teuta teilt, der Piratenkönigin der Illyrer, die in vergangener Zeit gegen das Römische Reich standen.;;[Root.GetTitledFirstName] afirmó que la su dinastía comparte sangre con Teuta, la reina pirata de los ilirios que se opuso trágicamente al antiguo Imperio romano.;;;;;;;;;x +random_world_bloodline_name;Blood of [This.GetFirstNameWithNick];Sang de [This.GetFirstNameWithNick];Blut von [This.GetFirstNameWithNick];;Sangre de [This.GetFirstNameWithNick];;;;;;;;;x +random_world_bloodline_01_desc;The challenges that [This.Founder.GetFullName] overcame on [This.Founder.GetHerHis] rise to power were so great that the very blood that courses through [This.Founder.GetHerHis] veins is considered legendary.;Les défis que [This.Founder.GetFullName] a surmontés lors de son ascension au pouvoir étaient si grands que même le sang qui coule dans ses veines est considéré comme légendaire.;Die Herausforderungen, die [This.Founder.GetFullName] auf [This.Founder.GetHerHis]em Weg zur Macht bewältigt hat, waren so groß, dass das Blut, das durch [This.Founder.GetHerHis]e Venen fließt, als legendär angesehen wird.;;Los retos que [This.Founder.GetFullName] tuvo que superar para alcanzar el poder fueron tan grandes que se considera que la sangre que corre por sus venas es legendaria.;;;;;;;;;x +random_world_bloodline_02_desc;A master with any weapon, [This.Founder.GetFullName] was always the first into war and the last off the battlefield.;Maîtrisant n'importe quelle arme, [This.Founder.GetFullName] était toujours [This.Founder.GetLeLa] premi[This.Founder.GetErEre] à entrer en guerre et [This.Founder.GetLeLa] derni[This.Founder.GetErEre] à quitter le champ de bataille.;Als Meister aller Waffen war [This.Founder.GetFullName] immer der Erste in der Schlacht und der Letzte, der vom Schlachtfeld ging.;;Maestro con cualquier arma, [This.Founder.GetFullName] fue siempre el primero en entrar en combate y el último en salir del campo de batalla.;;;;;;;;;x +random_world_bloodline_03_desc;[This.Founder.GetFullName] is said to have been one of the most beautiful [This.Founder.GetMenWomen] to ever live, not to mention a fantastic lover.;[This.Founder.GetFullName] est admiré[This.Founder.Get_E] pour sa beauté exceptionnelle et pour avoir été un[This.Founder.Get_E] amant[This.Founder.Get_E] formidable.;Von [This.Founder.GetFullName] wird gesagt, dass [This.Founder.GetSheHe] [This.Founder.Getderdie] schönste [This.Founder.GetMenWomen] sei, [This.Founder.Getderdie] jemals gelebt hat, ganz zu schweigen von [This.Founder.GetHerHis] Gabe als fantastische[This.Founder.GetrMale] Liebhaber[This.Founder.GetinFemale].;;Se dice que a [This.Founder.GetFullName] se le tenía por un[This.Founder.GetOA] de [This.Founder.GetLoLa]s [This.Founder.GetMenWomen] más hermos[This.Founder.GetOA]s de la historia, por no decir de un[This.GetXA] amante fantástic[This.GetOA].;;;;;;;;;x bloodline_legendary_battle_bard_A;[This.Founder.GetWarriorRoleCap]'s Lineage;Lignée de [This.Founder.GetWarriorRole];Erblinie [This.Founder.Geteineseiner] [This.Founder.GetWarriorRoleCap][This.Founder.GetsMale];;Linaje de [This.Founder.GetWarriorRoleCap];;;;;;;;;x bloodline_legendary_battle_bard_B;[This.Founder.Society.GetNameCap];;;;;;;;;;;;;x bloodline_legendary_battle_bard_C;[This.Founder.GetWarriorLodgeSymbolShortCap] Blood of [This.Founder.GetFirstNameWithNick];Sang [This.Founder.GetWarriorLodgeSymbolShortCap] de [This.Founder.GetFirstNameWithNick];[This.Founder.GetWarriorLodgeSymbolShortCap]blut von [This.Founder.GetFirstNameWithNick];;Sangre [This.Founder.GetWarriorLodgeSymbolShort] de [This.Founder.GetFirstNameWithNick];;;;;;;;;x @@ -377,8 +326,8 @@ bloodline_seaqueen_viking_random_a;Stormblood of [Root.GetFirstName];Tempête de bloodline_seaqueen_viking_random_b;Wyrm Blood;Sang de dragon des mers;Blut der Seeschlange;;Sangre de la serpiente marina;;;;;;;;;x bloodline_seaqueen_viking_random_c;Valkyrian Blood;Sang valkyrien;Walkürisches Blut;;Sangre de valquirias;;;;;;;;;x bloodline_seaqueen_viking_random_d;Eye of the Maelstrom;Oeil du maelström;Auge des Maelstroms;;Ojo del Maelstorm;;;;;;;;;x -saintly_bloodline_description;[saint_person.GetTitledFirstName] was known for [saint_person.GetNature][saint_person.GetMiracleShort]. Canonized by [Root.GetTitledName].;[saint_person.GetTitledFirstName] était connu[saint_person.Get_E] pour [saint_person.GetNature][saint_person.GetMiracleShort]. [saint_person.GetIlElleCap] a été canonisé[saint_person.Get_E] par [Root.Get_le_TitledName].;[saint_person.GetTitledFirstName] war für [saint_person.GetNature][saint_person.GetMiracleShort] bekannt. Von [Root.GetTitledName] für Heilig erklärt.;;Se conoce a [saint_person.GetTitledFirstName] por [saint_person.GetNature][saint_person.GetMiracleShort]. Recibió la canonización de [Root.GetTitledName].;;;;;;;;;x saintly_bloodline_name;Blood of Saint [saint_person.GetDynName];Sang de saint[saint_person.Get_E] [saint_person.GetDynName];Blut des Heiligen [saint_person.GetDynName];;Sangre de san[saint_person.GetXTa] [saint_person.GetDynName];;;;;;;;;x +saintly_bloodline_description;[saint_person.GetTitledFirstName] was known for [saint_person.GetNature][saint_person.GetMiracleShort]. Canonized by [Root.GetTitledName].;[saint_person.GetTitledFirstName] était connu[saint_person.Get_E] pour [saint_person.GetNature][saint_person.GetMiracleShort]. [saint_person.GetIlElleCap] a été canonisé[saint_person.Get_E] par [Root.Get_le_TitledName].;[saint_person.GetTitledFirstName] war für [saint_person.GetNature][saint_person.GetMiracleShort] bekannt. Von [Root.GetTitledName] für Heilig erklärt.;;Se conoce a [saint_person.GetTitledFirstName] por [saint_person.GetNature][saint_person.GetMiracleShort]. Recibió la canonización de [Root.GetTitledName].;;;;;;;;;x saintly_cannibal_description;[saint_person.GetFirstName] was known for [saint_person.GetHerHis] disgusting acts of cannibalism. Impiously canonized by the wicked [Root.GetTitledName].;[saint_person.GetFirstName] était connu[saint_person.Get_E] pour ses actes de cannibalisme répugnants. Canonisé[saint_person.Get_E] avec impiété par [Root.GetLeLa] malsain[Root.Get_E] [Root.GetTitledName].;[saint_person.GetFirstName] war für [saint_person.GetHerHis]e abscheulichen Akte des Kannibalismus bekannt. Pietätlos von [Root.GetTitledName] heiliggesprochen.;;[saint_person.GetFirstName] era célebre por sus actos repulsivos de canibalismo. [Root.GetElLaCap] malévol[Root.GetOA] [Root.GetTitledName] [saint_person.GetLoLa] canonizó impíamente.;;;;;;;;;x saintly_drunkard_description;[saint_person.GetFirstName] was known for [saint_person.GetHerHis] love for alcohol. Impiously canonized by the wicked [Root.GetTitledName].;[saint_person.GetFirstName] était connu[saint_person.Get_E] pour son penchant pour l'alcool. Canonisé[saint_person.Get_E] avec impiété par [Root.GetLeLa] malsain[Root.Get_E] [Root.GetTitledName].;[saint_person.GetFirstName] war für [saint_person.GetHerHis]e Liebe zum Alkohol bekannt. Pietätlos von [Root.GetTitledName] heiliggesprochen.;;[saint_person.GetFirstName] era célebre por su gran amor por el alcohol. [Root.GetElLaCap] malévol[Root.GetOA] [Root.GetTitledName] [saint_person.GetLoLa] canonizó impíamente.;;;;;;;;;x saintly_hedonist_description;[saint_person.GetFirstName] was known for [saint_person.GetHerHis] wild parties across the [saint_person.Religion.GetGroupName] realm. Impiously canonized by the wicked [Root.GetTitledName].;[saint_person.GetFirstName] était connu[saint_person.Get_E] pour ses grandes fêtes dans tout le pays. Canonisé[saint_person.Get_E] avec impiété par [Root.GetLeLa] malsain[Root.Get_E] [Root.GetTitledName].;[saint_person.GetFirstName] war für [saint_person.GetHerHis]e wilden Feste im ganzen [saint_person.Religion.GetGroupName]en Reich bekannt. Pietätlos von [Root.GetTitledName] heiliggesprochen.;;[saint_person.GetFirstName] era célebre por sus fiestas salvajes por todo el mundo [saint_person.Religion.GetGroupName].[Root.GetElLaCap] malévol[Root.GetOA] [Root.GetTitledName] [saint_person.GetLoLa] canonizó impíamente.;;;;;;;;;x diff --git a/CleanSlate/localisation/customizable_localisation/04_customizable_localisation_warrior_lodges.txt b/CleanSlate/localisation/customizable_localisation/04_customizable_localisation_warrior_lodges.txt index 9c5b39dfd..6e1406ba0 100644 --- a/CleanSlate/localisation/customizable_localisation/04_customizable_localisation_warrior_lodges.txt +++ b/CleanSlate/localisation/customizable_localisation/04_customizable_localisation_warrior_lodges.txt @@ -885,10 +885,13 @@ defined_text = { trigger = { FROM = { mother_even_if_dead = { is_alive = yes } - trigger_if = { - limit = { is_female = yes } - trait = homosexual + } + ROOT = { + NOR = { + trait = celibate + trait = chaste } + prefers_men_trigger = no } } localisation_key = string_WL_flyting_family_insult_option_6 @@ -1892,10 +1895,13 @@ defined_text = { trigger = { FROM = { mother_even_if_dead = { is_alive = yes } - trigger_if = { - limit = { is_female = yes } - trait = homosexual + } + ROOT = { + NOR = { + trait = celibate + trait = chaste } + prefers_men_trigger = no } } localisation_key = string_WL_flyting_family_insult_desc_6