From a16a786f4f7d1c20c0f5b2c7770709a82ced933c Mon Sep 17 00:00:00 2001 From: alltheatreides <31647732+alltheatreides@users.noreply.github.com> Date: Mon, 22 Feb 2021 16:18:38 +0100 Subject: [PATCH] preparing v0.1.9.2 - Performance improvement thanks to the destruction of a diabolical cloning machine created by a terrible unvoluntary mistake. - Added a new Election weight modifier for the Roman Emperor Election: People will be more inclined to vote for the candidate of a Highly Popular Basileus - Part of a Basileus Popularity is transferred to his successor if he is of the same dynasty (third of Popularity) - Restricted the Imprison option to player characters for the decision on what to do with previous emperors having been deposed through faction demand - Curbed the Pope secular aggression through his Pope trait - Fixed Court Chaplain councillor triggers for Christians ; only Monks and Theocracy governments character (and Rhetorician for the Romans) can become Court Chaplain - Added localized Councillor names to the Romans - Replaced County Claim Fabrication for the Basileus to Intellectual Activity, increasing Cultural Fascination progress --- .../coat_of_arms/ave_maria_dynasties.txt | 2 +- .../ave_maria_roman_administration_coas.txt | 3 + .../00_council_positions.txt | 4 +- .../decisions/ave_maria_minor_decisions.txt | 4 + common/factions/00_factions.txt | 13 + ...ria_roman_administration_flavorization.txt | 6 +- .../game_concepts/ave_maria_game_concepts.txt | 6 +- .../on_action/activities/feast_on_actions.txt | 2 +- .../basileus_lifestyle_on_actions.txt | 2 + common/on_action/death.txt | 61 + common/on_action/game_start.txt | 4 +- .../intrigue_lifestyle_on_actions.txt | 4 +- .../relations/relation_on_actions.txt | 2 +- common/on_action/title_on_actions.txt | 50 + common/on_action/yearly_on_actions.txt | 3 + .../00_almohad_invasion_effects.txt | 2 +- .../00_interaction_effects.txt | 4 +- .../00_religious_interaction_effects.txt | 10 +- ...ave_maria_roman_administration_effects.txt | 15 +- ..._elective_succession_scripted_modifier.txt | 12 + common/scripted_rules/00_rules.txt | 32 +- .../00_councillor_triggers.txt | 35 +- .../00_scripted_rule_triggers.txt | 12 + common/traits/00_ave_maria_traits.txt | 1 + .../ave_maria_test_events.txt | 13 +- .../ave_maria_utility_events.txt | 1 + events/00_ave_maria_events/monthly_pulse.txt | 18 +- ...roman_administration_legitimacy_events.txt | 4 + .../ave_maria__saint_george.dds | Bin 0 -> 65664 bytes ...ave_maria_fatimah_arabic_callipgraphy.dds} | Bin .../{imam_ali.dds => ave_maria_imam_ali.dds} | Bin gui/hud.gui | 2 +- history/characters/castilian.txt | 15679 ++++++++++++++++ history/characters/greek.txt | 15 +- history/characters/norman.txt | 2 +- history/titles/k_burgundy.txt | 1953 ++ history/titles/k_italy.txt | 1 + history/titles/k_thessalonika.txt | 6 +- ...e_maria_roman_administration_l_english.yml | 16 +- .../english/game_concepts_l_english.yml | 4 +- localization/english/titles_l_english.yml | 2 +- 41 files changed, 17937 insertions(+), 68 deletions(-) create mode 100644 common/scripted_triggers/00_scripted_rule_triggers.txt create mode 100644 gfx/coat_of_arms/colored_emblems/ave_maria__saint_george.dds rename gfx/coat_of_arms/colored_emblems/{fatimah_arabic_callipgraphy.dds => ave_maria_fatimah_arabic_callipgraphy.dds} (100%) rename gfx/coat_of_arms/colored_emblems/{imam_ali.dds => ave_maria_imam_ali.dds} (100%) create mode 100644 history/characters/castilian.txt create mode 100644 history/titles/k_burgundy.txt diff --git a/common/coat_of_arms/coat_of_arms/ave_maria_dynasties.txt b/common/coat_of_arms/coat_of_arms/ave_maria_dynasties.txt index 20b11ea4..03e9dbfa 100644 --- a/common/coat_of_arms/coat_of_arms/ave_maria_dynasties.txt +++ b/common/coat_of_arms/coat_of_arms/ave_maria_dynasties.txt @@ -17,7 +17,7 @@ color2 = "white" colored_emblem = { - texture = "fatimah_arabic_callipgraphy.dds" + texture = "ave_maria_fatimah_arabic_callipgraphy.dds" color1 = "black" color2 = "black" instance = { position = { 0.5 0.45 } scale = { 0.85 0.85 } } diff --git a/common/coat_of_arms/coat_of_arms/ave_maria_roman_administration_coas.txt b/common/coat_of_arms/coat_of_arms/ave_maria_roman_administration_coas.txt index d0b6030a..c5665e7e 100644 --- a/common/coat_of_arms/coat_of_arms/ave_maria_roman_administration_coas.txt +++ b/common/coat_of_arms/coat_of_arms/ave_maria_roman_administration_coas.txt @@ -44,6 +44,9 @@ d_megas_droungarios = { color3 = "white" } } + + + # d_regular_tagma_1 = { # pattern = "pattern_solid.dds" # color1 = "red" diff --git a/common/council_positions/00_council_positions.txt b/common/council_positions/00_council_positions.txt index 891cfc52..68019aa7 100644 --- a/common/council_positions/00_council_positions.txt +++ b/common/council_positions/00_council_positions.txt @@ -293,7 +293,7 @@ councillor_spymaster = { councillor_court_chaplain = { skill = learning - auto_fill = yes + #auto_fill = yes valid_position = { # NOR = { # has_title = title:e_byzantium @@ -327,7 +327,7 @@ councillor_court_chaplain = { } inherit = no - fill_from_pool = yes + #fill_from_pool = yes councillor_cooldown_days = { value = 0 diff --git a/common/decisions/ave_maria_minor_decisions.txt b/common/decisions/ave_maria_minor_decisions.txt index f544fb4c..3bc68207 100644 --- a/common/decisions/ave_maria_minor_decisions.txt +++ b/common/decisions/ave_maria_minor_decisions.txt @@ -110,6 +110,10 @@ ave_maria_utility_roman_emperor_update_vassal_taxes = { } } + is_valid = { + is_ai = no + } + effect = { trigger_event = ave_maria_utility_events.0001 } diff --git a/common/factions/00_factions.txt b/common/factions/00_factions.txt index 3afa9e17..d5464209 100644 --- a/common/factions/00_factions.txt +++ b/common/factions/00_factions.txt @@ -1540,6 +1540,19 @@ claimant_faction = { } } + modifier = { + add = -1000 + scope:target = { + any_held_title = { + this = title:e_byzantium + } + } + scope:claimant = { + any_heir_title = { + this = title:e_byzantium + } + } + } modifier = { add = -1000 scope:target = { diff --git a/common/flavorization/ave_maria_roman_administration_flavorization.txt b/common/flavorization/ave_maria_roman_administration_flavorization.txt index 190bd20e..110f88be 100644 --- a/common/flavorization/ave_maria_roman_administration_flavorization.txt +++ b/common/flavorization/ave_maria_roman_administration_flavorization.txt @@ -294,7 +294,7 @@ duchy_roman_administration_sakellion = { type = title tier = duchy priority = 300 - governments = { roman_administration_government } + governments = { roman_administration_sekreton_government } titles = { d_sakellion } top_liege = no } @@ -302,7 +302,7 @@ duchy_roman_administration_logothetetes_tou_dromou = { type = title tier = duchy priority = 300 - governments = { roman_administration_government } + governments = { roman_administration_sekreton_government } titles = { d_logothetetes_tou_dromou } top_liege = no } @@ -310,7 +310,7 @@ duchy_roman_administration_quaestor = { type = title tier = duchy priority = 300 - governments = { roman_administration_government } + governments = { roman_administration_sekreton_government } titles = { d_quaestor } top_liege = no } diff --git a/common/game_concepts/ave_maria_game_concepts.txt b/common/game_concepts/ave_maria_game_concepts.txt index 91cff594..bc4fa808 100644 --- a/common/game_concepts/ave_maria_game_concepts.txt +++ b/common/game_concepts/ave_maria_game_concepts.txt @@ -90,5 +90,9 @@ kouratoreia = { } roman_senate = { - texture = "gfx/interface/icons/icon_roman_senate.dds" + texture = "gfx/interface/icons/icon_senate.dds" +} + +roman_dignities = { + texture = "gfx/interface/icons/institutions/roman_administration_name_anthypatos.dds" } \ No newline at end of file diff --git a/common/on_action/activities/feast_on_actions.txt b/common/on_action/activities/feast_on_actions.txt index 9f7e94ee..e433aebe 100644 --- a/common/on_action/activities/feast_on_actions.txt +++ b/common/on_action/activities/feast_on_actions.txt @@ -70,7 +70,7 @@ feast_default_event_selection = { #Picks out the event for a participant in a de 20 = feast_default.3003 #Altercation with a Rival 20 = feast_default.3004 #Insult your rival 10 = feast_default.3005 #Rival duel! - #5 = feast_default.3006 #Soiree with another attendee + 0 = feast_default.3006 #Soiree with another attendee 10 = feast_default.3007 #Caught committing adultery with a Lover #Host-triggered events 20 = feast_default.5001 #Host's high Dread causes you Stress diff --git a/common/on_action/ave_maria_on_actions/lifestyles/basileus_lifestyle_on_actions.txt b/common/on_action/ave_maria_on_actions/lifestyles/basileus_lifestyle_on_actions.txt index edb7f9dd..63ec8e86 100644 --- a/common/on_action/ave_maria_on_actions/lifestyles/basileus_lifestyle_on_actions.txt +++ b/common/on_action/ave_maria_on_actions/lifestyles/basileus_lifestyle_on_actions.txt @@ -32,7 +32,9 @@ basileus_lifestyle_progress_pulse = { # Fires 4 times per year #Ongoing events and story cycles basileus_lifestyle_ongoing_events = { trigger = { + has_lifestyle = basileus_lifestyle is_available = yes + is_landed = yes } random_on_action = { diff --git a/common/on_action/death.txt b/common/on_action/death.txt index e54b8914..deea647f 100644 --- a/common/on_action/death.txt +++ b/common/on_action/death.txt @@ -32,6 +32,7 @@ on_death = { invalidate_claimant_factions_on_death_effect = yes + ## AVE MARIA if = { limit = { @@ -59,6 +60,66 @@ on_death = { hidden_effect = { scope:actor = { remove_relation_junior_emperor = prev } } remove_trait = junior_emperor } + + + ## Transferring 1/3 of popularity + title:e_byzantium = { + current_heir = { + if = { + limit = { + dynasty = { + any_dynasty_member = { + this = title:e_byzantium.holder + } + } + root = { + has_variable = roman_administration_popularity + } + } + + if = { + limit = { + has_variable = roman_administration_popularity + } + set_variable = { + name = popularity_transfer + value = root.var:roman_administration_popularity + } + change_variable = { + name = popularity_transfer + multiply = 0.3 + } + change_variable = { + name = roman_administration_popularity + add = var:popularity_transfer + } + remove_variable = popularity_transfer + } + + if = { + limit = { + NOT = { + has_variable = roman_administration_popularity + } + } + set_variable = { + name = popularity_transfer + value = root.var:roman_administration_popularity + } + change_variable = { + name = popularity_transfer + multiply = 0.3 + } + set_variable = { + name = roman_administration_popularity + value = var:popularity_transfer + } + remove_variable = popularity_transfer + } + } + } + } + } } diff --git a/common/on_action/game_start.txt b/common/on_action/game_start.txt index cf771b95..0042fca6 100644 --- a/common/on_action/game_start.txt +++ b/common/on_action/game_start.txt @@ -444,7 +444,7 @@ on_game_start_after_lobby = { #trigger_event = { id = ave_maria_utility_events.0001 days = 1 } ## Set up emperor legitimacy - roman_administration_update_legitimacy_variable = yes + #roman_administration_update_legitimacy_variable = yes set_variable = { name = roman_administration_legitimacy_monthly_display value = roman_administration_legitimacy_monthly @@ -455,7 +455,7 @@ on_game_start_after_lobby = { } ## Set up emperor popularity - roman_administration_update_popularity_variable = yes + #roman_administration_update_popularity_variable = yes ## Distribute legitimacy roman_administration_game_start_legitimacy_distribution = yes diff --git a/common/on_action/lifestyles/intrigue_lifestyle_on_actions.txt b/common/on_action/lifestyles/intrigue_lifestyle_on_actions.txt index 3bdd12fa..08640663 100644 --- a/common/on_action/lifestyles/intrigue_lifestyle_on_actions.txt +++ b/common/on_action/lifestyles/intrigue_lifestyle_on_actions.txt @@ -54,7 +54,7 @@ intrigue_lifestyle_common_events = { 100 = intrigue_scheming.2101 #Sneaky person seeks you out (might be an agent) 100 = intrigue_scheming.3001 #Convert a Hook on a Courtier into a Hook on their Court Owner 100 = intrigue_scheming.3041 #Convert a Hook on ruler's vassal into a Hook on the ruler - #100 = intrigue_scheming.3061 #An opportunity to turn an enemy's Heir into a Bastard + 0 = intrigue_scheming.3061 #An opportunity to turn an enemy's Heir into a Bastard 200 = intrigue_scheming.4021 #Interrogate a prisoner to learn what secrets they know. 100 = intrigue_scheming.4040 #Make your courtiers hate each other so they scheme and plot against someone else. 100 = intrigue_scheming.1601 #Turn a Secret into a Hook, or otherwise @@ -72,7 +72,7 @@ intrigue_lifestyle_common_events = { 100 = intrigue_temptation.3120 #You enjoy a dinner with one of your guests, and try to tempt them into staying. 100 = intrigue_temptation.3010 #Wingman/woman 100 = intrigue_temptation.3020 #Medieval tinder - #100 = intrigue_temptation.3130 #Cuckolding a potential rival. + 0 = intrigue_temptation.3130 #Cuckolding a potential rival. 100 = intrigue_temptation.3140 #Flirt openly with people at court. 100 = intrigue_temptation.3150 #Caught chatting up a courtier. 100 = intrigue_temptation.3160 #Sleep with someone who dislikes you for fun or profit. diff --git a/common/on_action/relations/relation_on_actions.txt b/common/on_action/relations/relation_on_actions.txt index 7402acbd..4a80780b 100644 --- a/common/on_action/relations/relation_on_actions.txt +++ b/common/on_action/relations/relation_on_actions.txt @@ -23,7 +23,7 @@ relation_upgrade_quarterly_pulse = { 100 = relation_upgrade.0001 100 = relation_upgrade.1001 100 = relation_upgrade.2001 - # 100 = relation_upgrade.2101 + 0 = relation_upgrade.2101 } } diff --git a/common/on_action/title_on_actions.txt b/common/on_action/title_on_actions.txt index e6f674c0..4b542cfa 100644 --- a/common/on_action/title_on_actions.txt +++ b/common/on_action/title_on_actions.txt @@ -84,6 +84,56 @@ on_title_gain = { } } trigger_event = ave_maria_roman_administration_legitimacy_events.0001 + scope:previous_holder = { + every_relation = { + type = protospatharios + scope:previous_holder = { + remove_relation_protospatharios = prev + } + } + every_relation = { + type = patrikios + scope:previous_holder = { + remove_relation_patrikios = prev + } + } + every_relation = { + type = anthypatos + scope:previous_holder = { + remove_relation_anthypatos = prev + } + } + every_relation = { + type = magistros + scope:previous_holder = { + remove_relation_magistros = prev + } + } + every_relation = { + type = vestarches + scope:previous_holder = { + remove_relation_vestarches = prev + } + } + every_relation = { + type = proedros + scope:previous_holder = { + remove_relation_proedros = prev + } + } + every_relation = { + type = spatharios + scope:previous_holder = { + remove_relation_spatharios = prev + } + } + every_relation = { + type = junior_emperor + scope:previous_holder = { + remove_relation_junior_emperor = prev + } + } + } } if = { limit = { diff --git a/common/on_action/yearly_on_actions.txt b/common/on_action/yearly_on_actions.txt index b78c2824..ba9993be 100644 --- a/common/on_action/yearly_on_actions.txt +++ b/common/on_action/yearly_on_actions.txt @@ -29,6 +29,9 @@ yearly_global_pulse = { trigger_event = { id = monthly_pulse.13 days = 273 } trigger_event = { id = monthly_pulse.13 days = 304 } trigger_event = { id = monthly_pulse.13 days = 334 } + + ### Purge the Peasants + ## Put that on the 24th of december in the above monthly pulse # Visigothic culture split if = { diff --git a/common/scripted_effects/00_almohad_invasion_effects.txt b/common/scripted_effects/00_almohad_invasion_effects.txt index e78fe77f..306df4ca 100644 --- a/common/scripted_effects/00_almohad_invasion_effects.txt +++ b/common/scripted_effects/00_almohad_invasion_effects.txt @@ -16,7 +16,7 @@ else = { title:k_maghreb = { random_in_de_jure_hierarchy = { - #continue = { tier > tier_county } + continue = { tier > tier_county } limit = { tier = tier_county holder = { is_ai = yes } # Let's not murder players diff --git a/common/scripted_effects/00_interaction_effects.txt b/common/scripted_effects/00_interaction_effects.txt index c2374d87..2f90f93f 100644 --- a/common/scripted_effects/00_interaction_effects.txt +++ b/common/scripted_effects/00_interaction_effects.txt @@ -2656,8 +2656,8 @@ demand_conversion_vassal_ruler_interaction_effect = { hidden_effect = { if = { limit = { - exists = scope:recipient.capital_province - scope:recipient.capital_province.faith = scope:recipient.faith + exists = scope:recipient.capital_county + scope:recipient.capital_county.faith = scope:recipient.faith } save_scope_value_as = { name = convert_capital diff --git a/common/scripted_effects/00_religious_interaction_effects.txt b/common/scripted_effects/00_religious_interaction_effects.txt index 348e9217..acd820dc 100644 --- a/common/scripted_effects/00_religious_interaction_effects.txt +++ b/common/scripted_effects/00_religious_interaction_effects.txt @@ -133,7 +133,7 @@ determine_ghw_target_effect = { # Find a random top liege in the area scope:target_kingdom = { random_in_de_jure_hierarchy = { - # continue = { tier > tier_county } + continue = { tier > tier_county } limit = { #Try to pick the largest ruler in the area. tier = tier_county $FAITH$ = { @@ -973,10 +973,10 @@ new_faith_created_conversion_effect = { scope:recipient = { is_landed = yes highest_held_title_tier > tier_barony - primary_title.title_capital_county.faith = scope:recipient.faith + capital_county.faith = scope:recipient.faith } } - scope:recipient.primary_title.title_capital_county = { + scope:recipient.capital_county = { set_county_faith = scope:actor.faith } } @@ -1051,10 +1051,10 @@ adopt_religion_interaction_effect = { limit = { scope:actor = { highest_held_title_tier > tier_barony - NOT = { primary_title.capital_county.faith = scope:recipient.faith } + NOT = { capital_county.faith = scope:recipient.faith } } } - scope:actor.primary_title.title_capital_county = { + scope:actor.capital_county = { set_county_faith = scope:recipient.faith } } diff --git a/common/scripted_effects/ave_maria_roman_administration_effects.txt b/common/scripted_effects/ave_maria_roman_administration_effects.txt index ac703861..b5a4e235 100644 --- a/common/scripted_effects/ave_maria_roman_administration_effects.txt +++ b/common/scripted_effects/ave_maria_roman_administration_effects.txt @@ -911,6 +911,13 @@ roman_administration_accession_to_basileus_effect = { remove_trait = junior_emperor remove_character_modifier = roman_administration_emperor_favourite + remove_character_modifier = roman_administration_protospatharios + remove_character_modifier = roman_administration_patrikios + remove_character_modifier = roman_administration_anthypatos + remove_character_modifier = roman_administration_magistros + remove_character_modifier = roman_administration_vestarches + remove_character_modifier = roman_administration_proedros + remove_character_modifier = roman_administration_spatharios ## Changing government change_government = roman_administration_government @@ -5262,9 +5269,9 @@ roman_administration_update_popularity_variable = { } ## Replace new value with the other - set_variable = { + change_variable = { name = roman_administration_popularity - value = var:calculate_character_popularity + add = var:calculate_character_popularity } } @@ -5614,9 +5621,9 @@ roman_administration_update_legitimacy_variable = { } ## Replace new value with the other - set_variable = { + change_variable = { name = roman_administration_legitimacy - value = var:calculate_character_legitimacy + add = var:calculate_character_legitimacy } } diff --git a/common/scripted_modifiers/ave_maria_roman_administration_elective_succession_scripted_modifier.txt b/common/scripted_modifiers/ave_maria_roman_administration_elective_succession_scripted_modifier.txt index 6de416cb..79937ed9 100644 --- a/common/scripted_modifiers/ave_maria_roman_administration_elective_succession_scripted_modifier.txt +++ b/common/scripted_modifiers/ave_maria_roman_administration_elective_succession_scripted_modifier.txt @@ -702,6 +702,7 @@ } } + ## Nice guy modifier = { add = 50 desc = tooltip_imperial_vote_strength_comely @@ -771,6 +772,17 @@ } } } + + ## Basileus is a badass and I respect his authority + modifier = { + desc = tooltip_imperial_vote_strength_basileus_authority + NOT = { this = scope:candidate } + scope:holder = { + has_variable = roman_administration_popularity + var:roman_administration_popularity >= 100 + } + add = 100 + } } elector_voting_pattern_opinion_roman_administration_tagma_elective_modifier = { diff --git a/common/scripted_rules/00_rules.txt b/common/scripted_rules/00_rules.txt index 3e17de7c..9f2e499c 100644 --- a/common/scripted_rules/00_rules.txt +++ b/common/scripted_rules/00_rules.txt @@ -222,20 +222,20 @@ is_dangerous_faction = { # Root = First character of alliance reason # scope:second = Second character of alliance reason is_alliance_valid = { - # OR = { - # any_spouse = { - # this = scope:second - # } - # betrothed = scope:second - # is_parent_of = scope:second - # is_child_of = scope:second - # is_sibling_of = scope:second - # scope:second = { - # has_opinion_modifier = { - # modifier = perk_negotiated_alliance_opinion - # target = root - # } - # } + OR = { + any_spouse = { + this = scope:second + } + betrothed = scope:second + is_parent_of = scope:second + is_child_of = scope:second + is_sibling_of = scope:second + scope:second = { + has_opinion_modifier = { + modifier = perk_negotiated_alliance_opinion + target = root + } + } # trigger_if = { # limit = { @@ -243,9 +243,9 @@ is_alliance_valid = { # } # always = yes # } - # } + } - always = yes + # always = yes ## AVE MARIA - Preventing alliance between feudal(and others) and romans # trigger_if = { diff --git a/common/scripted_triggers/00_councillor_triggers.txt b/common/scripted_triggers/00_councillor_triggers.txt index 85791b84..e50b544d 100644 --- a/common/scripted_triggers/00_councillor_triggers.txt +++ b/common/scripted_triggers/00_councillor_triggers.txt @@ -116,11 +116,42 @@ can_be_court_chaplain_trigger = { faith = { has_doctrine = doctrine_theocracy_temporal } } OR = { - #is_ruler = no - has_trait = devoted + is_ruler = no + has_government = theocracy_government + } + } + trigger_if = { + limit = { + faith = { + has_doctrine = doctrine_clerical_succession_temporal_appointment + religion = religion:christianity_religion + } + } + trigger_if = { + limit = { + $COURT_OWNER$ = { + any_held_title = { + this = title:e_byzantium + } + } + } + NOT = { + any_held_title = { + this = title:k_orthodox + } + } + } + OR = { has_government = theocracy_government + has_trait = devoted + # has_trait = priest + has_trait_rank = { + trait = education_learning_rhetorician + rank >= 3 + } } } + trigger_if = { limit = { exists = var:escaped_imprisonment_from diff --git a/common/scripted_triggers/00_scripted_rule_triggers.txt b/common/scripted_triggers/00_scripted_rule_triggers.txt new file mode 100644 index 00000000..53d9164e --- /dev/null +++ b/common/scripted_triggers/00_scripted_rule_triggers.txt @@ -0,0 +1,12 @@ +#Controls the can_raid rule. +can_raid_trigger = { + OR = { + government_has_flag = government_can_raid_rule + faith = { has_doctrine = unreformed_faith_doctrine } + } + NOT = { + faith = { + has_doctrine_parameter = holy_wars_forbidden + } + } +} \ No newline at end of file diff --git a/common/traits/00_ave_maria_traits.txt b/common/traits/00_ave_maria_traits.txt index 99e4533c..d86d1f63 100644 --- a/common/traits/00_ave_maria_traits.txt +++ b/common/traits/00_ave_maria_traits.txt @@ -201,6 +201,7 @@ height_small = { pope = { index = 468 + ai_war_chance = -0.8 flag = can_not_marry random_creation = 0 diff --git a/events/00_ave_maria_events/ave_maria_test_events.txt b/events/00_ave_maria_events/ave_maria_test_events.txt index ae4c6b72..6ae33986 100644 --- a/events/00_ave_maria_events/ave_maria_test_events.txt +++ b/events/00_ave_maria_events/ave_maria_test_events.txt @@ -320,7 +320,7 @@ ave_maria_test_events.0005 = { ## Test ave_maria_test_events.0006 = { - type = character_event + # type = character_event hidden = yes @@ -329,15 +329,10 @@ ave_maria_test_events.0006 = { } immediate = { - add_character_modifier = { - modifier = test_modifier - + change_variable = { + name = roman_administration_popularity + add = 100 } - # add_character_modifier = { - # modifier = test_modifier_2 - - # } - # remove_character_modifier = test_modifier } diff --git a/events/00_ave_maria_events/ave_maria_utility_events.txt b/events/00_ave_maria_events/ave_maria_utility_events.txt index 492a1c40..e969c0b0 100644 --- a/events/00_ave_maria_events/ave_maria_utility_events.txt +++ b/events/00_ave_maria_events/ave_maria_utility_events.txt @@ -117,6 +117,7 @@ ave_maria_utility_events.0002 = { } resolve_title_and_vassal_change = scope:change } + death = natural } } diff --git a/events/00_ave_maria_events/monthly_pulse.txt b/events/00_ave_maria_events/monthly_pulse.txt index 0d9db871..84a64eb1 100644 --- a/events/00_ave_maria_events/monthly_pulse.txt +++ b/events/00_ave_maria_events/monthly_pulse.txt @@ -139,13 +139,28 @@ monthly_pulse.12 = { hidden = yes immediate = { - + every_duchy = { + limit = { + is_landless_type_title = yes + is_mercenary_company = no + is_holy_order = no + has_variable = faction + holder = { + has_trait = peasant_leader + is_at_war = no + } + } + holder = { + death = natural + } + } } option = { } } +## Every month monthly_pulse.13 = { type = empty hidden = yes @@ -316,6 +331,7 @@ monthly_pulse.13 = { } } + } option = { diff --git a/events/00_ave_maria_events/roman_administration_events/ave_maria_roman_administration_legitimacy_events.txt b/events/00_ave_maria_events/roman_administration_events/ave_maria_roman_administration_legitimacy_events.txt index cb1f944e..f495b1c7 100644 --- a/events/00_ave_maria_events/roman_administration_events/ave_maria_roman_administration_legitimacy_events.txt +++ b/events/00_ave_maria_events/roman_administration_events/ave_maria_roman_administration_legitimacy_events.txt @@ -48,6 +48,10 @@ ave_maria_roman_administration_legitimacy_events.0001 = { option = { name = ave_maria_roman_administration_legitimacy_events.0001.OPT.A + + trigger = { + is_ai = no + } imprison = { target = scope:previous_holder type = house_arrest diff --git a/gfx/coat_of_arms/colored_emblems/ave_maria__saint_george.dds b/gfx/coat_of_arms/colored_emblems/ave_maria__saint_george.dds new file mode 100644 index 0000000000000000000000000000000000000000..62fe685bc499af9ca181185cfe07bdd409a23eaa GIT binary patch literal 65664 zcmeHw4{#jUdEWsJvImgIJ%Tt&mDn*&=W2!tb2k~Ul1XZdQH)Gw59bc#?cL!IL5dnQ zp;P!)R2Y+V6hZVbwWv|%h-s$GZPUU@l*ne2(KuGexoxc#?bMNEIfzqv z*2tP1EJ~edAJ&=pxhp{QS`QsK!xWnXgKS z4ww7=DfL^_pF%f7bR$IPLUg$OaQ~H1{Y;2n^!d>H{6PDm@^E{($D!4pMZYn z+;`sT^Fu0?0)P0wx34}0_~-Et_yhkw_~&kq^}t5JTiqmdeuExMxrD#=`+Hh0R<;iQ zccyQ)`H0^4viuM5xA717NBF-%)j+j0=(C>N-S^f zy2$OXA-wr7yoSaT;U6oqhSp<6_=E5U_$L?-VLaybN<3T3i~Vc^zawSqF0Q}W{3L-_ z4E#Z^p8*~V#ggdf2JCz2_Y{{`d-YhcXx5p|K)+9vi!ReOy&5077&DkAyqo5z#dLT) z6wgR>b)~u7PI#Ic|7`Z)`BL$!N$g=Xzc6o80VafWPQ>^dH}K;DFfggl8k27QANQkGN(^ zp10wTj2?LA(>%V$Mn|icN@7pgBoB(^!(2||OQ#JPucvvMYCq(W4=Liu^~2-8iRlRc zHv#@F-HLbM$NZn{hCjW}8fKdOgOQPPp6O&_Vg4`+`H;8ndWg%z_Ia3Y#2pRr7kSd` zb+nXXzuVC7>Gy2i%I$^mn%m@Pzxd{V_!gJ9k~KY3`qeKoU4wkMuN?RfmfnaPT{z4- z?=NJb|5bY<)0c@A;b3t2O^o-jeHr2ZCcr=RE$si#i2l!}9L?<<5j;40Gd^_i;soQv z(yJ7|6FgNAUn^U?BwkR1{w)s>w;uYlm=}H9M7iou=lUE?`)_9kxV;ME`<<>S{(dfA z(=OrVqM{G;$d9Rb@qn-0{ZlCwe}JFhHH@bQ@DFhy z_{}0-P|V+blAkBM9_lxwJ)(yOc7K7(f1o{-k9DPIxx5D2G|LY&P4WcY-N|$k@}^ik z+F;u9K|fr+hpf<^J{U@E2TH@Js%+TPjFAz5)Ec z_wj*4T))wa_DaS5OxI96Gb*s0geQ2;Kc(yhy953Yu-jNRM2@m;6j920d z5#Gg~U#dKd@V^G|Px)`~bAWf`>+0$59>z}?&r79iz?*3rV$YMk|LEZWZ%Nn-f3C;} z9r9wGLR0;Ne`yFlb>RI%>aX|k_!@n-)*tIW#x%w62FJg-nduhU|Mir-Ph-8K-MyzE z?Jf0vNFE{{5yTVP^C$MqwaSB5a^ZSVego6-GQW?9_$X+DX^LOOCProbvhPHBDcHX> zFVENFexwNhYXJWa_N%z5bhq#m?C&obfxh#?v(gu1Nc3w#0x0?@ej&;d3e7$^S%SzpMG0S+i#kZKWTI$K2i_-sTTaP*OdJZ z`OV0$D(#2IcOB^n|JMQk9`b4M-woy`idPpEehcF*cl$znxC;8bQa=fO{h~sLpI<87 zyv>&{(>y-X=k-^HM87sR)iiBpR`5>#{QDb$e93Ig>+a_hvY)Whlh?+MJoYtikL1Ve zgWvrrrZastZF}*#KWDlD|Kz1RUVW8m5B>k%`3FQEko@@Orv?YPoZ@}up~HW~H03kh zox%A69nY7{{URUozP#Ko`HL##qg$W-2tQvz`RTqV#a^mlK7M)HHMzW|x8kRseD9Aj zP4Dxce*34z-?3@G!;3pazGVG)O|ZY>I^sR-A4K@S4*0KuKhs@Z62Dt2KCiVt#nT}! zME;QfZq^@`{2J-MUqnES`8(WSCTSC11RrE?n8j~RaeYs3cI*15KgV>YH>rPTa9G;Q z0ly;`6gV|ws+#~spMm($S$#;+Q^OXNU z^hElv#Pgc@U_j?7K3O(LxqgKI_V(`Ozi;5}asHq5Qz8+Z#|h(WskEm#lwZHd{6+RE z>|M$KwFuwFUx+_IczUE9;KkGO8mwW_R}SzG_7{BAkk6ku5bPJA{NkjWGPpmz&(e;3 zJ2A_22KK=#Gp9rzkUl;B;g=`4+)4TEOFXlJ@uljiPjb1QvbDb)-1zU9wt?UMmu~%6 zOk1cwtehum0{^ZtHpb;dkNxX=#a_t3UfR1ac;5=%&sFdpp6~g5L!H~pV87I%?%#Qq zX&v_dedU7C4)i~o6ZsKtkK}#1JhB$!m686x4*I`^{5Y;B`9AYg#m7TK@Imo%)9jIW zQxp7dy4y^yPxijK?)U z<6r0gbHMx9hwqhmAoO4SSN`e~=eRtJ=XbpO;ooAqf&D<+zB&`^_l5iz-1Dgvm)m&% z`-TdFuNL}C)$0-uAbaA$;{)>kVf-ydH{b2!*X91`yrJ>*p}j&U9BnfMhS2cW`nGI& zoN1bmofjVZIMaDQK69y$X%F+cmi8ZJ{PUf@yt*my-+tdCM|eF}+y1J-KXvOy7x!Na z<>wdU&uc9wdlves&i&iaN3n}#!BZCcT#Y}3=ZDVgyGBCx50kz={Lu5F&z$wZi)p=s z+b4aWf5a7gm+<<@$9D*R^4R~o#XBhSu90-~OD_ybzA*=Xd$w{|;%hC$1KoNm#qDQc z51jh90Uob)esaKj%1F!lP&{y?7@T(qw_id1FW+})H;<>%>uAsZSuh?Q{=%d(-tc^` zHckA01Ps9ARr25644RgeH5ji~}}2|6zVwD&5)$dqBA_hvJ7IMIV#B9(ys! zKiL~{u>)_t{%`rd*e@7E_}bv{>aa&P8&CH$P5OT1GxfUAz+<8C+$7T!pF4MYQug;| zATRdsn3VD=Xmk55w{U&f8}U1yw=OcB>9w_eW3N8ObQ1Bw`n&dv|58g~|AXT1FLnOH z^=;%|V4jOS%R^qLvEh;X&$jm;N&i*&_x(>#$^6)m=a^nuU()wD?sR~kSMc_h^S#>T zZGE_(-tVTs|7y=~xIg&&9i8|wKZN;D_w8>rKLz|w`0L~IOCETfQ1V9=oM&Ch{cbk) z3r}@-h(2!u&&T%;N_?CA@6_~+=u15XI%SCcoYh z=Wj_qJTn%=-x{|&+O#n{%k?v4zwda;Wx5G_;<3k`eO72ZUn-sx{hC95fATAP?%{GB z_Qu#BZ~os*)A<7RKA`aV!NueO#rITyB8UAw>VE0){KG!MePzLUXdU|BnmKuh$J2tn z-%&1JVw&zRcyQOQyO<8Qw}$8l|Eqz2@E7)rm{-aVl}$cA1utZehV6UvsUTk8g#Awp z%5?mYVj#51k6egXdlIlITaW4~l>C##ydU@xo%EAan-w7k74jkjp6_dEf5e>SG%5 zl=$&a#J4g{_S5J~JEcGJ=S}mdQlE!=E%Jl%d4q$4l251nBYl^e>ytdGjLjHKS7494FgSiU(@pgE`+Z-& zkLhFz_O}`A|D*hgp~@%7M;u2K`QX4lue=cW=T-PqE+j0s*X+&2)(r)84d)GRQQEU9 zzH;ILsqbLFPj@1y?;+lz%7?|)|2mdO_`eGL=jc8uC7$kpA58Ot`1k((wq{B2HJ?8d zf6&AJb;Q%fzpg^xsrF|WUrVJae}Cr8^V^u8$==0%ejj4G0eRq>_lSL+1HSJc*em>{RMSykK_aJE%rO*zf}9$LVXlVdF9GQQ5pIb$F5aItS@NdDsGrGDZ9~R~> z8}=dOLz?-~f&Gc&?ZW@w3g`bS2}k?sGmlGtn&MGsww*Z0%k?S0sM-h3?ZCeh@1uAd@GtT&pLDc+`0?}M_C3gpx}vWs9?|%v ze>%^W$>Uq(5Kyvlm`qJb18A5AQiF_DKc)a@h*b z&sTuYv})f1Pea4snC9nm(AP+B^)TH+`_r?t7nu%^zqtkYRs3u62XOtE^q&L12L|?D z7N6nv$UZtV`ow?b{)pcCwY=CX4cG(U{>kUR%H%&9lXS;`bqay5rtsg3lJ>_dDvw4lZ|KPsGg6i+xaofAP|v zZj=3s4eX~k%}$f+XYhReshGqMl8`45FQ>S?g8g>G!^1MZ#ooUL`z3yE%dPx;1ML^z zn3Mim!2g?iLuecQ{jX!YBwtZQ`5k9om;E}n-t76%(OoZcd(~w=KfDC|U2l01;r|No zPw_I4tpQsA;tVu!+tuDLWk?GG@VO%+Mk>V;!)%u??3{A$CpLGvZJ;VKxJ-+*{TwtFgzn4F+!~;;@JQs|Q@NMFNBR`)7{%?KUahN9m3BwhC zB0QgDAE@`0QT*`aXHQGKf#k(EKR6}+m@ltOCE1^Bb@}m~^W5JL&>x82>HYH?796C?5rNCHb!~Kiz0_KIO;nMSnM;f9sP!CH}e&{rkJGeBtkT zJ~NxL`j|T@_kT2Q^R&VJZ_IJIv$+vJ_-{TU{yXLGv0vbd=Q9U;K*cNBBk$evW!b+& z_5zki;-TU7SnB?w3i6FVc70}}Yqk`vb+|u?P-Y4<{{=5FZr{0wF zyp(Un=Zq5ke0csckT2%=v^?J+d@J7vtsws~HXYzoPvX461GBeqdk*rm>iG$4Lnd}s z(f1bYyB-LXpnesGYj>LIJnRG2|46ROtkv%iMfkr0{O3aV!I3_P`Vs%pK|TQXzR3Ie z?_r7kS_8i(x`O?qVSc^QX&dKv?jGxxctAGgXn(r9|LFiPdi=z}6B2){V1Hu$XI#No zuGi8(`fDE*d%X(zn?HQ`UVeVD`J?j#hm4@T8t{A6EFIVJ`llZJLDe6i z{NZZ)10K%r;sOuxM;$u<8`~MkEApq6`ve!m(^AWA=wCyTk2>`IBWHs1f%x7?cRU{N zVtj<#ui^VXdHlHC0-o+jr7kcXuD=*vgMR|`EqK*8;(kK>f!nhv-eCR338p>Z8*rBR zLm02Lze{be1$z*mKN7r?{Kw~&F8h4Ay;YMuPV*hl0Kn5CDd`FY?!2KWy#ZDD_H z|I;U@n6@Dg)cw7F|39JhN9z-NO8UXhf4k;-2W=l5&l;I|IK#3r_TIA z@uf75`!Ky2-fMomI{03P2Yqq0ICNQia~1gov$g#DS1CW{LICjm=!pLVzGsRcX z=j0(j63Y8fywW@Y7i9i^ks9G28%UYH*704#^AY}6fS+x|*Kpn6W%E<>_w`Qj`rG86 zD);f};FtaQz%G}Q{R@9V_@$Ou$ZyxM{wsp#rH-f7=j&_nzZZL+?02YVnGd4X{n(2= zztr+7?EMktey~=Lhx}pSe^`)5BhJ=$^Lo+xn?nZ#?_S#;k@Z|^|0`HO!v6~3-$MK> zVYtGdHIn~|J(>;Whbi6$_f`0V;$`anbMyAU5>JMH%Uipc-&T-6RzyBnxR1o0dQ|Lt z+Aot(&ii`gAODbe`%1rWe!VY`>O8;Le}MCi#cwg41^(6j9uD#a>AETRA?bJ@*aNbj zxgP8XQsk9`^)*KW`H;Ovf8`qHBf|d*;6J<`WdA3?Ak072TYY&T`i|_w1OU(FRw6_G zYntgS@Y0c(+RAhj{FpL#2!E2j3;$T`3Ehu}t)1^p*z4$h>M0(-j{P@}J-c7d>t(P% z&@C0e%jG%b>z^AvR%M#zuXJ=m^l9FIUsLj#;rYH++CzVJBQ5qD?e{Pg{L=V-ZfCH+ z+t#ujyJGmw+xJQMBZe7#AGHPh&Ain2ESJ;!#5&WHOxGX}3fCt;7~y{v@E_(!i|&)` zG6e5B{C#)o7v#K2wb$0lGl9II^Q$LQw>-xDLiOu)<3*-z+VAF0KErfP&vYN`jEOv` z`S!)i#Sbz+rjxvq_o4j-xUWq7bLjK9yR#?G<7)u_C&tI7nXV!Kfd>M4i1^x8<^Jsk z_78RTkB@Qv2JQ>bOuIpU^nT`Xd0($B|E@azX91tx9UU_MaJ;6Pr1=lKJjdf>wi{6`)7rO$OGzoi53r9z*4AH#w^Ij)>H!0lMEE+eoP zX#e3(g}=a``u9ghmHW7=u>-qy9pLdUm7lz}JuL5Q`}+5SydQ4oh*5Zx+s^^NqXUmV z%5*a2Y4>!kyNl@-^ykjwLH;9;`lrUn`=uOsnV1gn(tvzxR>zKTIh{Xl>~Kw{Ngtc$ z=r@?Ae0$m2-otd;UMOE=n&OR+S0Zo1^FiyY`fshaJumM^`g@lWU(CaPucJY3-_pDo z1bm9=aJ(mv^+xrrTu%7M{mEkQg~zjkbcFw_!9VuX;rbuBzpDj(hU=`3@p?AE&%2Ke zNWNGHzouMchRZ3RW$g*>ztK_u{zos!{t_Mj;_*@;&-ESfTlqjBPbfZMnmc8`EPa0p z_uc#v*U$9gdpU=8%l9>Fc-|@(g+IgmlyB=xv3EVxH>cMLzc-S$Uf#cNmfLTT{ecgP zG3@}Kljj0F)BBW*MTy5ZFrKk#b7~E$}`Fq?C_!9T;KwcNiJu-jL$CytzD(T!~j^O??uO#JM_4}XT+_vP8xM;>N6o51=i`^gt;e;Lao{9gh7>3a$NihL*i z(D|)^KWkXO-&4wM=x05h68*!{bR$!A}=x&pK^ood9WX#?(X3JY>L07b+K1$;Nvs| z6qmPvN7LN?Ii@Y_hwHjOkRMgZyN`{JrMSH1<7=njrv<$J$Dt89-%I}U7G=K^$;(pV zi6A}(|9{p9zGs#pe4l?!-Zw|`^~2LH_eb)`air|#@EFA z7>d5P(Oz-r(bu^>!ehPus`yVi#A7M|gggg>G)h z#omVn<@Kcd;kRxxgg?o@zekM^f*&95`kuu5o479n>?Zt^Tc3+rg#iCH@QwKL32wi! z5$Eq;3-ocW7x!)Ko0;PB8u0q1u7hI#+M6ux-r;?sUoGIZu6!T3(p%F@-~Y$`{CpGq zn|N~46?#44(UkaB26#I*b>T3VH$bcQeii+dir*0awn^T&e{et7C%hDo8iJ=hd^QqNqF=X0RTj|TEHhx+>q!zZOa$yc*}3)5B1|EOZm zce4FcY8xuC*sPgiT1Wq8>1Cm-8*T0X{Ovxm_sL$UJY%?ApT?)k%Led1{PpKVp3;1L zXE-nMi7LJ)zQc9p{dCkfkG?AHk-na3oRje-ArI>H9diG83-YUe=O;w|5Weg2Ka}xS zF#e*Oev-$Ri$nfgN(J%+@rYj^2<}G>^UDg-5&o|O{uf(Mve(}S1D^TCLwpb7Lim^R zg|pLve~aiCf^VukX~g5(1DgE*7`{Nl?PcM=#QrcS_h65lRn9Zj;18cw^iLA@>5GcI z%690nJqo?p`#?U#9(vcC(ti^DUsS$7uEXB-fAjt~onJ~Pg8M>gKaGVCDDwF8>viPU zg7I6(FH9T>=sdk&Bk*S`uqTE;@iWqY4gS@{#3Rxk$-keS4dQ`>=gCt+zQIBKrg(N% zo+o)Y_^DBm2TjO>u8Ct3zo`QMJ&nMAA-rR_86JNU^NY_JOM8pW-wKvT_+Nwg53jcc ze%Yz;yAA(RJwF$&|8}Em6o0G-`3$muAbv!@L%YX{=gv+rerkAsbI7{verOBvQN(9E zxPBG+ccUvUc*}0^{cFj`gy+{m`?fOQ7UUy20`!t-OJJ;+O! z@!IT#KTs-72~GC9X+F(#4frjU@A^%q!|g4Vo{!&2JY}iRuVVch5dV5?Zq7enHP0_? zn#6Z|eIuIYXKl>~^!YNb&l{I=l#iG7{_3Z3{|3x$UjOGl`rEOuf9Z(OfAeYVr&j7; z`}{2L`&|2YF1y~qe}|73>}SS&wB4|)zkfG+o@OALzcwF4{1o9K!b2nvB6%3eLw^P$ z`@)}w2oDh+B0OLQB6$$W1I$1q4}CU>@DRy^NFGG;Ad-i3kv#NgAd-iXJiLMA;r|D+ C9l=ci literal 0 HcmV?d00001 diff --git a/gfx/coat_of_arms/colored_emblems/fatimah_arabic_callipgraphy.dds b/gfx/coat_of_arms/colored_emblems/ave_maria_fatimah_arabic_callipgraphy.dds similarity index 100% rename from gfx/coat_of_arms/colored_emblems/fatimah_arabic_callipgraphy.dds rename to gfx/coat_of_arms/colored_emblems/ave_maria_fatimah_arabic_callipgraphy.dds diff --git a/gfx/coat_of_arms/colored_emblems/imam_ali.dds b/gfx/coat_of_arms/colored_emblems/ave_maria_imam_ali.dds similarity index 100% rename from gfx/coat_of_arms/colored_emblems/imam_ali.dds rename to gfx/coat_of_arms/colored_emblems/ave_maria_imam_ali.dds diff --git a/gui/hud.gui b/gui/hud.gui index 4d084190..edd94413 100644 --- a/gui/hud.gui +++ b/gui/hud.gui @@ -447,7 +447,7 @@ widget = { layoutpolicy_horizontal = expanding blockoverride "header_text" { - text = "[Localize('roman_administration_senate_tab_header')]" + text = "roman_administration_senate_tab_header" } blockoverride "button_close" { diff --git a/history/characters/castilian.txt b/history/characters/castilian.txt new file mode 100644 index 00000000..175af3a5 --- /dev/null +++ b/history/characters/castilian.txt @@ -0,0 +1,15679 @@ +70027 = { + name = "Teresa" + female = yes + dynasty = 405 + + father = 72550 + + religion = catholic + culture = castilian + + 941.1.1 = { + birth = yes + } + 997.1.1 = { + death = yes + } +} + +70068 = { + name = "Anderquina" + female = yes + dynasty = 437 + martial = 6 + diplomacy = 5 + intrigue = 4 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = craven + trait = gregarious + trait = education_stewardship_3 + + 1020.1.1 = { + birth = "1020.1.1" + } + 1072.5.1 = { + death = "1072.5.1" + } +} + +70100 = { + name = "Fernando" + dynasty = 8603 + + father = 107642 + mother = 70099 + + religion = catholic + culture = castilian + + 1045.1.1 = { + birth = yes + } + 1066.1.1 = { + employer = 107640 + } + 1095.1.1 = { + death = yes + } +} + +70101 = { + name = "Mayor" + female = yes + + religion = catholic + culture = castilian + + 1019.1.1 = { + birth = yes + } + 1066.1.9 = { + death = yes + } +} + +70102 = { + name = "Eylo" + female = yes + + religion = catholic + culture = castilian + + 1050.1.1 = { + birth = yes + } + 1113.6.13 = { + death = yes + } +} + +70103 = { + name = "Alfonso" + dynasty = 8603 + + father = 107640 + mother = 70102 + + religion = catholic + culture = castilian + + 1067.1.1 = { + birth = yes + } + 1093.12.8 = { + death = yes + } +} + +70104 = { + name = "Gonzalo" + dynasty = 8603 + + father = 107640 + mother = 70102 + + religion = catholic + culture = castilian + + 1066.1.1 = { + birth = yes + } + 1082.1.1 = { + add_spouse = 70105 + } + 1124.1.1 = { + death = yes + } +} + +70105 = { + name = "Sol" + female = yes + + religion = catholic + culture = castilian + + 1055.1.1 = { + birth = yes + } + 1095.1.1 = { + death = yes + } +} + +70108 = { + name = "Godina" + female = yes + dynasty_house = house_vela + + father = 73035 + mother = 73036 + + religion = catholic + culture = castilian + + 1058.1.1 = { + birth = yes + } + 1091.4.1 = { + death = yes + } +} + +70109 = { + name = "Bermudo" + dynasty = 8620 + + father = 70107 + mother = 70108 + + religion = catholic + culture = castilian + + 1075.1.1 = { + birth = yes + } + 1087.1.1 = { + death = yes + } +} + +70110 = { + name = "Gonzalo" + dynasty = 8620 + + father = 70107 + mother = 70108 + + religion = catholic + culture = castilian + + 1086.1.1 = { + birth = yes + } + 1104.1.1 = { + add_spouse = 73040 + } + 1106.1.1 = { + death = yes + } +} + +70210 = { + name = "Fernando" + dynasty = 407 + martial = 5 + diplomacy = 6 + intrigue = 4 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = generous + trait = education_diplomacy_1 + father = 107610 + 1020.1.1 = { + birth = "1020.1.1" + } + 1059.1.1 = { + add_spouse = 70211 + } + 1066.1.1 = { + employer = 107500 + } + 1070.1.1 = { + death = "1070.1.1" + } +} + +70212 = { + name = "A_lvar" + dynasty = 407 + martial = 4 + diplomacy = 7 + intrigue = 4 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = zealous + trait = education_martial_2 + father = 70210 + mother = 70211 + 1060.1.1 = { + birth = "1060.1.1" + } + 1120.1.1 = { + death = "1120.1.1" + } +} + +70230 = { + name = "Enrique" #AKA: Enrique I + dynasty = 681 + martial = 6 + diplomacy = 5 + intrigue = 6 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = just + father = 207510 + mother = 204512 + 1204.4.14 = { + birth = "1204.4.14" + } + 1217.6.6 = { + death = "1217.6.6" + } +} + +70242 = { + name = "Pelayo" + dynasty_house = house_betotez + + father = 73870 + + religion = catholic + culture = castilian + + 901.1.1 = { + birth = yes + } + 926.1.1 = { + add_spouse = 70243 + } + 959.1.1 = { + death = yes + } +} + +70250 = { + name = "Salvador" + dynasty = 776 + + religion = catholic + culture = castilian + + father = 107641 + + 988.1.1 = { + birth = yes + } + 1009.1.1 = { + add_spouse = 70251 + } + 1026.1.1 = { + death = yes + } +} + +70251 = { + name = "Muniadona" + female = yes + + religion = catholic + culture = castilian + + 989.1.1 = { + birth = yes + } + 1030.1.1 = { + death = yes + } +} + +70252 = { + name = "Gonzalo" + dynasty = 776 + + father = 70250 + mother = 70251 + + religion = catholic + culture = castilian + + 1011.1.1 = { + birth = yes + } + 1031.1.1 = { + add_spouse = 70253 + } + 1046.1.1 = { + add_spouse = 70254 + } + 1066.1.1 = { + employer = 107500 + } + 1083.1.6 = { + death = yes + } +} + +70253 = { + name = "Elvira" + female = yes + + religion = catholic + culture = castilian + + 1015.1.1 = { + birth = yes + } + 1043.1.1 = { + death = yes + } +} + +70254 = { + name = "Sancha" + female = yes + + religion = catholic + culture = castilian + + 1029.1.1 = { + birth = yes + } + 1089.1.1 = { + death = yes + } +} + +70255 = { + name = "Goto" + female = yes + dynasty = 776 + + father = 70252 + mother = 70253 + + religion = catholic + culture = castilian + + 1032.1.1 = { + birth = yes + } + 1087.1.1 = { + death = yes + } +} + +70256 = { + name = "Toda" + female = yes + dynasty = 776 + + father = 70252 + mother = 70253 + + religion = catholic + culture = castilian + + 1034.1.1 = { + birth = yes + } + 1088.1.1 = { + death = yes + } +} + +70257 = { + name = "Munia" + female = yes + dynasty = 776 + + father = 70252 + mother = 70253 + + religion = catholic + culture = castilian + + 1036.1.1 = { + birth = yes + } + 1090.1.1 = { + death = yes + } +} + +70258 = { + name = "DueN_a" + female = yes + dynasty = 776 + + father = 70252 + mother = 70253 + + religion = catholic + culture = castilian + + 1038.1.1 = { + birth = yes + } + 1082.1.1 = { + death = yes + } +} + +70259 = { + name = "GarcI_a" + dynasty = 776 + + father = 70252 + mother = 70253 + + religion = catholic + culture = castilian + + 1040.1.1 = { + birth = yes + } + 1095.1.1 = { + death = yes + } +} + +70260 = { + name = "Gustio" + female = yes + dynasty = 776 + + father = 70252 + mother = 70253 + + religion = catholic + culture = castilian + + 1042.1.1 = { + birth = yes + } + 1090.1.1 = { + death = yes + } +} + +70261 = { + name = "GO_mez" + dynasty = 776 + + father = 70252 + mother = 70254 + + religion = catholic + culture = castilian + + 1048.1.1 = { + birth = yes + } + 1080.1.1 = { + add_spouse = 72552 + } + 1111.10.26 = { + death = yes + } +} + +70262 = { + name = "Fernando" + dynasty = 776 + + father = 70252 + mother = 70254 + + religion = catholic + culture = castilian + + 1050.1.1 = { + birth = yes + } + 1100.1.1 = { + death = yes + } +} + +70263 = { + name = "Diego" + dynasty = 776 + + father = 70252 + mother = 70254 + + religion = catholic + culture = castilian + + 1052.1.1 = { + birth = yes + } + 1095.1.1 = { + death = yes + } +} + +70264 = { + name = "A_lvar" + dynasty = 776 + + father = 70250 + mother = 70251 + + religion = catholic + culture = castilian + + 1013.1.1 = { + birth = yes + } + 1066.1.1 = { + employer = 108500 + } + 1082.1.1 = { + death = yes + } +} + +70265 = { + name = "Munio" + dynasty = 776 + + father = 107641 + + religion = catholic + culture = castilian + + 1000.1.1 = { + birth = yes + } + 1082.1.1 = { + death = yes + } +} + +70266 = { + name = "Rodrigo" + dynasty = 776 + + father = 70265 + + religion = catholic + culture = castilian + + 1030.1.1 = { + birth = yes + } + 1081.1.1 = { + death = yes + } +} + +70267 = { + name = "Gutierre" + dynasty = 776 + + father = 70265 + + religion = catholic + culture = castilian + + 1032.1.1 = { + birth = yes + } + 1075.1.1 = { + death = yes + } +} + +70268 = { + name = "Jimena" + female = yes + dynasty = 776 + + father = 70265 + + religion = catholic + culture = castilian + + 1034.1.1 = { + birth = yes + } + 1085.1.1 = { + death = yes + } +} + +70270 = { + name = "Toda" + female = yes + dynasty = 10024 + + father = 70269 + mother = 54000 + + religion = catholic + culture = castilian + + 952.1.1 = { + birth = yes + } + 1001.1.1 = { + death = yes + } +} + +70286 = { + name = "GarcI_a" #AKA: García II + dynasty = 776 + + father = 107660 + mother = 107689 + + religion = catholic + culture = castilian + + martial = 4 + diplomacy = 5 + intrigue = 3 + stewardship = 6 + + trait = wrathful + trait = honest + trait = education_martial_1 + + 1009.11.1 = { + birth = yes + } + 1029.8.13 = { + death = yes + } +} + +71320 = { + name = "Eylo" + female = yes + + religion = catholic + culture = castilian + + 1064.1.1 = { + birth = yes + } + 1112.1.1 = { + death = yes + } +} + +71339 = { + name = "Rodrigo" + dynasty_house = house_vela + religion = "catholic" + culture = "castilian" + father = 70050 + mother = 70033 + trait = bastard + 1067.1.1 = { + birth = "1067.1.1" + } + 1118.1.1 = { + death = "1118.1.1" + } +} + +71342 = { + name = "Guina" + female = yes + + religion = catholic + culture = castilian + + 1066.1.1 = { + birth = yes + } + 1122.1.1 = { + death = yes + } +} + +71357 = { + name = "Diego" + dynasty = 8744 + religion = "catholic" + culture = "castilian" + 1062.1.1 = { + birth = "1062.1.1" + } + 1097.1.1 = { + add_spouse = 71356 + } + 1111.1.1 = { + death = "1111.1.1" + } +} + +71358 = { + name = "Toda" + dynasty = 8744 + female = yes + religion = "catholic" + culture = "castilian" + father = 71357 + mother = 71356 + 1102.1.1 = { + birth = "1102.1.1" + } + 1149.2.15 = { + death = "1149.2.15" + } +} + +71360 = { + name = "A_lvaro" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 106050 + mother = 106016 + 1077.1.1 = { + birth = "1077.1.1" + } + 1089.1.1 = { + death = "1089.1.1" + } +} + +71361 = { + name = "Elvira" + dynasty_house = house_aza + female = yes + religion = "catholic" + culture = "castilian" + father = 106050 + mother = 106016 + 1079.1.1 = { + birth = "1079.1.1" + } + 1100.1.1 = { + death = "1100.1.1" + } +} + +71362 = { + name = "Fernando" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 106050 + mother = 106016 + 1081.1.1 = { + birth = "1081.1.1" + } + 1098.1.1 = { + death = "1098.1.1" + } +} + +71363 = { + name = "Mayor" + dynasty_house = house_aza + female = yes + religion = "catholic" + culture = "castilian" + father = 106050 + mother = 106016 + 1083.1.1 = { + birth = "1083.1.1" + } + 1132.1.1 = { + death = "1132.1.1" + } +} + +71364 = { + name = "GarcI_a" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 106050 + mother = 71359 + 1107.1.1 = { + birth = "1107.1.1" + } + 1134.1.1 = { + add_spouse = 71365 + } + 1160.12.16 = { + death = "1160.12.16" + } +} + +71372 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + 1211.1.1 = { + birth = "1211.1.1" + } + 1215.1.1 = { + death = "1215.1.1" + } +} + +71374 = { + name = "Sancho" + dynasty = 442 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 108500 + mother = 71373 + 1095.1.1 = { + birth = "1095.1.1" + } + 1100.1.1 = { + remove_trait = bastard + } + 1108.5.29 = { + death = "1108.5.29" + } +} + +71375 = { + name = "Sancha" + dynasty = 442 + female = yes + religion = "catholic" + culture = "castilian" + father = 108500 + mother = 71373 + 1101.1.1 = { + birth = "1101.1.1" + } + 1125.5.10 = { + death = "1125.5.10" + } +} + +71376 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + 1215.1.1 = { + birth = "1215.1.1" + } + 1278.1.10 = { + death = "1278.1.10" + } +} + +71377 = { + name = "Fernando" + dynasty = 8746 + religion = "catholic" + culture = "castilian" + father = 71378 + 1094.1.1 = { + birth = "1094.1.1" + } + 1117.7.8 = { + add_spouse = 127011 + } + 1121.1.1 = { + remove_spouse = 127011 + } + 1125.1.1 = { + death = "1125.1.1" + } +} + +71378 = { + name = "Fernando" + dynasty = 8746 + religion = "catholic" + culture = "castilian" + 1068.1.1 = { + birth = "1068.1.1" + } + 1117.7.8 = { + death = "1117.7.8" + } +} + +71379 = { + name = "Sancha" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 298 + mother = 207660 + 1102.1.1 = { + birth = "1102.1.1" + } + 1159.2.28 = { + death = "1159.2.28" + } +} + +71382 = { + name = "Pedro" + dynasty = 8781 + religion = "catholic" + culture = "castilian" + father = 207655 + mother = 72417 + 1141.1.1 = { + birth = "1141.1.1" + } + 1184.1.1 = { + death = "1184.1.1" + } +} + + +71383 = { + name = "Leonor" + dynasty = 8781 + female = yes + religion = "catholic" + culture = "castilian" + father = 207655 + mother = 72417 + 1143.1.1 = { + birth = "1143.1.1" + } + 1193.1.1 = { + death = "1193.1.1" + } +} + +71385 = { + name = "RamO_n" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 207500 + mother = 210511 + 1136.4.12 = { + birth = "1136.4.12" + } + 1150.1.1 = { + death = "1150.1.1" + } +} + +71386 = { + name = "GarcI_a" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 207500 + mother = 210511 + 1142.1.1 = { + birth = "1142.1.1" + } + 1146.9.12 = { + death = "1146.9.12" + } +} + +71387 = { + name = "Alfonso" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 207500 + mother = 210511 + 1144.1.1 = { + birth = "1144.1.1" + } + 1149.1.1 = { + death = "1149.1.1" + } +} + +71388 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 207500 + mother = 221529 + 1153.1.1 = { + birth = "1153.1.1" + } + 1157.8.21 = { + death = "1157.8.21" + } +} + +71389 = { + name = "EstefanI_a" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 207500 + 1148.2.3 = { + birth = "1148.2.3" + } + 1180.7.1 = { + death = "1180.7.1" + } +} + +71390 = { + name = "Eylo" + dynasty = 8747 + female = yes + religion = "catholic" + culture = "castilian" + father = 71391 + mother = 107644 + 1105.1.1 = { + birth = "1105.1.1" + } + 1153.7.23 = { + death = "1153.7.23" + } +} + +71391 = { + name = "A_lvar" + dynasty = 8747 + religion = "catholic" + culture = "castilian" + 1069.1.1 = { + birth = "1069.1.1" + } + 1090.1.1 = { + add_spouse = 107644 + } + 1114.1.1 = { + death = "1114.1.1" + } +} + +71392 = { + name = "Urraca" + dynasty = 8747 + female = yes + religion = "catholic" + culture = "castilian" + father = 71391 + mother = 107644 + 1107.1.1 = { + birth = "1107.1.1" + } + 1160.1.1 = { + death = "1160.1.1" + } +} + +71402 = { + name = "Sancho" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 207510 + mother = 204512 + 1181.4.5 = { + birth = "1181.4.5" + } + 1181.7.26 = { + death = "1181.7.26" + } +} + +71403 = { + name = "Sancha" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 207510 + mother = 204512 + 1182.3.28 = { + birth = "1182.3.28" + } + 1185.10.16 = { + death = "1185.10.16" + } +} + +71404 = { + name = "Enrique" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 207510 + mother = 204512 + 1184.1.1 = { + birth = "1184.1.1" + } + 1185.1.1 = { + death = "1185.1.1" + } +} + +71405 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 207510 + mother = 204512 + 1189.11.29 = { + birth = "1189.11.29" + } + 1211.10.14 = { + death = "1211.10.14" + } +} + +71406 = { + name = "Mafalda" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 207510 + mother = 204512 + 1191.1.1 = { + birth = "1191.1.1" + } + 1204.1.1 = { + death = "1204.1.1" + } +} + +71407 = { + name = "Constanza" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 207510 + mother = 204512 + 1195.1.1 = { + birth = "1195.1.1" + } + 1243.1.1 = { + death = "1243.1.1" + } +} + +71408 = { + name = "GarcI_a" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 208500 + mother = 207562 + 1182.1.1 = { + birth = "1182.1.1" + } + 1184.1.1 = { + death = "1184.1.1" + } +} + +71409 = { + name = "Alfonso" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 208500 + mother = 207562 + 1184.1.1 = { + birth = "1184.1.1" + } + 1187.5.1 = { + remove_trait = bastard + trait = legitimized_bastard + } + 1188.1.22 = { + death = "1188.1.22" + } +} + +71410 = { + name = "Sancho" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 208500 + mother = 207562 + 1186.1.1 = { + birth = "1186.1.1" + } + 1187.5.1 = { + remove_trait = bastard + trait = legitimized_bastard + } + 1210.1.1 = { + add_spouse = 71411 + } + 1220.8.25 = { + death = "1220.8.25" + } +} + +71412 = { + name = "Diego" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71410 + mother = 71411 + 1204.1.1 = { + birth = "1204.1.1" + } + 1229.1.1 = { + add_spouse = 71413 + } + 1260.1.1 = { + death = "1260.1.1" + } +} + +71413 = { + name = "Teresa" + female = yes + religion = "catholic" + culture = "castilian" + 1211.1.1 = { + birth = "1211.1.1" + } + 1275.1.1 = { + death = "1275.1.1" + } +} + +71414 = { + name = "Juan" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71412 + mother = 71413 + 1230.1.1 = { + birth = "1230.1.1" + } + 1238.1.1 = { + death = "1238.1.1" + } +} + +71415 = { + name = "Diego" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71412 + mother = 71413 + 1232.1.1 = { + birth = "1232.1.1" + } + 1283.1.1 = { + add_spouse = 72016 + } + 1296.1.1 = { + death = "1296.1.1" + } +} + +71416 = { + name = "Juana" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 71415 + mother = 72016 + 1284.1.1 = { + birth = "1284.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +71417 = { + name = "Rodrigo" + dynasty = 8748 + religion = "catholic" + culture = "castilian" + father = 71420 + 1265.1.1 = { + birth = "1265.1.1" + } + 1300.1.1 = { + add_spouse = 71416 + } + 1315.1.1 = { + death = "1315.1.1" + } +} + +71418 = { + name = "MarI_a" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 71410 + mother = 71411 + 1206.1.1 = { + birth = "1206.1.1" + } + 1240.1.1 = { + death = "1240.1.1" + } +} + +71421 = { + name = "Sancho" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 208500 + 1188.1.1 = { + birth = "1188.1.1" + } + 1254.1.1 = { + death = "1254.1.1" + } +} + +71422 = { + name = "Juan" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71421 + 1221.1.1 = { + birth = "1221.1.1" + } + 1276.1.1 = { + death = "1276.1.1" + } +} + +71423 = { + name = "MarI_a" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 71421 + 1223.1.1 = { + birth = "1223.1.1" + } + 1288.1.1 = { + death = "1288.1.1" + } +} + +71424 = { + name = "Sancha" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 457650 + mother = 209504 + 1191.10.1 = { + birth = "1191.10.1" + } + 1243.1.1 = { + death = "1243.1.1" + } +} + +71425 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457650 + mother = 209504 + 1192.1.1 = { + birth = "1192.1.1" + } + 1214.8.1 = { + death = "1214.8.1" + } +} + +71426 = { + name = "Dulce" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 457650 + mother = 209504 + 1194.1.1 = { + birth = "1194.1.1" + } + 1248.7.8 = { + death = "1248.7.8" + } +} + +71427 = { + name = "Mafalda" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 207544 + mother = 72891 + 1222.1.1 = { + birth = "1222.1.1" + } + 1244.9.1 = { + death = "1244.9.1" + } +} + +71428 = { + name = "Fernando" + dynasty = 782 + religion = "catholic" + culture = "castilian" + father = 457660 + mother = 71427 + 1242.1.1 = { + birth = "1242.1.1" + } + 1250.1.1 = { + death = "1250.1.1" + } +} + +71429 = { + name = "Blanca" + dynasty = 782 + female = yes + religion = "catholic" + culture = "castilian" + father = 457660 + mother = 71427 + 1243.1.1 = { + birth = "1243.1.1" + } + 1292.12.5 = { + death = "1292.12.5" + } +} + +71430 = { + name = "Teresa" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 207547 + mother = 71965 + 1214.1.1 = { + birth = "1214.1.1" + } + 1246.1.1 = { + death = "1246.1.1" + } +} + +71431 = { + name = "Juana" + dynasty = 782 + female = yes + religion = "catholic" + culture = "castilian" + father = 457660 + mother = 71430 + 1246.1.1 = { + birth = "1246.1.1" + } + 1280.1.1 = { + death = "1280.1.1" + } +} + +71432 = { + name = "Juan" + dynasty = 782 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = education_learning_4 + father = 457660 + 1225.1.1 = { + birth = "1225.1.1" + } + 1243.10.14 = { + remove_trait = bastard + trait = legitimized_bastard + } + 1290.1.1 = { + death = "1290.1.1" + } +} + +71433 = { + name = "Teresa" + dynasty = 782 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457660 + 1227.1.1 = { + birth = "1227.1.1" + } + 1298.1.1 = { + death = "1298.1.1" + } +} + +71434 = { + name = "Urraca" + dynasty = 782 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457660 + 1230.1.1 = { + birth = "1230.1.1" + } + 1296.1.1 = { + death = "1296.1.1" + } +} + +71435 = { + name = "Berenguela" + female = yes + dynasty = 782 + + father = 457660 + mother = 142447 + trait = bastard + + religion = catholic + culture = castilian + + 1233.1.1 = { + birth = yes + } + 1272.7.17 = { + death = yes + } +} + +71436 = { + name = "Leonor" + female = yes + dynasty = 782 + + father = 457660 + mother = 142447 + trait = bastard + + religion = catholic + culture = castilian + + 1235.1.1 = { + birth = yes + } + 1281.1.1 = { + death = yes + } +} + +71437 = { + name = "Juana" + dynasty = 782 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457660 + 1266.1.1 = { + birth = "1266.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +71438 = { + name = "Pedro" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + 1196.1.1 = { + birth = "1196.1.1" + } + 1226.1.1 = { + death = "1226.1.1" + } +} + +71439 = { + name = "Alfonso" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71438 + 1215.1.1 = { + birth = "1215.1.1" + } + 1247.1.1 = { + death = "1247.1.1" + } +} + +71440 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 71438 + 1225.1.1 = { + birth = "1225.1.1" + } + 1242.5.20 = { + death = "1242.5.20" + } +} + +71441 = { + name = "Urraca" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + 1197.1.1 = { + birth = "1197.1.1" + } + 1258.1.1 = { + death = "1258.1.1" + } +} + +71442 = { + name = "Rodrigo" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + mother = 72924 + 1207.1.1 = { + birth = "1207.1.1" + } + 1249.1.1 = { + add_spouse = 72182 + } + 1252.1.1 = { + death = "1252.1.1" + } +} + +71443 = { + name = "Aldonza" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 71442 + mother = 72182 + 1250.1.1 = { + birth = "1250.1.1" + } + 1308.1.1 = { + death = "1308.1.1" + } +} + +71444 = { + name = "Juan" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71442 + mother = 72182 + 1252.1.1 = { + birth = "1252.1.1" + } + 1261.1.1 = { + death = "1261.1.1" + } +} + +71445 = { + name = "Aldonza" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + mother = 72924 + 1208.1.1 = { + birth = "1208.1.1" + } + 1266.1.1 = { + death = "1266.1.1" + } +} + +71446 = { + name = "Teresa" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + mother = 72924 + 1210.1.1 = { + birth = "1210.1.1" + } + 1264.1.1 = { + death = "1264.1.1" + } +} + +71447 = { + name = "Juan" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 71376 + 1247.1.1 = { + birth = "1247.1.1" + } + 1271.1.1 = { + add_spouse = 72410 + } + 1283.1.1 = { + add_spouse = 72534 + } + 1303.1.1 = { + death = "1303.1.1" + } +} + +71448 = { + name = "Juan" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71447 + mother = 72410 + 1272.1.1 = { + birth = "1272.1.1" + } + 1305.3.10 = { + death = "1305.3.10" + } +} + +71449 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71447 + mother = 72410 + 1272.1.1 = { + birth = "1272.1.1" + } + 1305.3.10 = { + death = "1305.3.10" + } +} + +71450 = { + name = "Sancha" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + 1220.1.1 = { + birth = "1220.1.1" + } + 1270.7.25 = { + death = "1270.7.25" + } +} + +71451 = { + name = "MarI_a" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + 1222.1.1 = { + birth = "1222.1.1" + } + 1252.1.1 = { + death = "1252.1.1" + } +} + +71452 = { + name = "MartI_n" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + 1225.1.1 = { + birth = "1225.1.1" + } + 1274.1.1 = { + death = "1274.1.1" + } +} + +71453 = { + name = "Urraca" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457650 + 1228.1.1 = { + birth = "1228.1.1" + } + 1252.1.1 = { + death = "1252.1.1" + } +} + +71454 = { + name = "Leonor" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 457650 + mother = 457651 + 1198.1.1 = { + birth = "1198.1.1" + } + 1202.11.12 = { + death = "1202.11.12" + } +} + +71455 = { + name = "Fadrique" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457620 + mother = 30200 + 1223.9.15 = { + birth = "1223.9.15" + } + 1240.1.1 = { + add_spouse = 71456 + } + 1277.1.1 = { + death = "1277.1.1" + } +} + +71457 = { + name = "Beatriz" + female = yes + dynasty = 681 + + religion = catholic + culture = castilian + + father = 71455 + mother = 71456 + + 1242.1.1 = { + birth = yes + } + 1277.1.1 = { + death = yes + } +} + +71458 = { + name = "Alonso" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71455 + trait = bastard + 1260.1.1 = { + birth = "1260.1.1" + } + 1297.1.1 = { + death = "1297.1.1" + } +} + +71461 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457620 + mother = 30200 + 1225.3.27 = { + birth = "1225.3.27" + } + 1248.11.23 = { + death = "1248.11.23" + } +} + +71462 = { + name = "Alfonso" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71461 + trait = bastard + 1247.1.1 = { + birth = "1247.1.1" + } + 1308.1.1 = { + death = "1308.1.1" + } +} + +71463 = { + name = "Leonor" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 457620 + mother = 30200 + 1226.1.1 = { + birth = "1226.1.1" + } + 1230.1.1 = { + death = "1230.1.1" + } +} + +71464 = { + name = "Berenguela" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 457620 + mother = 30200 + 1228.1.1 = { + birth = "1228.1.1" + } + 1279.1.1 = { + death = "1279.1.1" + } +} + +71465 = { + name = "Enrique" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457620 + mother = 30200 + 1230.3.10 = { + birth = "1230.3.10" + } + 1302.1.1 = { + add_spouse = 457680 + } + 1303.8.8 = { + death = "1303.8.8" + } +} + +71466 = { + name = "Enrique" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71465 + trait = bastard + 1246.1.1 = { + birth = "1246.1.1" + } + 1308.1.1 = { + death = "1308.1.1" + } +} + +71467 = { + name = "Enrique" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71466 + 1280.1.1 = { + birth = "1280.1.1" + } + 1324.1.1 = { + add_spouse = 73093 + } + 1358.1.1 = { + death = "1358.1.1" + } +} + +71468 = { + name = "InEEs" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 71465 + trait = bastard + 1292.1.1 = { + birth = "1292.1.1" + } + 1354.1.1 = { + death = "1354.1.1" + } +} + +71469 = { + name = "Juan" + dynasty = 8749 + religion = "catholic" + culture = "castilian" + 1280.1.1 = { + birth = "1280.1.1" + } + 1310.1.1 = { + add_spouse = 71468 + } + 1339.1.1 = { + death = "1339.1.1" + } +} + +71470 = { + name = "Felipe" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457620 + mother = 30200 + 1231.12.5 = { + birth = "1231.12.5" + } + 1258.3.31 = { + add_spouse = 132000 #Christina of Norway + } + 1264.1.1 = { + add_spouse = 73022 + } + 1269.9.22 = { + add_spouse = 72213 + } + 1274.11.28 = { + death = "1274.11.28" + } +} + +71471 = { + name = "Felipe" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71470 + mother = 72213 + 1271.1.1 = { + birth = "1271.1.1" + } + 1274.1.1 = { + death = "1274.1.1" + } +} + +71472 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71470 + trait = bastard + 1261.1.1 = { + birth = "1261.1.1" + } + 1284.1.1 = { + death = "1284.1.1" + } +} + +71473 = { + name = "Alfonso" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71470 + trait = bastard + 1263.1.1 = { + birth = "1263.1.1" + } + 1283.1.1 = { + death = "1283.1.1" + } +} + +71474 = { + name = "Beatriz" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 71470 + trait = bastard + 1273.1.1 = { + birth = "1273.1.1" + } + 1331.1.1 = { + death = "1331.1.1" + } +} + +71475 = { + name = "Sancho" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 457620 + mother = 30200 + 1233.1.1 = { + birth = "1233.1.1" + } + 1261.10.27 = { + death = "1261.10.27" + } +} + +71476 = { + name = "Constanza" + female = yes + dynasty = 7024 + religion = "catholic" + culture = "castilian" + father = 457621 + mother = 460612 + 1261.1.1 = { + birth = "1261.1.1" + } + 1268.1.1 = { + death = "1268.1.1" + } +} + +71477 = { + name = "Alfonso" + dynasty = 7024 + religion = "catholic" + culture = "castilian" + father = 457621 + mother = 460612 + 1261.1.1 = { + birth = "1261.1.1" + } + 1275.1.1 = { + death = "1275.1.1" + } +} + +71478 = { + name = "Fernando" + dynasty = 7024 + religion = "catholic" + culture = "castilian" + father = 457621 + trait = bastard + 1270.1.1 = { + birth = "1270.1.1" + } + 1327.1.1 = { + death = "1327.1.1" + } +} + +71479 = { + name = "Enrique" + dynasty = 7024 + religion = "catholic" + culture = "castilian" + father = 457621 + trait = bastard + 1272.1.1 = { + birth = "1272.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +71480 = { + name = "Blanca" + dynasty = 7024 + female = yes + religion = "catholic" + culture = "castilian" + father = 457621 + trait = bastard + 1274.1.1 = { + birth = "1274.1.1" + } + 1345.1.1 = { + death = "1345.1.1" + } +} + +71481 = { + name = "Beatriz" + female = yes + dynasty = 7024 + religion = "catholic" + culture = "castilian" + father = 457633 + mother = 457634 + 1327.1.1 = { + birth = "1327.1.1" + } + 1398.1.1 = { + death = "1398.1.1" + } +} + +71482 = { + name = "InEEs" + female = yes + dynasty = 7024 + religion = "catholic" + culture = "castilian" + father = 457633 + mother = 457634 + 1329.1.1 = { + birth = "1329.1.1" + } + 1395.1.1 = { + death = "1395.1.1" + } +} + +71483 = { + name = "Fernando" + dynasty = 7024 + religion = "catholic" + culture = "castilian" + trait = education_learning_4 + father = 457633 + mother = 457634 + 1331.1.1 = { + birth = "1331.1.1" + } + 1407.1.1 = { + death = "1407.1.1" + } +} + +71485 = { + name = "Beatriz" + female = yes + dynasty = 7024 + religion = "catholic" + culture = "castilian" + father = 457630 + mother = 460564 + 1325.1.1 = { + birth = "1325.1.1" + } + 1332.1.1 = { + death = "1332.1.1" + } +} + +71486 = { + name = "Luis" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457620 + #mother = Jeanne Dammartin + 1243.1.1 = { + birth = "1243.1.1" + } + 1264.1.1 = { + add_spouse = 72585 + } + 1279.4.20 = { + death = "1279.4.20" + } +} + +71487 = { + name = "Berenguela" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 71486 + mother = 72585 + 1265.1.1 = { + birth = "1265.1.1" + } + 1279.1.1 = { + death = "1279.1.1" + } +} + +71488 = { + name = "Luis" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71486 + mother = 72585 + 1267.1.1 = { + birth = "1267.1.1" + } + 1302.1.1 = { + death = "1302.1.1" + } +} + +71489 = { + name = "SimO_n" + dynasty = 681 + + father = 457620 + #mother = Jeanne Dammartin + + religion = catholic + culture = castilian + + 1244.1.1 = { + birth = yes + } + 1246.1.1 = { + death = yes + } +} + +71490 = { + name = "Berenguela" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 457540 + mother = 460611 + 1253.11.25 = { + birth = "1253.11.25" + } + 1300.1.1 = { + death = "1300.1.1" + } +} + +71492 = { + name = "Enrique" + dynasty = 77 + + father = 457542 + mother = 200096 + + religion = catholic + culture = castilian + + trait = education_learning_3 + + 1290.1.1 = { + birth = yes + } + 1328.1.1 = { + death = yes + } +} + +71493 = { + name = "Alfonso" + dynasty = 77 + religion = "catholic" + culture = "castilian" + father = 457550 + mother = 458009 + 1315.1.1 = { + birth = "1315.1.1" + } + 1327.1.1 = { + death = "1327.1.1" + } +} + +71494 = { + name = "MarI_a" + female = yes + dynasty = 77 + religion = "catholic" + culture = "castilian" + father = 457550 + mother = 458009 + 1317.1.1 = { + birth = "1317.1.1" + } + 1322.1.1 = { + death = "1322.1.1" + } +} + +71495 = { + name = "Blanca" + female = yes + dynasty = 77 + religion = "catholic" + culture = "castilian" + father = 457550 + mother = 458009 + 1319.1.1 = { + birth = "1319.1.1" + } + 1329.1.1 = { + death = "1329.1.1" + } +} + +71496 = { + name = "MarI_a" + female = yes + dynasty = 77 + religion = "catholic" + culture = "castilian" + father = 457550 + mother = 458009 + 1323.1.1 = { + birth = "1323.1.1" + } + 1331.1.1 = { + death = "1331.1.1" + } +} + +71497 = { + name = "Margarita" + female = yes + dynasty = 77 + + father = 457542 + mother = 200096 + + religion = catholic + culture = castilian + + 1293.1.1 = { + birth = "1293.1.1" + } + 1328.5.4 = { + death = "1328.5.4" + } +} + +71498 = { + name = "Beatriz" + dynasty = 77 + female = yes + religion = "catholic" + culture = "castilian" + father = 457550 + mother = 459515 + 1311.1.1 = { + birth = "1311.1.1" + } + 1325.1.1 = { + death = "1325.1.1" + } +} + +71499 = { + name = "Alfonso" + dynasty = 77 + religion = "catholic" + culture = "castilian" + father = 457555 + mother = 459515 + 1313.1.1 = { + birth = "1313.1.1" + } + 1342.1.1 = { + death = "1342.1.1" + } +} + +71500 = { + name = "MarI_a" + female = yes + dynasty = 77 + religion = "catholic" + culture = "castilian" + father = 457555 + trait = bastard + 1324.1.1 = { + birth = "1324.1.1" + } + 1398.1.1 = { + death = "1398.1.1" + } +} + +71501 = { + name = "Alfonso" + dynasty = 77 + religion = "catholic" + culture = "castilian" + father = 457555 + trait = bastard + 1326.1.1 = { + birth = "1326.1.1" + } + 1393.1.1 = { + death = "1393.1.1" + } +} + +71502 = { + name = "MarI_a" + female = yes + dynasty = 77 + + father = 457542 + mother = 200096 + + religion = catholic + culture = castilian + + 1305.1.1 = { + birth = yes + } + 1354.5.19 = { + death = yes + } +} + +71503 = { + name = "InEEs" + female = yes + dynasty = 77 + + religion = catholic + culture = castilian + + father = 457542 + mother = 200096 + + 1307.1.1 = { + birth = yes + } + 1362.10.24 = { + death = yes + } +} + +71504 = { + name = "Fernando" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72644 + mother = 72766 + 1303.1.1 = { + birth = "1303.1.1" + } + 1325.1.1 = { + add_spouse = 71503 + } + 1349.1.1 = { + death = "1349.1.1" + } +} + +71505 = { + name = "Isabel" + female = yes + dynasty = 77 + + father = 457542 + mother = 200096 + + religion = catholic + culture = castilian + + 1309.1.1 = { + birth = yes + } + 1358.1.1 = { + death = yes + } +} + +71510 = { + name = "Juan" + dynasty = 779 + religion = "catholic" + culture = "castilian" + father = 457590 + mother = 459504 + 1334.1.1 = { + birth = "1334.1.1" + } + 1412.1.1 = { + death = "1412.1.1" + } +} + +71511 = { + name = "Alfonso" + dynasty = 779 + religion = "catholic" + culture = "castilian" + father = 457590 + mother = 459504 + 1336.1.1 = { + birth = "1336.1.1" + } + 1413.1.1 = { + death = "1413.1.1" + } +} + +71512 = { + name = "Isabel" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 457540 + mother = 460611 + 1263.1.1 = { + birth = "1263.1.1" + } + 1264.12.1 = { + death = "1264.12.1" + } +} + +71513 = { + name = "Violante" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 457540 + mother = 460611 + 1265.1.1 = { + birth = "1265.1.1" + } + 1308.1.30 = { + death = "1308.1.30" + } +} + +71514 = { + name = "Jaime" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457540 + mother = 460611 + 1266.1.1 = { + birth = "1266.1.1" + } + 1284.8.9 = { + death = "1284.8.9" + } +} + +71515 = { + name = "Leonor" + female = yes + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457540 + mother = 460611 + 1274.1.1 = { + birth = "1274.1.1" + } + 1275.1.1 = { + death = "1275.1.1" + } +} + +71516 = { + name = "Berenguela" + female = yes + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457540 + mother = 71451 + trait = bastard + 1242.1.1 = { + birth = "1242.1.1" + } + 1269.1.1 = { + death = "1269.1.1" + } +} + +71517 = { + name = "Alfonso" + dynasty = 681 + + father = 457540 + trait = bastard + + religion = catholic + culture = castilian + + 1243.1.1 = { + birth = yes + } + 1260.1.1 = { + add_matrilineal_spouse = 71429 + } + 1281.1.1 = { + death = yes + } +} + +71518 = { + name = "Isabel" + dynasty = 782 + female = yes + religion = "catholic" + culture = "castilian" + father = 71517 + mother = 71429 + 1262.1.1 = { + birth = "1262.1.1" + } + 1292.12.5 = { + death = "1292.12.5" + } +} + +71519 = { + name = "Mafalda" + dynasty = 782 + female = yes + religion = "catholic" + culture = "castilian" + father = 71517 + mother = 71429 + 1264.1.1 = { + birth = "1264.1.1" + } + 1267.1.1 = { + death = "1267.1.1" + } +} + +71520 = { + name = "Urraca" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 457540 + trait = bastard + 1250.1.1 = { + birth = "1250.1.1" + } + 1318.1.1 = { + death = "1318.1.1" + } +} + +71521 = { + name = "MartI_n" + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = education_learning_3 + father = 457540 + 1258.1.1 = { + birth = "1258.1.1" + } + 1312.1.1 = { + death = "1312.1.1" + } +} + +71522 = { + name = "Alfonso" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457530 + mother = 457666 + 1286.1.1 = { + birth = "1286.1.1" + } + 1291.8.1 = { + death = "1291.8.1" + } +} + +71523 = { + name = "Enrique" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457530 + mother = 457666 + 1288.1.1 = { + birth = "1288.1.1" + } + 1299.1.1 = { + death = "1299.1.1" + } +} + +71524 = { + name = "Felipe" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457530 + mother = 457666 + 1292.5.28 = { + birth = "1292.5.28" + } + 1315.11.1 = { + add_spouse = 71497 + } + 1327.4.30 = { + death = "1327.4.30" + } +} + +71525 = { + name = "Alfonso" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457530 + trait = bastard + 1285.1.1 = { + birth = "1285.1.1" + } + 1311.1.1 = { + add_spouse = 72023 + } + 1334.1.1 = { + death = "1334.1.1" + } +} + +71526 = { + name = "MarI_a" + dynasty = 681 + female = yes + religion = "catholic" + culture = "castilian" + father = 457520 + mother = 459511 + 1309.1.1 = { + birth = "1309.1.1" + } + 1335.1.1 = { + death = "1335.1.1" + } +} + +71527 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457500 + mother = 459502 + 1332.1.1 = { + birth = "1332.1.1" + } + 1333.9.22 = { + death = "1333.9.22" + } +} + +71528 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457500 + mother = 73146 + trait = bastard + 1336.1.1 = { + birth = "1336.1.1" + } + 1342.1.1 = { + death = "1342.1.1" + } +} + +71529 = { + name = "Tello" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457500 + mother = 73146 + trait = bastard + 1337.1.1 = { + birth = "1337.1.1" + } + 1370.10.15 = { + death = "1370.10.15" + } +} + +71530 = { + name = "Fernando" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 71455 + trait = bastard + 1260.1.1 = { + birth = "1260.1.1" + } + 1325.1.1 = { + death = "1325.1.1" + } +} + +71532 = { + name = "Pedro" + dynasty = 442 + religion = "catholic" + culture = "castilian" + father = 70231 + mother = 127036 + 1090.1.1 = { + birth = "1090.1.1" + } + 1104.1.1 = { + death = "1104.1.1" + } +} + +71541 = { + name = "Diego" + dynasty = 407 + religion = "catholic" + culture = "castilian" + father = 107590 + mother = 108519 + 1076.1.1 = { + birth = "1076.1.1" + } + 1097.1.1 = { + death = "1097.1.1" + } +} + +71542 = { + name = "Elvira" + dynasty = 407 + female = yes + religion = "catholic" + culture = "castilian" + father = 107590 + mother = 108519 + 1080.1.1 = { + birth = "1080.1.1" + } + 1112.1.1 = { + death = "1112.1.1" + } +} + +71546 = { + name = "GO_mez" + dynasty = 8603 + religion = "catholic" + culture = "castilian" + father = 72836 + mother = 72837 + 1075.1.1 = { + birth = "1075.1.1" + } + 1100.1.1 = { + add_spouse = 71363 + } + 1118.1.1 = { + death = "1118.1.1" + } +} + +71547 = { + name = "GarcI_a" + dynasty = 8603 + religion = "catholic" + culture = "castilian" + father = 71546 + mother = 71363 + 1101.1.1 = { + birth = "1101.1.1" + } + 1156.1.1 = { + death = "1156.1.1" + } +} + +71548 = { + name = "Pelayo" + dynasty = 8603 + religion = "catholic" + culture = "castilian" + father = 71546 + mother = 71363 + 1103.1.1 = { + birth = "1103.1.1" + } + 1158.1.1 = { + death = "1158.1.1" + } +} + +71549 = { + name = "Diego" + dynasty = 8603 + religion = "catholic" + culture = "castilian" + father = 71546 + mother = 71363 + 1105.1.1 = { + birth = "1105.1.1" + } + 1157.1.1 = { + death = "1157.1.1" + } +} + +71550 = { + name = "Urraca" + dynasty = 8603 + female = yes + religion = "catholic" + culture = "castilian" + father = 71546 + mother = 71363 + 1107.1.1 = { + birth = "1107.1.1" + } + 1168.1.1 = { + death = "1168.1.1" + } +} + +85022 = { + name = "Diego" + martial = 8 + diplomacy = 8 + intrigue = 7 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = just + trait = humble + trait = wrathful + trait = education_learning_4 + 1042.1.2 = { + birth = "1042.1.2" + } + 1092.1.2 = { + death = "1092.1.2" + } +} + +85026 = { + name = "Fruela" + dynasty = 20059 + martial = 7 + diplomacy = 5 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = education_martial_2 + trait = diligent + 1045.1.2 = { + birth = "1045.1.2" + } + 1065.1.1 = { + add_spouse = 85028 + } + 1066.1.1 = { + employer = 109500 + } + 1095.1.2 = { + death = "1095.1.2" + } +} + +85027 = { + name = "Pedro" + dynasty = 20059 + martial = 5 + diplomacy = 7 + intrigue = 7 + stewardship = 5 + religion = "catholic" + culture = "castilian" + father = 85026 + mother = 85028 + 1066.1.2 = { + birth = "1066.1.2" + } + 1116.1.2 = { + death = "1116.1.2" + } +} + +9051 = { + name = "Vellido" + dynasty = 20061 + martial = 4 + diplomacy = 4 + intrigue = 9 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = deceitful + trait = education_intrigue_4 + 1045.1.2 = { + birth = "1045.1.2" + } + 1095.1.2 = { + death = "1095.1.2" + } +} + +71980 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1284.1.1 = { + birth = "1284.1.1" + } + 1347.1.1 = { + death = "1347.1.1" + } +} + +71983 = { + name = "Leonor" + female = yes + religion = "catholic" + culture = "castilian" + 1318.1.1 = { + birth = "1318.1.1" + } + 1370.1.1 = { + death = "1370.1.1" + } +} + +71999 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1160.1.1 = { + birth = "1160.1.1" + } + 1221.1.1 = { + death = "1221.1.1" + } +} + +72007 = { + name = "Berenguela" + female = yes + religion = "catholic" + culture = "castilian" + 1230.1.1 = { + birth = "1230.1.1" + } + 1304.1.1 = { + death = "1304.1.1" + } +} + +72013 = { + name = "Sancha" + female = yes + religion = "catholic" + culture = "castilian" + 1275.1.1 = { + birth = "1275.1.1" + } + 1337.1.1 = { + death = "1337.1.1" + } +} + +72073 = { + name = "Eslonza" + female = yes + religion = "catholic" + culture = "castilian" + 1067.1.1 = { + birth = "1067.1.1" + } + 1112.1.1 = { + death = "1112.1.1" + } +} + +72167 = { + name = "Sancha" + female = yes + religion = "catholic" + culture = "castilian" + 1111.1.1 = { + birth = "1111.1.1" + } + 1142.1.1 = { + death = "1142.1.1" + } +} + +72169 = { + name = "Fernando" + dynasty = 101701 + religion = "catholic" + culture = "castilian" + father = 72161 + mother = 72168 + 1143.1.1 = { + birth = "1143.1.1" + } + 1159.1.1 = { + add_spouse = 71988 + } + 1164.1.1 = { + remove_spouse = 71988 + } + 1180.1.1 = { + add_spouse = 71956 + } + 1200.1.1 = { + death = "1200.1.1" + } +} + +72170 = { + name = "Sancha" + dynasty = 101701 + female = yes + father = 72161 + mother = 72168 + religion = "catholic" + culture = "castilian" + 1145.1.1 = { + birth = "1145.1.1" + } + 1202.1.1 = { + death = "1202.1.1" + } +} + +72172 = { + name = "Fernando" + dynasty = 101701 + religion = "catholic" + culture = "castilian" + father = 72169 + mother = 71956 + 1181.1.1 = { + birth = "1181.1.1" + } + 1205.1.1 = { + add_spouse = 72173 + } + 1210.1.1 = { + add_spouse = 72174 + } + 1222.1.1 = { + death = "1222.1.1" + } +} + +72173 = { + name = "InEEs" + female = yes + religion = "catholic" + culture = "castilian" + 1188.1.1 = { + birth = "1188.1.1" + } + 1209.1.1 = { + death = "1209.1.1" + } +} + +72174 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1190.1.1 = { + birth = "1190.1.1" + } + 1234.1.1 = { + death = "1234.1.1" + } +} + +72175 = { + name = "Rodrigo" + dynasty = 101701 + religion = "catholic" + culture = "castilian" + father = 72172 + mother = 72174 + 1211.1.1 = { + birth = "1211.1.1" + } + 1228.1.1 = { + add_spouse = 72176 + } + 1232.1.1 = { + add_spouse = 72177 + } + 1246.1.21 = { + death = "1246.1.21" + } +} + +72176 = { + name = "Sancha" + female = yes + religion = "catholic" + culture = "castilian" + 1212.1.1 = { + birth = "1212.1.1" + } + 1232.1.1 = { + death = "1232.1.1" + } +} + +72177 = { + name = "Teresa" + dynasty = 12165 + female = yes + religion = "catholic" + culture = "castilian" + father = 72906 + mother = 72914 + 1199.1.1 = { + birth = "1199.1.1" + } + 1240.1.1 = { + death = "1240.1.1" + } +} + +72178 = { + name = "Ramiro" + dynasty = 101701 + religion = "catholic" + culture = "castilian" + father = 72175 + mother = 72176 + 1230.1.1 = { + birth = "1230.1.1" + } + 1270.1.1 = { + death = "1270.1.1" + } +} + +72179 = { + name = "Rodrigo" + dynasty = 101701 + religion = "catholic" + culture = "castilian" + father = 72175 + mother = 72176 + 1231.1.1 = { + birth = "1231.1.1" + } + 1269.1.1 = { + death = "1269.1.1" + } +} + +72180 = { + name = "Fernando" + dynasty = 101701 + religion = "catholic" + culture = "castilian" + father = 72175 + mother = 72176 + 1232.1.1 = { + birth = "1232.1.1" + } + 1260.1.1 = { + add_spouse = 72181 + } + 1278.1.1 = { + death = "1278.1.1" + } +} + +72181 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1243.1.1 = { + birth = "1243.1.1" + } + 1300.1.1 = { + death = "1300.1.1" + } +} + +72182 = { + name = "InEEs" + dynasty = 101701 + female = yes + religion = "catholic" + culture = "castilian" + father = 72175 + mother = 72177 + 1233.1.1 = { + birth = "1233.1.1" + } + 1280.1.1 = { + death = "1280.1.1" + } +} + +72202 = { + name = "Leonor" + female = yes + religion = "catholic" + culture = "castilian" + 1300.1.1 = { + birth = "1300.1.1" + } + 1359.1.1 = { + death = "1359.1.1" + } +} + +72211 = { + name = "Rodrigo" # Rodrigo Giráldez de Castro + dynasty = 279 + + father = 72186 + mother = 72390 + + religion = catholic + culture = castilian + + 1222.1.1 = { + birth = yes + } + 1240.1.1 = { + add_spouse = 72212 + } + 1259.1.1 = { + death = yes + } +} + +72212 = { + name = "Leonor" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 207547 + mother = 71965 + 1222.1.1 = { + birth = "1222.1.1" + } + 1275.4.27 = { + death = "1275.4.27" + } +} + +72213 = { + name = "Leonor" # Leonor Rodríguez de Castro + female = yes + dynasty = 279 + + father = 72211 + mother = 72212 + + religion = catholic + culture = castilian + + 1241.1.1 = { + birth = yes + } + 1275.4.27 = { + death = yes + } +} + +72214 = { + name = "Fernando" # Fernando Rodríguez de Castro + dynasty = 279 + + father = 72211 + mother = 72212 + + religion = catholic + culture = castilian + + 1243.1.1 = { + birth = yes + } + 1269.9.22 = { + add_spouse = 72030 + } + 1280.1.1 = { + death = yes + } +} + +72215 = { + name = "Pedro" # Pedro Fernández de Castro + dynasty = 279 + + father = 72214 + mother = 72030 + + religion = catholic + culture = castilian + + 1271.1.1 = { + birth = yes + } + 1287.1.1 = { + death = yes + } +} + +72216 = { + name = "Juana" # Juana Rodríguez de Castro + female = yes + dynasty = 279 + + father = 72211 + mother = 72212 + + religion = catholic + culture = castilian + + 1245.1.1 = { + birth = yes + } + 1265.1.1 = { + death = yes + } +} + +72364 = { + name = "Sancha" + female = yes + religion = "catholic" + culture = "castilian" + 1060.1.1 = { + birth = "1060.1.1" + } + 1116.1.1 = { + death = "1116.1.1" + } +} + +72377 = { + name = "Rodrigo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72966 + mother = 72981 + 1134.1.1 = { + birth = "1134.1.1" + } + 1162.1.1 = { + add_spouse = 73106 + } + 1190.6.1 = { + add_spouse = 72372 + } + 1193.7.1 = { + death = "1193.7.1" + } +} + +72388 = { + name = "Jimena" + female = yes + dynasty = 776 + + father = 72567 + mother = 72425 + + religion = catholic + culture = castilian + + 1182.10.12 = { + birth = yes + } + 1225.1.1 = { + death = yes + } +} + +72389 = { + name = "A_lvar" # Álvar Pérez de Castro + dynasty = 279 + + father = 71399 + mother = 72388 + + religion = catholic + culture = castilian + + 1200.1.1 = { + birth = yes + } + 1216.1.1 = { + add_spouse = 72139 + } + 1240.1.1 = { + add_spouse = 71972 + } + 1240.2.1 = { + death = yes + } +} + +72390 = { + name = "Eylo" # Eilo Pérez de Castro + female = yes + dynasty = 279 + + father = 71399 + mother = 72388 + + religion = catholic + culture = castilian + + 1201.1.1 = { + birth = yes + } + 1243.2.10 = { + death = yes + } +} + +72391 = { + name = "Eulalia" # Eulalia Pérez de Castro + female = yes + dynasty = 279 + + father = 71399 + mother = 72388 + + religion = catholic + culture = castilian + + 1202.1.1 = { + birth = yes + } + 1236.1.10 = { + death = yes + } +} + +72392 = { + name = "EstefanI_a" # Estefanía Pérez de Castro + female = yes + dynasty = 279 + + father = 71399 + mother = 72388 + + religion = catholic + culture = castilian + + 1203.1.1 = { + birth = yes + } + 1221.11.1 = { + death = yes + } +} + +72416 = { + name = "Juan" + dynasty = 12143 + religion = "catholic" + culture = "castilian" + father = 72475 + mother = 72477 + 1218.1.1 = { + birth = "1218.1.1" + } + 1236.1.1 = { + add_spouse = 457672 + } + 1262.1.1 = { + death = "1262.1.1" + } +} + +72417 = { + name = "Guiomar" + female = yes + religion = "catholic" + culture = "castilian" + 1120.1.1 = { + birth = "1120.1.1" + } + 1179.1.1 = { + death = "1179.1.1" + } +} + +72418 = { + name = "Rodrigo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207652 + mother = 207651 + 1160.1.1 = { + birth = "1160.1.1" + } + 1219.1.1 = { + death = "1219.1.1" + } +} + +72419 = { + name = "Sancha" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 207652 + mother = 207651 + 1162.1.1 = { + birth = "1162.1.1" + } + 1212.1.1 = { + death = "1212.1.1" + } +} + +72420 = { + name = "Teresa" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 107570 + mother = 107571 + 1078.1.1 = { + birth = "1078.1.1" + } + 1120.1.1 = { + death = "1120.1.1" + } +} + +72421 = { + name = "Munia" + female = yes + dynasty = 776 + + father = 107570 + mother = 107571 + + religion = catholic + culture = castilian + + 1084.1.1 = { + birth = yes + } + 1133.1.1 = { + death = yes + } +} + +72422 = { + name = "Visclavara" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 107570 + mother = 107571 + 1086.1.1 = { + birth = "1086.1.1" + } + 1131.1.1 = { + death = "1131.1.1" + } +} + +72423 = { + name = "MarI_a" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 107570 + mother = 107571 + 1088.1.1 = { + birth = "1088.1.1" + } + 1135.1.1 = { + death = "1135.1.1" + } +} + +72424 = { + name = "Mafalda" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207541 + mother = 207550 + 1159.1.1 = { + birth = "1159.1.1" + } + 1198.1.1 = { + death = "1198.1.1" + } +} + +72425 = { + name = "Mayor" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207541 + mother = 207550 + 1154.1.1 = { + birth = "1154.1.1" + } + 1182.10.12 = { + death = "1182.10.12" + } +} + +72426 = { + name = "Sancha" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207541 + mother = 207550 + 1160.1.1 = { + birth = "1160.1.1" + } + 1164.8.14 = { + death = "1164.8.14" + } +} + +72427 = { + name = "Ermengarda" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207541 + mother = 207550 + 1164.1.1 = { + birth = "1164.1.1" + } + 1209.1.1 = { + death = "1209.1.1" + } +} + +72428 = { + name = "Mafalda" + female = yes + religion = "catholic" + culture = "castilian" + 1177.1.1 = { + birth = "1177.1.1" + } + 1221.1.1 = { + death = "1221.1.1" + } +} + +72429 = { + name = "GarcI_a" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207540 + mother = 206511 + 1171.1.1 = { + birth = "1171.1.1" + } + 1183.3.3 = { + death = "1183.3.3" + } +} + +72448 = { + name = "Pedro" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 457540 + mother = 460611 + 1260.7.25 = { + birth = "1260.7.25" + } + 1282.1.1 = { + add_spouse = 72447 + } + 1283.10.20 = { + death = "1283.10.20" + } +} + +72449 = { + name = "Sancho" + dynasty = 681 + religion = "catholic" + culture = "castilian" + father = 72448 + mother = 72447 + 1283.1.1 = { + birth = "1283.1.1" + } + 1312.1.1 = { + death = "1312.1.1" + } +} + +72450 = { + name = "Constanza" + female = yes + dynasty = 681 + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 457540 + mother = 460611 + 1259.10.1 = { + birth = "1259.10.1" + } + 1280.7.23 = { + death = "1280.7.23" + } +} + +72469 = { + name = "Rodrigo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207540 + mother = 72428 + 1198.1.1 = { + birth = "1198.1.1" + } + 1223.1.1 = { + add_spouse = 72470 + } + 1243.1.1 = { + death = "1243.1.1" + } +} + +72471 = { + name = "Pedro" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72469 + mother = 72470 + 1224.1.1 = { + birth = "1224.1.1" + } + 1247.1.1 = { + add_spouse = 72484 + } + 1284.1.1 = { + death = "1284.1.1" + } +} + +72472 = { + name = "Rodrigo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72469 + mother = 72470 + 1226.1.1 = { + birth = "1226.1.1" + } + 1288.1.1 = { + death = "1288.1.1" + } +} + +72473 = { + name = "MI_lia" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72469 + mother = 72470 + 1228.1.1 = { + birth = "1228.1.1" + } + 1259.1.1 = { + death = "1259.1.1" + } +} + +72474 = { + name = "NuN_o" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207540 + mother = 72428 + 1200.1.1 = { + birth = "1200.1.1" + } + 1228.1.1 = { + death = "1228.1.1" + } +} + +72475 = { + name = "GarcI_a" + dynasty = 12143 + religion = "catholic" + culture = "castilian" + 1180.1.1 = { + birth = "1180.1.1" + } + 1203.2.10 = { + add_spouse = 72476 + } + 1216.11.1 = { + add_spouse = 72477 + } + 1241.10.20 = { + death = "1241.10.20" + } +} + +72476 = { + name = "Teresa" + female = yes + religion = "catholic" + culture = "castilian" + 1185.1.1 = { + birth = "1185.1.1" + } + 1216.1.1 = { + death = "1216.1.1" + } +} + +72477 = { + name = "Mayor" + female = yes + religion = "catholic" + culture = "castilian" + 1200.1.1 = { + birth = "1200.1.1" + } + 1255.8.1 = { + death = "1255.8.1" + } +} + +72478 = { + name = "Alfonso" + dynasty = 12143 + religion = "catholic" + culture = "castilian" + father = 72475 + mother = 72477 + 1222.1.1 = { + birth = "1222.1.1" + } + 1251.1.1 = { + add_spouse = 71436 + } + 1263.1.1 = { + death = "1263.1.1" + } +} + +72479 = { + name = "Juan" + dynasty = 12143 + religion = "catholic" + culture = "castilian" + father = 72478 + mother = 71436 + 1253.1.1 = { + birth = "1253.1.1" + } + 1308.1.1 = { + death = "1308.1.1" + } +} + +72480 = { + name = "Mayor" + female = yes + dynasty = 12143 + religion = "catholic" + culture = "castilian" + father = 72478 + mother = 71436 + 1255.1.1 = { + birth = "1255.1.1" + } + 1315.1.1 = { + death = "1315.1.1" + } +} + +72481 = { + name = "Pedro" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72624 + 1250.1.1 = { + birth = "1250.1.1" + } + 1275.1.1 = { + add_spouse = 72480 + } + 1300.1.1 = { + death = "1300.1.1" + } +} + + +72482 = { + name = "Diego" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72481 + mother = 72480 + 1276.1.1 = { + birth = "1276.1.1" + } + 1328.1.1 = { + death = "1328.1.1" + } +} + +72483 = { + name = "Marina" + female = yes + dynasty = 781 + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 72481 + mother = 72480 + 1278.1.1 = { + birth = "1278.1.1" + } + 1340.1.1 = { + death = "1340.1.1" + } +} + +72484 = { + name = "Marina" + female = yes + dynasty = 12143 + religion = "catholic" + culture = "castilian" + father = 72475 + mother = 72477 + 1230.1.1 = { + birth = "1230.1.1" + } + 1284.1.1 = { + death = "1284.1.1" + } +} + +72485 = { + name = "Fernando" + dynasty = 12143 + + father = 72475 + mother = 72476 + + religion = catholic + culture = castilian + + 1207.1.1 = { + birth = yes + } + 1245.1.1 = { + add_matrilineal_spouse = 72473 + } + 1259.1.1 = { + death = yes + } +} + +72486 = { + name = "GarcI_a" + dynasty = 776 + + father = 72485 + mother = 72473 + + religion = catholic + culture = castilian + + 1246.1.1 = { + birth = yes + } + 1269.1.1 = { + add_spouse = 72487 + } + 1302.1.1 = { + death = yes + } +} + +72488 = { + name = "Pedro" + dynasty = 776 + + father = 72486 + mother = 72487 + + religion = catholic + culture = castilian + + 1270.1.1 = { + birth = yes + } + 1298.1.1 = { + add_spouse = 72489 + } + 1323.1.1 = { + death = yes + } +} + +72489 = { + name = "Teresa" + female = yes + religion = "catholic" + culture = "castilian" + 1280.1.1 = { + birth = "1280.1.1" + } + 1330.1.1 = { + death = "1330.1.1" + } +} + +72490 = { + name = "GarcI_a" + dynasty = 776 + + father = 72488 + mother = 72489 + + religion = catholic + culture = castilian + + 1300.1.1 = { + birth = yes + } + 1324.1.1 = { + add_spouse = 72492 + } + 1362.1.1 = { + death = yes + } +} + +72491 = { + name = "GO_mez" + dynasty = 776 + + father = 72488 + mother = 72489 + + religion = catholic + culture = castilian + + trait = education_learning_3 + + 1302.1.1 = { + birth = yes + } + 1375.1.1 = { + death = yes + } +} + +72492 = { + name = "Urraca" + female = yes + religion = "catholic" + culture = "castilian" + 1307.1.1 = { + birth = "1307.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +72493 = { + name = "Pedro" + dynasty = 776 + + father = 72490 + mother = 72492 + + religion = catholic + culture = castilian + + 1326.1.1 = { + birth = yes + } + 1381.1.1 = { + death = yes + } +} + +72494 = { + name = "Juan" + dynasty = 776 + + father = 72490 + mother = 72492 + + religion = catholic + culture = castilian + + trait = education_learning_3 + + 1328.1.1 = { + birth = yes + } + 1416.1.1 = { + death = yes + } +} + +72495 = { + name = "GO_mez" + dynasty = 776 + + father = 72490 + mother = 72492 + + religion = catholic + culture = castilian + + 1330.1.1 = { + birth = yes + } + 1388.1.1 = { + death = yes + } +} + +72496 = { + name = "Rodrigo" + dynasty = 776 + + father = 72490 + mother = 72492 + + religion = catholic + culture = castilian + + 1332.1.1 = { + birth = yes + } + 1382.1.1 = { + death = yes + } +} + +72497 = { + name = "GarcI_a" + dynasty = 776 + + father = 72490 + mother = 72492 + + religion = catholic + culture = castilian + + 1334.1.1 = { + birth = yes + } + 1385.1.1 = { + death = yes + } +} + +72498 = { + name = "Diego" + dynasty = 776 + + father = 72490 + mother = 72492 + + religion = catholic + culture = castilian + + 1336.1.1 = { + birth = yes + } + 1387.1.1 = { + death = yes + } +} + +72499 = { + name = "Juan" + dynasty = 776 + + father = 72486 + mother = 72487 + + religion = catholic + culture = castilian + + 1272.1.1 = { + birth = yes + } + 1299.1.1 = { + add_spouse = 72500 + } + 1355.1.1 = { + death = yes + } +} + +72500 = { + name = "Juana" + female = yes + religion = "catholic" + culture = "castilian" + 1280.1.1 = { + birth = "1280.1.1" + } + 1346.1.1 = { + death = "1346.1.1" + } +} + +72501 = { + name = "Juana" + female = yes + dynasty = 776 + + father = 72499 + mother = 72500 + + religion = catholic + culture = castilian + + 1300.1.1 = { + birth = yes + } + 1331.1.1 = { + death = yes + } +} + +72502 = { + name = "MI_lia" + female = yes + dynasty = 776 + + father = 72486 + mother = 72487 + + religion = catholic + culture = castilian + + 1274.1.1 = { + birth = yes + } + 1290.1.1 = { + death = yes + } +} + +72503 = { + name = "Pedro" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207544 + mother = 72891 + 1215.1.1 = { + birth = "1215.1.1" + } + 1260.1.1 = { + death = "1260.1.1" + } +} + +72504 = { + name = "GO_mez" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207544 + mother = 72891 + 1216.1.1 = { + birth = "1216.1.1" + } + 1268.1.1 = { + death = "1268.1.1" + } +} + +72505 = { + name = "Manrique" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207544 + mother = 72891 + 1218.1.1 = { + birth = "1218.1.1" + } + 1271.1.1 = { + death = "1271.1.1" + } +} + +72506 = { + name = "GuillE_n" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207544 + mother = 72891 + 1220.1.1 = { + birth = "1220.1.1" + } + 1250.1.1 = { + death = "1250.1.1" + } +} + +72507 = { + name = "Rodrigo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72504 + 1241.1.1 = { + birth = "1241.1.1" + } + 1263.1.1 = { + add_spouse = 72508 + } + 1293.1.1 = { + death = "1293.1.1" + } +} + +72509 = { + name = "Mayor" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72507 + mother = 72508 + 1265.1.1 = { + birth = "1265.1.1" + } + 1292.1.1 = { + death = "1292.1.1" + } +} + +72510 = { + name = "A_lvar" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207539 + mother = 71359 + 1112.1.1 = { + birth = "1112.1.1" + } + 1172.9.15 = { + death = "1172.9.15" + } +} + +72511 = { + name = "Mayor" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207539 + mother = 71359 + 1114.1.1 = { + birth = "1114.1.1" + } + 1147.1.1 = { + death = "1147.1.1" + } +} + +72512 = { + name = "Rodrigo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207539 + mother = 71359 + 1118.1.1 = { + birth = "1118.1.1" + } + 1147.1.1 = { + death = "1147.1.1" + } +} + +72513 = { + name = "MarI_a" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207539 + mother = 71359 + 1120.1.1 = { + birth = "1120.1.1" + } + 1180.1.1 = { + death = "1180.1.1" + } +} + +72514 = { + name = "MI_lia" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207539 + mother = 71359 + 1122.1.1 = { + birth = "1122.1.1" + } + 1186.12.6 = { + death = "1186.12.6" + } +} + +72515 = { + name = "Mayor" + female = yes + religion = "catholic" + culture = "castilian" + 1190.1.1 = { + birth = "1190.1.1" + } + 1232.6.15 = { + death = "1232.6.15" + } +} + +72516 = { + name = "Fernando" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207548 + mother = 72515 + 1210.1.1 = { + birth = "1210.1.1" + } + 1230.1.1 = { + death = "1230.1.1" + } +} + +72517 = { + name = "A_lvar" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207548 + mother = 72515 + 1211.1.1 = { + birth = "1211.1.1" + } + 1238.1.1 = { + add_spouse = 71451 + } + 1240.7.24 = { + death = "1240.7.24" + } +} + +72518 = { + name = "Teresa" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + trait = bastard + father = 72517 + 1239.1.1 = { + birth = "1239.1.1" + } + 1259.1.1 = { + death = "1259.1.1" + } +} + +72519 = { + name = "Sancha" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 207548 + mother = 72515 + 1213.1.1 = { + birth = "1213.1.1" + } + 1270.1.1 = { + death = "1270.1.1" + } +} + +72520 = { + name = "Benita" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 207548 + mother = 72515 + 1214.1.1 = { + birth = "1214.1.1" + } + 1242.1.1 = { + death = "1242.1.1" + } +} + +72521 = { + name = "Teresa" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 207548 + mother = 72515 + 1215.1.1 = { + birth = "1215.1.1" + } + 1278.1.1 = { + death = "1278.1.1" + } +} + +72522 = { + name = "Rodrigo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207546 + trait = bastard + 1200.1.1 = { + birth = "1200.1.1" + } + 1237.1.1 = { + add_spouse = 72523 + } + 1260.1.1 = { + death = "1260.1.1" + } +} + +72523 = { + name = "Sancha" + female = yes + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72917 + mother = 72924 + 1221.1.1 = { + birth = "1221.1.1" + } + 1266.1.1 = { + death = "1266.1.1" + } +} + +72524 = { + name = "Fernando" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72522 + mother = 72523 + 1238.1.1 = { + birth = "1238.1.1" + } + 1275.1.1 = { + death = "1275.1.1" + } +} + +72525 = { + name = "Diego" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72522 + mother = 72523 + 1240.1.1 = { + birth = "1240.1.1" + } + 1250.1.1 = { + death = "1250.1.1" + } +} + +72526 = { + name = "Sancho" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72522 + mother = 72523 + 1242.1.1 = { + birth = "1242.1.1" + } + 1283.1.1 = { + death = "1283.1.1" + } +} + +72527 = { + name = "Benito" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72526 + 1260.1.1 = { + birth = "1260.1.1" + } + 1284.1.1 = { + add_spouse = 72528 + } + 1308.1.1 = { + death = "1308.1.1" + } +} + +72528 = { + name = "Teresa" + dynasty = 12148 + female = yes + religion = "catholic" + culture = "castilian" + 1266.1.1 = { + birth = "1266.1.1" + } + 1325.1.1 = { + death = "1325.1.1" + } +} + +72529 = { + name = "Juan" + dynasty = 12148 + religion = "catholic" + culture = "castilian" + father = 72527 + mother = 72528 + 1286.1.1 = { + birth = "1286.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +72530 = { + name = "MarI_a" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72522 + mother = 72523 + 1243.1.1 = { + birth = "1243.1.1" + } + 1295.1.1 = { + death = "1295.1.1" + } +} + +72531 = { + name = "Sancha" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72522 + mother = 72523 + 1244.1.1 = { + birth = "1244.1.1" + } + 1300.1.1 = { + death = "1300.1.1" + } +} + +72532 = { + name = "Fernando" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207546 + trait = bastard + 1202.1.1 = { + birth = "1202.1.1" + } + 1271.1.1 = { + death = "1271.1.1" + } +} + +72533 = { + name = "NuN_o" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72532 + #mother = Teresa de Villalobos + 1230.1.1 = { + birth = "1230.1.1" + } + 1252.1.1 = { + add_spouse = 72004 + } + 1283.1.1 = { + death = "1283.1.1" + } +} + +72534 = { + name = "Juana" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 72533 + mother = 72004 + 1256.1.1 = { + birth = "1256.1.1" + } + 1313.1.1 = { + death = "1313.1.1" + } +} + +72535 = { + name = "Juan" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 72533 + mother = 72004 + 1258.1.1 = { + birth = "1258.1.1" + } + 1280.1.1 = { + death = "1280.1.1" + } +} + +72536 = { + name = "Teresa" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 72532 + #mother = Teresa de Villalobos + 1232.1.1 = { + birth = "1232.1.1" + } + 1290.1.1 = { + death = "1290.1.1" + } +} + +72537 = { + name = "NuN_o" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207546 + trait = bastard + 1204.1.1 = { + birth = "1204.1.1" + } + 1260.1.1 = { + death = "1260.1.1" + } +} + +72538 = { + name = "Gonzalo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207546 + trait = bastard + 1206.1.1 = { + birth = "1206.1.1" + } + 1228.7.1 = { + death = "1228.7.1" + } +} + +72539 = { + name = "Teresa" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + father = 207545 + mother = 208551 + 1149.1.1 = { + birth = "1149.1.1" + } + 1180.2.7 = { + death = "1180.2.7" + } +} + +72540 = { + name = "MarI_a" + dynasty = 776 + female = yes + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 207545 + mother = 208551 + 1153.1.1 = { + birth = "1153.1.1" + } + 1197.8.19 = { + death = "1197.8.19" + } +} + +72541 = { + name = "NuN_o" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207547 + mother = 71965 + 1216.1.1 = { + birth = "1216.1.1" + } + 1243.1.1 = { + add_spouse = 71433 + give_nickname = nick_the_good + } + 1275.5.1 = { + death = "1275.5.1" + } +} + +72542 = { + name = "Diego" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207547 + mother = 71965 + 1214.1.1 = { + birth = "1214.1.1" + } + 1239.1.1 = { + death = "1239.1.1" + } +} + +72543 = { + name = "Fernando" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207547 + mother = 71965 + 1218.1.1 = { + birth = "1218.1.1" + } + 1225.1.1 = { + death = "1225.1.1" + } +} + +72544 = { + name = "Juan" + dynasty = 776 + + father = 72541 + mother = 71433 + + religion = catholic + culture = castilian + + 1244.1.1 = { + birth = yes + } + 1260.1.1 = { + add_spouse = 71574 + } + 1284.1.1 = { + remove_spouse = 71574 + add_spouse = 72031 + } + 1275.5.1 = { + give_nickname = nick_the_fat + } + 1294.4.1 = { + death = yes + } +} + +72545 = { + name = "A_lvar" + dynasty = 776 + + father = 72544 + mother = 71574 + + religion = catholic + culture = castilian + + 1261.1.1 = { + birth = yes + } + 1287.1.1 = { + death = yes + } +} + +72546 = { + name = "Juan" + dynasty = 776 + + father = 72544 + mother = 72031 + + religion = catholic + culture = castilian + + 1282.1.1 = { + birth = yes + } + 1294.1.1 = { + give_nickname = nick_the_young + } + 1310.1.1 = { + add_spouse = 72038 + } + 1315.9.16 = { + death = yes + } +} + +72547 = { + name = "NuN_o" + dynasty = 776 + + father = 72544 + mother = 72031 + + religion = catholic + culture = castilian + + 1284.1.1 = { + birth = yes + } + 1296.1.1 = { + death = yes + } +} + +72549 = { + name = "Fernando" + dynasty = 405 + + father = 72548 + + religion = catholic + culture = castilian + + 877.1.1 = { + birth = yes + } + 914.1.20 = { + add_spouse = 200075 + } + 930.1.1 = { + death = yes + } +} + +72550 = { + name = "Ansur" # Ansur Fernández Ansúrez + dynasty = 405 + + father = 72549 + mother = 200075 + + religion = catholic + culture = castilian + + 915.1.1 = { + birth = yes + } + 945.4.3 = { + death = yes + } +} + +72552 = { + name = "Urraca" + female = yes + religion = "catholic" + culture = "castilian" + 1062.1.1 = { + birth = "1062.1.1" + } + 1112.1.1 = { + death = "1112.1.1" + } +} + +72553 = { + name = "Rodrigo" + dynasty = 776 + + father = 70261 + mother = 72552 + + religion = catholic + culture = castilian + + 1081.1.1 = { + birth = yes + } + 1138.1.1 = { + add_spouse = 71534 + } + 1146.1.1 = { + death = yes + } +} + +72554 = { + name = "Gonzalo" + dynasty = 776 + + father = 72553 + mother = 71534 + + religion = catholic + culture = castilian + + 1139.1.1 = { + birth = yes + } + 1166.1.1 = { + add_spouse = 72561 + } + 1180.1.1 = { + add_spouse = 72562 + } + 1205.1.1 = { + death = yes + } +} + +72555 = { + name = "A_lvar" + dynasty = 776 + + father = 72553 + mother = 71534 + + religion = catholic + culture = castilian + + 1140.1.1 = { + birth = yes + } + 1207.1.1 = { + death = yes + } +} + +72556 = { + name = "GO_mez" + dynasty = 776 + + father = 72553 + mother = 71534 + + religion = catholic + culture = castilian + + 1141.1.1 = { + birth = yes + } + 1206.1.1 = { + death = yes + } +} + +72557 = { + name = "EstefanI_a" + female = yes + dynasty = 776 + + father = 72553 + mother = 71534 + + religion = catholic + culture = castilian + + 1142.1.1 = { + birth = yes + } + 1210.1.1 = { + death = yes + } +} + +72558 = { + name = "Elvira" + female = yes + dynasty = 776 + + father = 72553 + mother = 71534 + + religion = catholic + culture = castilian + + 1143.1.1 = { + birth = yes + } + 1211.1.1 = { + death = yes + } +} + +72559 = { + name = "Sancho" + dynasty = 12140 + religion = "catholic" + culture = "castilian" + 1135.1.1 = { + birth = "1135.1.1" + } + 1160.1.1 = { + add_spouse = 72558 + } + 1199.1.1 = { + death = "1199.1.1" + } +} + +72560 = { + name = "Rodrigo" + dynasty = 12140 + religion = "catholic" + culture = "castilian" + father = 72559 + mother = 72558 + 1161.1.1 = { + birth = "1161.1.1" + } + 1230.1.1 = { + death = "1230.1.1" + } +} + +72561 = { + name = "EstefanI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1150.1.1 = { + birth = "1150.1.1" + } + 1178.1.1 = { + death = "1178.1.1" + } +} + +72563 = { + name = "Diego" + dynasty = 776 + + father = 70261 + mother = 72552 + + religion = catholic + culture = castilian + + 1083.1.1 = { + birth = yes + } + 1131.1.1 = { + death = yes + } +} + +72564 = { + name = "EstefanI_a" + female = yes + dynasty = 776 + + father = 70261 + mother = 72552 + + religion = catholic + culture = castilian + + 1085.1.1 = { + birth = yes + } + 1150.1.1 = { + death = yes + } +} + +72565 = { + name = "Sancha" + female = yes + dynasty = 776 + + father = 70261 + mother = 72552 + + religion = catholic + culture = castilian + + 1087.1.1 = { + birth = yes + } + 1148.1.1 = { + death = yes + } +} + +72566 = { + name = "Gonzalo" + + religion = catholic + culture = castilian + + 1080.1.1 = { + birth = yes + } + 1110.1.1 = { + add_matrilineal_spouse = 72564 + } + 1133.1.1 = { + death = "1133.1.1" + } +} + +72567 = { + name = "GO_mez" + dynasty = 776 + + father = 72566 + mother = 72564 + + religion = catholic + culture = castilian + + 1111.1.1 = { + birth = yes + } + 1140.1.1 = { + add_spouse = 72514 + } + 1170.1.1 = { + remove_spouse = 72514 + } + 1170.1.1 = { + add_spouse = 72425 + } + 1182.10.12 = { + death = "1182.10.12" + } +} + +72568 = { + name = "Manrique" + dynasty = 776 + + father = 72567 + mother = 72425 + + religion = catholic + culture = castilian + + 1175.1.1 = { + birth = yes + } + 1199.1.1 = { + add_spouse = 73109 + } + 1220.1.1 = { + death = yes + } +} + +72569 = { + name = "Gonzalo" + dynasty = 776 + + father = 72567 + mother = 72514 + + religion = catholic + culture = castilian + + 1142.1.1 = { + birth = yes + } + 1196.8.25 = { + death = yes + } +} + +72570 = { + name = "Juan" + dynasty = 776 + + father = 72567 + mother = 72425 + + religion = catholic + culture = castilian + + 1177.1.1 = { + birth = yes + } + 1222.1.1 = { + death = yes + } +} + +72571 = { + name = "Gil" + dynasty = 776 + + father = 72567 + mother = 72514 + + religion = catholic + culture = castilian + + 1146.1.1 = { + birth = yes + } + 1196.8.25 = { + death = yes + } +} + +72572 = { + name = "Diego" + dynasty = 776 + + father = 72567 + mother = 72425 + + religion = catholic + culture = castilian + + 1179.1.1 = { + birth = yes + } + 1221.1.1 = { + death = yes + } +} + +72573 = { + name = "InEEs" + female = yes + dynasty = 776 + + father = 72567 + mother = 72514 + + religion = catholic + culture = castilian + + 1148.1.1 = { + birth = yes + } + 1208.1.1 = { + death = yes + } +} + +72574 = { + name = "Elvira" + female = yes + dynasty = 776 + + father = 72567 + mother = 72425 + + religion = catholic + culture = castilian + + 1171.1.1 = { + birth = yes + } + 1194.1.1 = { + death = yes + } +} + +72575 = { + name = "Gil" + dynasty = 776 + + father = 72568 + mother = 73109 + + religion = catholic + culture = castilian + + 1200.1.1 = { + birth = yes + } + 1216.1.1 = { + add_spouse = 71398 + } + 1243.1.1 = { + death = yes + } +} + +72576 = { + name = "GO_mez" + dynasty = 776 + + father = 72568 + mother = 73109 + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1202.1.1 = { + birth = yes + } + 1242.1.1 = { + death = yes + } +} + +72577 = { + name = "Rodrigo" + dynasty = 776 + + father = 72568 + mother = 73109 + + religion = catholic + culture = castilian + + 1204.1.1 = { + birth = yes + } + 1220.1.1 = { + add_spouse = 72996 + } + 1246.1.1 = { + death = yes + } +} + +72578 = { + name = "Fernando" + dynasty = 776 + + father = 72568 + mother = 73109 + + religion = catholic + culture = castilian + + 1206.1.1 = { + birth = yes + } + 1245.1.1 = { + death = yes + } +} + +72579 = { + name = "Fernando" + dynasty = 776 + + father = 72577 + mother = 72996 + + religion = catholic + culture = castilian + + 1221.1.1 = { + birth = yes + } + 1248.12.18 = { + death = yes + } +} + +72580 = { + name = "GO_mez" + dynasty = 776 + + father = 72577 + mother = 72996 + + religion = catholic + culture = castilian + + 1223.1.1 = { + birth = yes + } + 1245.1.1 = { + add_spouse = 72583 + } + 1278.3.11 = { + death = yes + } +} + +72581 = { + name = "MencI_a" + female = yes + dynasty = 776 + + father = 72577 + mother = 72996 + + religion = catholic + culture = castilian + + 1225.1.1 = { + birth = yes + } + 1275.3.8 = { + death = yes + } +} + +72582 = { + name = "GO_mez" + dynasty = 12149 + religion = "catholic" + culture = "castilian" + 1220.1.1 = { + birth = "1220.1.1" + } + 1242.1.1 = { + add_spouse = 72581 + } + 1271.1.1 = { + death = "1271.1.1" + } +} + +72583 = { + name = "MencI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1228.1.1 = { + birth = "1228.1.1" + } + 1270.1.1 = { + death = "1270.1.1" + } +} + +72584 = { + name = "Rodrigo" + dynasty = 776 + + father = 72580 + mother = 72583 + + religion = catholic + culture = castilian + + 1246.1.1 = { + birth = yes + } + 1278.3.11 = { + death = yes + } +} + +72585 = { + name = "Juana" + female = yes + dynasty = 776 + + father = 72580 + mother = 72583 + + religion = catholic + culture = castilian + + 1248.1.1 = { + birth = yes + } + 1305.7.21 = { + death = yes + } +} + +72586 = { + name = "Gonzalo" + dynasty = 776 + + father = 72580 + mother = 72583 + + religion = catholic + culture = castilian + + 1250.1.1 = { + birth = yes + } + 1270.1.1 = { + add_spouse = 72590 + } + 1288.1.1 = { + death = yes + } +} + +72587 = { + name = "GarcI_a" + dynasty = 776 + + father = 72580 + mother = 72583 + + religion = catholic + culture = castilian + + 1252.1.1 = { + birth = yes + } + 1286.1.1 = { + death = yes + } +} + +72588 = { + name = "Fernando" + dynasty = 776 + + father = 72580 + mother = 72583 + + religion = catholic + culture = castilian + + 1254.1.1 = { + birth = yes + } + 1285.6.7 = { + death = yes + } +} + +72589 = { + name = "A_lvar" + dynasty = 776 + + father = 72580 + mother = 72583 + + religion = catholic + culture = castilian + + 1256.1.1 = { + birth = yes + } + 1285.6.7 = { + death = yes + } +} + +72590 = { + name = "Sancha" + female = yes + religion = catholic + culture = castilian + 1254.1.1 = { + birth = "1254.1.1" + } + 1313.1.1 = { + death = "1313.1.1" + } +} + +72591 = { + name = "Teresa" + female = yes + dynasty = 776 + + father = 72586 + mother = 72590 + + religion = catholic + culture = castilian + + 1271.1.1 = { + birth = yes + } + 1285.6.7 = { + death = yes + } +} + +72592 = { + name = "Rodrigo" + dynasty = 776 + + father = 72586 + mother = 72534 + + religion = catholic + culture = castilian + + 1273.1.1 = { + birth = yes + } + 1300.1.1 = { + add_spouse = 72596 + } + 1327.1.1 = { + death = yes + } +} + +72593 = { + name = "GO_mez" + dynasty = 776 + + father = 72586 + mother = 72590 + + religion = catholic + culture = castilian + + 1275.1.1 = { + birth = yes + } + 1330.1.1 = { + death = yes + } +} + +72594 = { + name = "MencI_a" + female = yes + dynasty = 776 + + father = 72586 + mother = 72590 + + religion = catholic + culture = castilian + + 1277.1.1 = { + birth = yes + } + 1312.1.1 = { + death = yes + } +} + +72595 = { + name = "MarI_a" + female = yes + dynasty = 776 + + father = 72586 + mother = 72590 + + religion = catholic + culture = castilian + + 1279.1.1 = { + birth = yes + } + 1328.1.1 = { + death = yes + } +} + +72596 = { + name = "Berenguela" + female = yes + religion = "catholic" + culture = "castilian" + 1280.1.1 = { + birth = "1280.1.1" + } + 1330.1.1 = { + death = "1330.1.1" + } +} + +72597 = { + name = "Arias" + dynasty = 8612 + religion = "catholic" + culture = "castilian" + 1270.1.1 = { + birth = "1270.1.1" + } + 1295.1.1 = { + add_spouse = 72594 + } + 1302.1.1 = { + death = "1302.1.1" + } +} + +72598 = { + name = "Rodrigo" + dynasty = 12150 + religion = "catholic" + culture = "castilian" + 1275.1.1 = { + birth = "1275.1.1" + } + 1300.1.1 = { + add_spouse = 72595 + } + 1329.1.1 = { + death = "1329.1.1" + } +} + +72599 = { + name = "A_lvar" + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1217.1.1 = { + birth = yes + } + 1238.1.1 = { + add_spouse = 72990 + } + 1251.1.6 = { + death = yes + } +} + +72600 = { + name = "Teresa" + female = yes + dynasty = 776 + + father = 72599 + mother = 72990 + + religion = catholic + culture = castilian + + 1245.1.1 = { + birth = yes + } + 1300.1.1 = { + death = yes + } +} + +72601 = { + name = "Manrique" + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1218.1.1 = { + birth = yes + } + 1281.1.1 = { + death = yes + } +} + +72602 = { + name = "Rodrigo" + dynasty = 8630 + religion = "catholic" + culture = "castilian" + father = 72575 + mother = 71398 + 1219.1.1 = { + birth = "1219.1.1" + } + 1243.1.1 = { + dynasty = 7011 + } + 1266.1.1 = { + add_spouse = 72017 + } + 1289.1.1 = { + death = "1289.1.1" + } +} + +72603 = { + name = "Gonzalo" + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1220.1.1 = { + birth = yes + } + 1256.1.1 = { + add_spouse = 457661 + } + 1260.7.1 = { + death = yes + } +} + +72604 = { + name = "GO_mez" + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1221.1.1 = { + birth = yes + } + 1285.12.25 = { + death = yes + } +} + +72605 = { + name = "Gil" + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1222.1.1 = { + birth = yes + } + 1283.1.1 = { + death = yes + } +} + +72606 = { + name = "Toda" + female = yes + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1223.1.1 = { + birth = yes + } + 1285.1.1 = { + death = yes + } +} + +72607 = { + name = "MI_lia" + female = yes + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1224.1.1 = { + birth = yes + } + 1284.1.1 = { + death = yes + } +} + +72608 = { + name = "Teresa" + female = yes + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1225.1.1 = { + birth = yes + } + 1288.1.1 = { + death = yes + } +} + +72609 = { + name = "Sancha" + female = yes + dynasty = 776 + + father = 72575 + mother = 71398 + + religion = catholic + culture = castilian + + 1226.1.1 = { + birth = yes + } + 1286.1.1 = { + death = yes + } +} + +72611 = { + name = "Gil" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72602 + mother = 72017 + 1267.1.1 = { + birth = "1267.1.1" + } + 1285.1.1 = { + add_spouse = 72643 + } + 1289.1.1 = { + death = "1289.1.1" + } +} + +72612 = { + name = "Lope" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72602 + mother = 72017 + 1269.1.1 = { + birth = "1269.1.1" + } + 1312.1.1 = { + add_spouse = 72631 + } + 1317.1.1 = { + death = "1317.1.1" + } +} + +72613 = { + name = "Rodrigo" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72602 + mother = 72017 + 1271.1.1 = { + birth = "1271.1.1" + } + 1296.1.1 = { + add_spouse = 457676 + } + 1297.1.1 = { + death = "1297.1.1" + } +} + +72614 = { + name = "Fernando" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 72602 + mother = 72017 + 1273.1.1 = { + birth = "1273.1.1" + } + 1342.1.1 = { + death = "1342.1.1" + } +} + +72615 = { + name = "Teresa" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72602 + mother = 72017 + 1275.1.1 = { + birth = "1275.1.1" + } + 1345.1.1 = { + death = "1345.1.1" + } +} + +72616 = { + name = "InEEs" + dynasty = 7011 + female = yes + religion = "catholic" + culture = "castilian" + father = 72602 + mother = 72017 + 1277.1.1 = { + birth = "1277.1.1" + } + 1340.1.1 = { + death = "1340.1.1" + } +} + +72617 = { + name = "Constanza" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72602 + mother = 72017 + 1279.1.1 = { + birth = "1279.1.1" + } + 1336.1.1 = { + death = "1336.1.1" + } +} + +72618 = { + name = "Mayor" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72602 + mother = 72017 + 1281.1.1 = { + birth = "1281.1.1" + } + 1347.1.1 = { + death = "1347.1.1" + } +} + +72619 = { + name = "Marquesa" + dynasty = 7011 + female = yes + religion = "catholic" + culture = "castilian" + father = 72602 + mother = 72017 + 1283.1.1 = { + birth = "1283.1.1" + } + 1350.1.1 = { + death = "1350.1.1" + } +} + +72620 = { + name = "Pedro" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72621 + mother = 72763 + 1240.1.1 = { + birth = "1240.1.1" + } + 1293.1.1 = { + add_spouse = 72616 + } + 1302.1.1 = { + death = "1302.1.1" + } +} + +72621 = { + name = "Diego" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72622 + mother = 72623 + 1219.1.1 = { + birth = "1219.1.1" + } + 1239.1.1 = { + add_spouse = 72763 + } + 1271.1.1 = { + death = "1271.1.1" + } +} + +72622 = { + name = "GO_mez" + dynasty = 781 + religion = "catholic" + culture = "castilian" + 1180.1.1 = { + birth = "1180.1.1" + } + 1218.1.1 = { + add_spouse = 72623 + } + 1229.1.1 = { + death = "1229.1.1" + } +} + +72623 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1200.1.1 = { + birth = "1200.1.1" + } + 1260.1.1 = { + death = "1260.1.1" + } +} + +72624 = { + name = "NuN_o" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72622 + mother = 72623 + 1221.1.1 = { + birth = "1221.1.1" + } + 1275.1.1 = { + death = "1275.1.1" + } +} + +72625 = { + name = "NuN_o" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72621 + mother = 72763 + 1242.1.1 = { + birth = "1242.1.1" + } + 1272.1.1 = { + add_spouse = 72023 + } + 1292.1.1 = { + death = "1292.1.1" + } +} + +72626 = { + name = "A_lvaro" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72621 + mother = 72763 + 1244.1.1 = { + birth = "1244.1.1" + } + 1268.1.1 = { + add_spouse = 72776 + } + 1300.1.1 = { + death = "1300.1.1" + } +} + +72627 = { + name = "Teresa" + dynasty = 781 + female = yes + religion = "catholic" + culture = "castilian" + father = 72626 + mother = 72776 + 1270.1.1 = { + birth = "1270.1.1" + } + 1344.1.1 = { + death = "1344.1.1" + } +} + +72628 = { + name = "Elvira" + female = yes + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72621 + mother = 72763 + 1246.1.1 = { + birth = "1246.1.1" + } + 1320.1.1 = { + death = "1320.1.1" + } +} + +72629 = { + name = "Diego" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72620 + mother = 72616 + 1294.1.1 = { + birth = "1294.1.1" + } + 1334.1.1 = { + death = "1334.1.1" + } +} + +72630 = { + name = "Alfonso" + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72620 + mother = 72616 + 1295.1.1 = { + birth = "1295.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +72631 = { + name = "Berenguela" + dynasty = 781 + female = yes + religion = "catholic" + culture = "castilian" + father = 72620 + mother = 72616 + 1296.1.1 = { + birth = "1296.1.1" + } + 1342.1.1 = { + death = "1342.1.1" + } +} + +72632 = { + name = "Mayor" + female = yes + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72629 + 1321.1.1 = { + birth = "1321.1.1" + } + 1390.1.1 = { + death = "1390.1.1" + } +} + +72633 = { + name = "Sancha" + female = yes + dynasty = 781 + religion = "catholic" + culture = "castilian" + father = 72629 + 1323.1.1 = { + birth = "1323.1.1" + } + 1385.1.1 = { + death = "1385.1.1" + } +} + +72634 = { + name = "Rodrigo" + dynasty = 12152 + religion = "catholic" + culture = "castilian" + 1270.1.1 = { + birth = "1270.1.1" + } + 1299.1.1 = { + add_spouse = 72618 + } + 1325.1.1 = { + death = "1325.1.1" + } +} + +72635 = { + name = "Diego" + dynasty = 12153 + religion = "catholic" + culture = "castilian" + 1276.1.1 = { + birth = "1276.1.1" + } + 1299.1.1 = { + add_spouse = 72619 + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +72636 = { + name = "MarI_a" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72613 + mother = 457676 + 1297.1.1 = { + birth = "1297.1.1" + } + 1359.1.1 = { + death = "1359.1.1" + } +} + +72637 = { + name = "Lope" + dynasty = 7035 + religion = "catholic" + culture = "castilian" + 1290.1.1 = { + birth = "1290.1.1" + } + 1315.1.1 = { + add_spouse = 72636 + } + 1348.12.22 = { + death = "1348.12.22" + } +} + +72638 = { + name = "Rodrigo" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72612 + mother = 72631 + 1313.1.1 = { + birth = "1313.1.1" + } + 1337.1.1 = { + add_spouse = 72642 + } + 1371.1.1 = { + death = "1371.1.1" + } +} + +72639 = { + name = "Teresa" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72612 + mother = 72631 + 1314.1.1 = { + birth = "1314.1.1" + } + 1378.1.1 = { + death = "1378.1.1" + } +} + +72640 = { + name = "Mayor" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72612 + mother = 72631 + 1315.1.1 = { + birth = "1315.1.1" + } + 1380.1.1 = { + death = "1380.1.1" + } +} + +72641 = { + name = "Marquesa" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72612 + mother = 72631 + 1316.1.1 = { + birth = "1316.1.1" + } + 1385.1.1 = { + death = "1385.1.1" + } +} + +72642 = { + name = "Teresa" + female = yes + religion = "catholic" + culture = "castilian" + 1319.1.1 = { + birth = "1319.1.1" + } + 1380.1.1 = { + death = "1380.1.1" + } +} + +72643 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1269.1.1 = { + birth = "1269.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +72644 = { + name = "Rodrigo" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72611 + mother = 72643 + 1286.1.1 = { + birth = "1286.1.1" + } + 1302.1.1 = { + add_spouse = 72766 + } + 1326.2.26 = { + death = "1326.2.26" + } +} + +72645 = { + name = "AndrE_s" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 72611 + mother = 72643 + 1288.1.1 = { + birth = "1288.1.1" + } + 1330.1.1 = { + death = "1330.1.1" + } +} + +72646 = { + name = "Gil" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72644 + mother = 72766 + 1305.1.1 = { + birth = "1305.1.1" + } + 1355.1.1 = { + death = "1355.1.1" + } +} + +72647 = { + name = "MarI_a" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 72644 + mother = 72766 + 1307.1.1 = { + birth = "1307.1.1" + } + 1360.1.1 = { + death = "1360.1.1" + } +} + +72648 = { + name = "Fernando" + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 71504 + mother = 71503 + 1326.1.1 = { + birth = "1326.1.1" + } + 1352.1.1 = { + death = "1352.1.1" + } +} + +72649 = { + name = "Blanca" + female = yes + dynasty = 7011 + religion = "catholic" + culture = "castilian" + father = 71504 + mother = 71503 + 1328.1.1 = { + birth = "1328.1.1" + } + 1362.1.1 = { + death = "1362.1.1" + } +} + +72658 = { + name = "Pedro" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1135.1.1 = { + birth = "1135.1.1" + } + 1160.1.1 = { + add_spouse = 72681 + } + 1202.8.22 = { + death = "1202.8.22" + } +} + +72659 = { + name = "GO_mez" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1136.1.1 = { + birth = "1136.1.1" + } + 1178.1.1 = { + add_spouse = 72682 + } + 1191.2.11 = { + death = "1191.2.11" + } +} + +72660 = { + name = "OrdoN_o" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 71364 + mother = 71365 + 1138.1.1 = { + birth = "1138.1.1" + } + 1188.1.1 = { + death = "1188.1.1" + } +} + +72661 = { + name = "Gonzalo" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1140.1.1 = { + birth = "1140.1.1" + } + 1175.1.1 = { + death = "1175.1.1" + } +} + +72662 = { + name = "GarcI_a" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1142.1.1 = { + birth = "1142.1.1" + } + 1165.1.1 = { + add_spouse = 72679 + } + 1175.1.1 = { + death = "1175.1.1" + } +} + +72663 = { + name = "Rodrigo" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1143.1.1 = { + birth = "1143.1.1" + } + 1187.1.1 = { + death = "1187.1.1" + } +} + +72664 = { + name = "Mayor" + female = yes + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1144.1.1 = { + birth = "1144.1.1" + } + 1182.5.24 = { + death = "1182.5.24" + } +} + +72665 = { + name = "Sancha" + female = yes + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1146.1.1 = { + birth = "1146.1.1" + } + 1189.1.1 = { + death = "1189.1.1" + } +} + +72666 = { + name = "MarI_a" + female = yes + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1148.1.1 = { + birth = "1148.1.1" + } + 1205.1.1 = { + death = "1205.1.1" + } +} + +72667 = { + name = "Juana" + female = yes + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 71364 + mother = 71365 + 1149.1.1 = { + birth = "1149.1.1" + } + 1190.1.1 = { + death = "1190.1.1" + } +} + +72679 = { + name = "Leonor" + female = yes + religion = "catholic" + culture = "castilian" + 1149.1.1 = { + birth = "1149.1.1" + } + 1215.1.1 = { + death = "1215.1.1" + } +} + +72680 = { + name = "Rodrigo" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72662 + mother = 72679 + 1166.1.1 = { + birth = "1166.1.1" + } + 1213.1.1 = { + death = "1213.1.1" + } +} + +72682 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1160.1.1 = { + birth = "1160.1.1" + } + 1215.1.1 = { + death = "1215.1.1" + } +} + +72683 = { + name = "Gonzalo" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72659 + mother = 72682 + 1179.1.1 = { + birth = "1179.1.1" + } + 1236.1.1 = { + add_spouse = 73015 + } + 1239.1.1 = { + death = "1239.1.1" + } +} + +72684 = { + name = "Juan" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72659 + mother = 72682 + 1181.1.1 = { + birth = "1181.1.1" + } + 1235.1.1 = { + add_spouse = 72688 + } + 1236.1.1 = { + death = "1236.1.1" + } +} + +72685 = { + name = "Pedro" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72659 + mother = 72682 + 1183.1.1 = { + birth = "1183.1.1" + } + 1225.1.1 = { + death = "1225.1.1" + } +} + +72686 = { + name = "Fernando" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72659 + mother = 72682 + 1185.1.1 = { + birth = "1185.1.1" + } + 1220.1.1 = { + death = "1220.1.1" + } +} + +72687 = { + name = "GarcI_a" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 72659 + mother = 72682 + 1187.1.1 = { + birth = "1187.1.1" + } + 1238.1.1 = { + death = "1238.1.1" + } +} + +72688 = { + name = "Urraca" + dynasty = 12143 + female = yes + religion = "catholic" + culture = "castilian" + father = 72475 + mother = 72477 + 1219.1.1 = { + birth = "1219.1.1" + } + 1265.1.1 = { + death = "1265.1.1" + } +} + +72689 = { + name = "GO_mez" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72683 + mother = 73015 + 1237.1.1 = { + birth = "1237.1.1" + } + 1250.1.1 = { + add_spouse = 72608 + } + 1266.1.1 = { + death = "1266.1.1" + } +} + +72690 = { + name = "Juan" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 72683 + mother = 73015 + 1238.1.1 = { + birth = "1238.1.1" + } + 1256.1.1 = { + employer = 73161 + } + 1267.1.1 = { + employer = 0 + } + 1284.1.1 = { + death = "1284.1.1" + } +} + +72691 = { + name = "Elvira" + dynasty_house = house_aza + female = yes + religion = "catholic" + culture = "castilian" + father = 72683 + mother = 73015 + 1239.1.1 = { + birth = "1239.1.1" + } + 1290.1.1 = { + death = "1290.1.1" + } +} + +72692 = { + name = "Lope" + dynasty = 12155 + religion = "catholic" + culture = "castilian" + 1205.1.1 = { + birth = "1205.1.1" + } + 1255.1.1 = { + add_spouse = 72691 + } + 1259.1.1 = { + death = "1259.1.1" + } +} + +72693 = { + name = "Gil" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + + father = 72689 + mother = 72608 + 1251.1.1 = { + birth = "1251.1.1" + } + 1282.1.1 = { + death = "1282.1.1" + } +} + +72694 = { + name = "NuN_o" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + mother = 72693 + 1282.1.1 = { + birth = "1282.1.1" + } + 1300.1.1 = { + add_spouse = 72695 + } + 1326.1.1 = { + death = "1326.1.1" + } +} + +72695 = { + name = "Aldonza" + female = yes + religion = "catholic" + culture = "castilian" + 1282.1.1 = { + birth = "1282.1.1" + } + 1340.1.1 = { + death = "1340.1.1" + } +} + +72696 = { + name = "A_lvaro" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72694 + mother = 72695 + 1301.1.1 = { + birth = "1301.1.1" + } + 1317.1.1 = { + add_spouse = 72617 + } + 1360.1.1 = { + death = "1360.1.1" + } +} + +72697 = { + name = "Pedro" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72694 + mother = 72695 + 1303.1.1 = { + birth = "1303.1.1" + } + 1350.1.1 = { + death = "1350.1.1" + } +} + +72698 = { + name = "NuN_o" + dynasty_house = house_aza + religion = "catholic" + culture = "castilian" + father = 72694 + mother = 72695 + 1305.1.1 = { + birth = "1305.1.1" + } + 1365.1.1 = { + death = "1365.1.1" + } +} + +72699 = { + name = "Juana" + dynasty_house = house_aza + female = yes + religion = "catholic" + culture = "castilian" + father = 72694 + mother = 72695 + 1307.1.1 = { + birth = "1307.1.1" + } + 1369.1.1 = { + death = "1369.1.1" + } +} + +72700 = { + name = "MarI_a" + dynasty_house = house_aza + female = yes + religion = "catholic" + culture = "castilian" + father = 72694 + mother = 72695 + 1309.1.1 = { + birth = "1309.1.1" + } + 1370.1.1 = { + death = "1370.1.1" + } +} + +72765 = { + name = "Juan" + dynasty = 12161 + religion = "catholic" + culture = "castilian" + 1200.1.1 = { + birth = "1200.1.1" + } + 1226.1.1 = { + add_spouse = 72764 + } + 1310.1.1 = { + death = "1310.1.1" + } +} + +72776 = { + name = "Teresa" + female = yes + religion = "catholic" + culture = "castilian" + 1250.1.1 = { + birth = "1250.1.1" + } + 1315.1.1 = { + death = "1315.1.1" + } +} + +72783 = { + name = "Pedro" + dynasty = 12162 + religion = "catholic" + culture = "castilian" + 1070.1.1 = { + birth = "1070.1.1" + } + 1094.1.1 = { + add_spouse = 72780 + } + 1122.1.1 = { + death = "1122.1.1" + } +} + +72784 = { + name = "Juan" + dynasty = 12162 + religion = "catholic" + culture = "castilian" + father = 72783 + mother = 72780 + 1095.1.1 = { + birth = "1095.1.1" + } + 1150.1.1 = { + death = "1150.1.1" + } +} + +72836 = { + name = "Pelayo" + dynasty = 8603 + + father = 200076 + + religion = catholic + culture = castilian + + 1048.1.1 = { + birth = yes + } + 1072.1.1 = { + add_spouse = 72837 + } + 1101.1.1 = { + death = yes + } +} + +72837 = { + name = "Elvira" + female = yes + religion = "catholic" + culture = "castilian" + 1056.1.1 = { + birth = "1056.1.1" + } + 1111.1.1 = { + death = "1111.1.1" + } +} + +72838 = { + name = "Munio" + dynasty = 8603 + + father = 72836 + mother = 72837 + + religion = catholic + culture = castilian + + 1073.1.1 = { + birth = yes + } + 1115.1.1 = { + add_spouse = 72835 + } + 1120.1.1 = { + death = yes + } +} + +72839 = { + name = "MartI_n" + dynasty = 8603 + religion = "catholic" + culture = "castilian" + father = 72836 + mother = 72837 + 1077.1.1 = { + birth = "1077.1.1" + } + 1120.1.1 = { + death = "1120.1.1" + } +} + +72840 = { + name = "Pedro" + dynasty = 8603 + + father = 72838 + mother = 72835 + + religion = catholic + culture = castilian + + 1116.1.1 = { + birth = yes + } + 1142.1.1 = { + add_spouse = 200078 + } + 1176.1.1 = { + death = yes + } +} + +72841 = { + name = "Aldonza" + female = yes + dynasty = 8603 + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 72838 + mother = 72835 + 1117.1.1 = { + birth = "1117.1.1" + } + 1183.1.1 = { + death = "1183.1.1" + } +} + +72842 = { + name = "Teresa" + female = yes + dynasty = 8603 + religion = "catholic" + culture = "castilian" + father = 72838 + mother = 72835 + 1118.1.1 = { + birth = "1118.1.1" + } + 1180.1.1 = { + death = "1180.1.1" + } +} + +72843 = { + name = "Elvira" + female = yes + dynasty = 8603 + religion = "catholic" + culture = "castilian" + father = 72838 + mother = 72835 + 1119.1.1 = { + birth = "1119.1.1" + } + 1125.1.1 = { + death = "1125.1.1" + } +} + +72844 = { + name = "Fernando" + dynasty = 8603 + religion = "catholic" + culture = "castilian" + father = 72838 + mother = 72835 + 1120.1.1 = { + birth = "1120.1.1" + } + 1124.1.1 = { + death = "1124.1.1" + } +} + +72851 = { + name = "GarcI_a" + dynasty = 8603 + + father = 72840 + mother = 200078 + + religion = catholic + culture = castilian + + 1145.1.1 = { + birth = yes + } + 1180.1.1 = { + death = yes + } +} + +72852 = { + name = "Aldonza" + female = yes + dynasty = 8603 + + father = 72840 + mother = 200078 + + religion = catholic + culture = castilian + + 1147.1.1 = { + birth = yes + } + 1200.1.1 = { + death = yes + } +} + +72892 = { + name = "Diego" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + 1015.1.1 = { + birth = "1015.1.1" + } + 1038.1.1 = { + add_spouse = 72893 + } + 1069.8.10 = { + death = "1069.8.10" + } +} + +72893 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1020.1.1 = { + birth = "1020.1.1" + } + 1090.1.1 = { + death = "1090.1.1" + } +} + +72894 = { + name = "Fruela" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72892 + mother = 72893 + 1039.1.1 = { + birth = "1039.1.1" + } + 1087.9.11 = { + add_spouse = 70135 + } + 1121.12.2 = { + death = "1121.12.2" + } +} + +72895 = { + name = "Antonino" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72892 + mother = 72893 + 1041.1.1 = { + birth = "1041.1.1" + } + 1078.4.5 = { + death = "1078.4.5" + } +} + +72896 = { + name = "Constanza" + female = yes + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72894 + mother = 70135 + 1089.1.1 = { + birth = "1089.1.1" + } + 1111.1.1 = { + death = "1111.1.1" + } +} + +72897 = { + name = "Diego" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72894 + mother = 70135 + 1090.1.1 = { + birth = "1090.1.1" + } + 1140.6.26 = { + death = "1140.6.26" + } +} + +72898 = { + name = "MarI_a" + female = yes + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72894 + mother = 70135 + 1092.1.1 = { + birth = "1092.1.1" + } + 1161.11.23 = { + death = "1161.11.23" + } +} + +72899 = { + name = "Ramiro" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72894 + mother = 70135 + 1093.1.1 = { + birth = "1093.1.1" + } + 1124.1.1 = { + add_spouse = 72903 + } + 1134.1.1 = { + add_spouse = 72904 + } + 1144.1.1 = { + add_spouse = 71390 + } + 1154.1.1 = { + add_spouse = 72397 + } + 1172.9.13 = { + death = "1172.9.13" + } +} + +72900 = { + name = "EstefanI_a" + dynasty = 12165 + female = yes + religion = "catholic" + culture = "castilian" + father = 72897 + 1130.1.1 = { + birth = "1130.1.1" + } + 1198.1.1 = { + death = "1198.1.1" + } +} + +72903 = { + name = "InEEs" + female = yes + religion = "catholic" + culture = "castilian" + 1106.1.1 = { + birth = "1106.1.1" + } + 1133.1.1 = { + death = "1133.1.1" + } +} + +72904 = { + name = "Sancha" + female = yes + religion = "catholic" + culture = "castilian" + 1117.1.1 = { + birth = "1117.1.1" + } + 1143.1.1 = { + death = "1143.1.1" + } +} + +72905 = { + name = "Diego" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72899 + mother = 72903 + 1126.1.1 = { + birth = "1126.1.1" + } + 1180.1.1 = { + add_spouse = 71943 + } + 1185.8.1 = { + death = "1185.8.1" + } +} + +72906 = { + name = "Fruela" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72899 + mother = 72903 + 1128.1.1 = { + birth = "1128.1.1" + } + 1160.1.1 = { + add_spouse = 72884 + } + 1193.1.1 = { + add_spouse = 72914 + } + 1202.9.9 = { + death = "1202.9.9" + } +} + +72907 = { + name = "GarcI_a" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72899 + mother = 72904 + 1135.1.1 = { + birth = "1135.1.1" + } + 1178.1.1 = { + death = "1178.1.1" + } +} + +72908 = { + name = "EstefanI_a" + female = yes + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72899 + mother = 72904 + 1137.1.1 = { + birth = "1137.1.1" + } + 1183.1.1 = { + death = "1183.1.1" + } +} + +72912 = { + name = "InEEs" + female = yes + dynasty = 12165 + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 72905 + mother = 71943 + 1181.1.1 = { + birth = "1181.1.1" + } + 1232.1.1 = { + death = "1232.1.1" + } +} + +72913 = { + name = "Rodrigo" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72905 + mother = 71943 + 1183.1.1 = { + birth = "1183.1.1" + } + 1185.1.1 = { + death = "1185.1.1" + } +} + +72914 = { + name = "Sancha" + female = yes + religion = "catholic" + culture = "castilian" + 1177.1.1 = { + birth = "1177.1.1" + } + 1238.1.1 = { + death = "1238.1.1" + } +} + +72915 = { + name = "NuN_o" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72906 + mother = 72914 + 1194.1.1 = { + birth = "1194.1.1" + } + 1217.1.1 = { + death = "1217.1.1" + } +} + +72916 = { + name = "Ramiro" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72906 + mother = 72914 + 1195.1.1 = { + birth = "1195.1.1" + } + 1222.1.1 = { + add_spouse = 73007 + } + 1240.1.1 = { + death = "1240.1.1" + } +} + +72917 = { + name = "Diego" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72906 + mother = 72914 + 1196.1.1 = { + birth = "1196.1.1" + } + 1216.1.1 = { + add_spouse = 72924 + } + 1246.1.1 = { + death = "1246.1.1" + } +} + +72918 = { + name = "MarI_a" + dynasty = 12165 + female = yes + religion = "catholic" + culture = "castilian" + father = 72906 + mother = 72914 + 1200.1.1 = { + birth = "1200.1.1" + } + 1264.1.1 = { + death = "1264.1.1" + } +} + +72919 = { + name = "Rodrigo" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72906 + mother = 72914 + 1200.1.1 = { + birth = "1200.1.1" + } + 1264.1.1 = { + death = "1264.1.1" + } +} + +72920 = { + name = "Bernardo" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72906 + mother = 72914 + 1202.1.1 = { + birth = "1202.1.1" + } + 1230.8.29 = { + death = "1230.8.29" + } +} + +72921 = { + name = "Gonzalo" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72916 + mother = 73007 + 1223.1.1 = { + birth = "1223.1.1" + } + 1251.1.1 = { + add_spouse = 71435 + } + 1259.1.1 = { + death = "1259.1.1" + } +} + +72922 = { + name = "Teresa" + dynasty = 12165 + female = yes + religion = "catholic" + culture = "castilian" + father = 72916 + mother = 73007 + 1225.1.1 = { + birth = "1225.1.1" + } + 1276.1.1 = { + death = "1276.1.1" + } +} + +72923 = { + name = "Aldonza" + dynasty = 12165 + female = yes + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 72916 + mother = 73007 + 1227.1.1 = { + birth = "1227.1.1" + } + 1295.4.19 = { + death = "1295.4.19" + } +} + +72924 = { + name = "Aldonza" + female = yes + religion = "catholic" + culture = "castilian" + 1190.1.1 = { + birth = "1190.1.1" + } + 1232.1.1 = { + death = "1232.1.1" + } +} + +72925 = { + name = "Ramiro" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72917 + mother = 72924 + 1217.1.1 = { + birth = "1217.1.1" + } + 1250.1.1 = { + add_spouse = 72536 + } + 1268.1.1 = { + death = "1268.1.1" + } +} + +72926 = { + name = "Rodrigo" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72917 + mother = 72924 + 1219.1.1 = { + birth = "1219.1.1" + } + 1240.1.1 = { + death = "1240.1.1" + } +} + +72927 = { + name = "Diego" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72925 + mother = 72536 + 1251.1.1 = { + birth = "1251.1.1" + } + 1276.1.1 = { + add_spouse = 72930 + } + 1330.1.1 = { + death = "1330.1.1" + } +} + +72928 = { + name = "MarI_a" + female = yes + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72925 + mother = 72536 + 1253.1.1 = { + birth = "1253.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +72930 = { + name = "Leonor" + female = yes + religion = "catholic" + culture = "castilian" + 1260.1.1 = { + birth = "1260.1.1" + } + 1336.1.1 = { + death = "1336.1.1" + } +} + +72931 = { + name = "Juan" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72927 + mother = 72930 + 1277.1.1 = { + birth = "1277.1.1" + } + 1330.1.1 = { + death = "1330.1.1" + } +} + +72932 = { + name = "InEEs" + female = yes + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72927 + mother = 72930 + 1279.1.1 = { + birth = "1279.1.1" + } + 1343.1.1 = { + death = "1343.1.1" + } +} + +72933 = { + name = "Rodrigo" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72927 + mother = 72930 + 1281.1.1 = { + birth = "1281.1.1" + } + 1311.1.1 = { + add_spouse = 72935 + } + 1342.1.1 = { + death = "1342.1.1" + } +} + +72934 = { + name = "Rodrigo" + dynasty = 12169 + religion = "catholic" + culture = "castilian" + 1275.1.1 = { + birth = "1275.1.1" + } + 1330.1.1 = { + death = "1330.1.1" + } +} + +72935 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1292.1.1 = { + birth = "1292.1.1" + } + 1365.1.1 = { + death = "1365.1.1" + } +} + +72936 = { + name = "Diego" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72933 + mother = 72935 + 1312.1.1 = { + birth = "1312.1.1" + } + 1380.1.1 = { + death = "1380.1.1" + } +} + +72937 = { + name = "Ramiro" + dynasty = 12165 + religion = "catholic" + culture = "castilian" + father = 72933 + mother = 72935 + 1314.1.1 = { + birth = "1314.1.1" + } + 1381.1.1 = { + death = "1381.1.1" + } +} + +72938 = { + name = "Mayor" + female = yes + religion = "catholic" + culture = "castilian" + 1093.1.1 = { + birth = "1093.1.1" + } + 1155.1.1 = { + death = "1155.1.1" + } +} + +72949 = { + name = "Bernat" + dynasty = 12178 + religion = "catholic" + culture = "occitan" + trait = education_learning_3 + 1060.1.1 = { + birth = "1060.1.1" + } + 1149.1.1 = { + death = "1149.1.1" + } +} + +72961 = { + name = "Tello" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + 1012.1.1 = { + birth = "1012.1.1" + } + 1066.1.1 = { + death = "1066.1.1" + } +} + +72962 = { + name = "Fernando" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72961 + 1040.1.1 = { + birth = "1040.1.1" + } + 1112.1.1 = { + death = "1112.1.1" + } +} + +72963 = { + name = "Tello" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72962 + 1075.1.1 = { + birth = "1075.1.1" + } + 1107.1.1 = { + add_spouse = 72964 + } + 1133.1.1 = { + death = "1133.1.1" + } +} + +72964 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1089.1.1 = { + birth = "1089.1.1" + } + 1172.5.28 = { + death = "1172.5.28" + } +} + +72965 = { + name = "Fernando" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72963 + mother = 72964 + 1108.1.1 = { + birth = "1108.1.1" + } + 1172.5.28 = { + death = "1172.5.28" + } +} + +72966 = { + name = "Gutierre" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72963 + mother = 72964 + 1110.1.1 = { + birth = "1110.1.1" + } + 1132.1.1 = { + add_spouse = 72981 + } + 1166.9.1 = { + death = "1166.9.1" + } +} + +72967 = { + name = "Urraca" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72963 + mother = 72964 + 1112.1.1 = { + birth = "1112.1.1" + } + 1156.1.1 = { + death = "1156.1.1" + } +} + +72968 = { + name = "Fernando" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72962 + 1077.1.1 = { + birth = "1077.1.1" + } + 1110.1.1 = { + death = "1110.1.1" + } +} + +72969 = { + name = "Tello" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72961 + 1042.1.1 = { + birth = "1042.1.1" + } + 1065.1.1 = { + add_spouse = 72970 + } + 1112.1.1 = { + death = "1112.1.1" + } +} + +72970 = { + name = "Mayor" + female = yes + religion = "catholic" + culture = "castilian" + 1048.1.1 = { + birth = "1048.1.1" + } + 1111.12.21 = { + death = "1111.12.21" + } +} + +72981 = { + name = "Urraca" + female = yes + religion = "catholic" + culture = "castilian" + 1114.1.1 = { + birth = "1114.1.1" + } + 1180.1.1 = { + death = "1180.1.1" + } +} + +72982 = { + name = "A_lvar" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72966 + mother = 72981 + 1136.1.1 = { + birth = "1136.1.1" + } + 1160.1.1 = { + death = "1160.1.1" + } +} + +72983 = { + name = "Pedro" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72966 + mother = 72981 + 1138.1.1 = { + birth = "1138.1.1" + } + 1176.1.1 = { + add_spouse = 72979 + } + 1227.1.1 = { + death = "1227.1.1" + } +} + +72984 = { + name = "Diego" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72983 + mother = 72979 + 1177.1.1 = { + birth = "1177.1.1" + } + 1222.1.1 = { + death = "1222.1.1" + } +} + +72985 = { + name = "Fernando" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72983 + mother = 72979 + 1178.1.1 = { + birth = "1178.1.1" + } + 1227.1.1 = { + death = "1227.1.1" + } +} + +72986 = { + name = "Gonzalo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72377 + mother = 73106 + 1165.1.1 = { + birth = "1165.1.1" + } + 1190.1.1 = { + add_spouse = 72419 + } + 1213.5.13 = { + add_spouse = 73000 + } + 1234.1.1 = { + death = "1234.1.1" + } +} + +72987 = { + name = "Gutierre" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 72377 + mother = 73106 + 1166.1.1 = { + birth = "1166.1.1" + } + 1194.1.1 = { + death = "1194.1.1" + } +} + +72988 = { + name = "A_lvar" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72377 + mother = 73106 + 1167.1.1 = { + birth = "1167.1.1" + } + 1190.1.1 = { + add_spouse = 73110 + } + 1218.1.1 = { + death = "1218.1.1" + } +} + +72989 = { + name = "Fernando" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72988 + mother = 73110 + 1191.1.1 = { + birth = "1191.1.1" + } + 1218.1.1 = { + add_spouse = 72997 + } + 1246.1.1 = { + death = "1246.1.1" + } +} + +72990 = { + name = "Toda" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72989 + mother = 72997 + 1219.1.1 = { + birth = "1219.1.1" + } + 1266.1.1 = { + death = "1266.1.1" + } +} + +72991 = { + name = "Pedro" + dynasty = 7025 + + father = 72377 + mother = 73106 + + religion = catholic + culture = castilian + + 1169.1.1 = { + birth = yes + } + 1207.1.1 = { + add_spouse = 142039 + } + 1223.6.9 = { + death = yes + } +} + +72992 = { + name = "Teresa" + female = yes + dynasty = 7025 + + father = 72991 + mother = 142039 + + religion = catholic + culture = castilian + + 1195.1.1 = { + birth = yes + } + 1269.1.1 = { + death = yes + } +} + +72993 = { + name = "NuN_o" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72377 + mother = 73106 + 1170.1.1 = { + birth = "1170.1.1" + } + 1194.10.19 = { + death = "1194.10.19" + } +} + +72994 = { + name = "Rodrigo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72377 + mother = 73106 + 1172.1.1 = { + birth = "1172.1.1" + } + 1196.1.1 = { + add_spouse = 72995 + } + 1228.4.25 = { + death = "1228.4.25" + } +} + +72995 = { + name = "InEEs" + female = yes + religion = "catholic" + culture = "castilian" + 1178.1.1 = { + birth = "1178.1.1" + } + 1228.4.25 = { + death = "1228.4.25" + } +} + +72996 = { + name = "MarI_a" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72994 + mother = 72995 + 1197.1.1 = { + birth = "1197.1.1" + } + 1235.1.1 = { + death = "1235.1.1" + } +} + +72997 = { + name = "Teresa" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72994 + mother = 72995 + 1199.1.1 = { + birth = "1199.1.1" + } + 1250.1.1 = { + death = "1250.1.1" + } +} + +72998 = { + name = "Teresa" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72377 + mother = 73106 + 1173.1.1 = { + birth = "1173.1.1" + } + 1194.10.19 = { + death = "1194.10.19" + } +} + +72999 = { + name = "Elvira" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72377 + mother = 73106 + 1175.1.1 = { + birth = "1175.1.1" + } + 1212.7.28 = { + death = "1212.7.28" + } +} + +73000 = { + name = "Marquesa" + female = yes + religion = "catholic" + culture = "castilian" + 1196.1.1 = { + birth = "1196.1.1" + } + 1226.1.1 = { + death = "1226.1.1" + } +} + +73001 = { + name = "Rodrigo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 72419 + 1191.1.1 = { + birth = "1191.1.1" + } + 1220.1.1 = { + add_spouse = 73019 + } + 1243.3.31 = { + add_spouse = 71970 + } + 1245.1.1 = { + add_spouse = 71973 + } + 1256.1.1 = { + death = "1256.1.1" + } +} + +73002 = { + name = "Gonzalo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 72419 + 1193.1.1 = { + birth = "1193.1.1" + } + 1217.1.1 = { + add_spouse = 73003 + } + 1258.1.1 = { + death = "1258.1.1" + } +} + +73003 = { + name = "Teresa" + female = yes + religion = "catholic" + culture = "castilian" + 1199.1.1 = { + birth = "1199.1.1" + } + 1233.6.5 = { + death = "1233.6.5" + } +} + +73004 = { + name = "Rodrigo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73002 + mother = 73003 + 1218.1.1 = { + birth = "1218.1.1" + } + 1260.1.1 = { + death = "1260.1.1" + } +} + +73005 = { + name = "Gonzalo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73002 + mother = 73003 + 1221.1.1 = { + birth = "1221.1.1" + } + 1268.1.1 = { + death = "1268.1.1" + } +} + +73006 = { + name = "MarI_a" + dynasty = 7025 + female = yes + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 72419 + 1195.1.1 = { + birth = "1195.1.1" + } + 1255.1.1 = { + death = "1255.1.1" + } +} + +73007 = { + name = "Aldonza" + dynasty = 7025 + female = yes + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 72419 + 1197.1.1 = { + birth = "1197.1.1" + } + 1227.1.1 = { + death = "1227.1.1" + } +} + +73008 = { + name = "Elvira" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 72419 + 1199.1.1 = { + birth = "1199.1.1" + } + 1263.1.1 = { + death = "1263.1.1" + } +} + +73009 = { + name = "Sancha" + dynasty = 7025 + female = yes + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 72419 + 1201.1.1 = { + birth = "1201.1.1" + } + 1268.1.1 = { + death = "1268.1.1" + } +} + +73010 = { + name = "BrI_gida" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 72986 + mother = 72419 + 1203.1.1 = { + birth = "1203.1.1" + } + 1275.1.1 = { + death = "1275.1.1" + } +} + +73011 = { + name = "Pedro" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 73000 + 1215.1.1 = { + birth = "1215.1.1" + } + 1270.1.1 = { + death = "1270.1.1" + } +} + +73012 = { + name = "Munio" + dynasty = 7025 + + father = 72986 + mother = 73000 + + religion = catholic + culture = castilian + + 1216.1.1 = { + birth = yes + } + 1268.1.1 = { + death = yes + } +} + +73013 = { + name = "NuN_o" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 73000 + 1217.1.1 = { + birth = "1217.1.1" + } + 1276.1.1 = { + death = "1276.1.1" + } +} + +73014 = { + name = "MarI_a" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 73000 + 1219.1.1 = { + birth = "1219.1.1" + } + 1274.1.1 = { + death = "1274.1.1" + } +} + +73015 = { + name = "Leonor" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 73000 + 1220.1.1 = { + birth = "1220.1.1" + } + 1280.1.1 = { + death = "1280.1.1" + } +} + +73016 = { + name = "InEEs" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 73000 + 1222.1.1 = { + birth = "1222.1.1" + } + 1270.1.1 = { + death = "1270.1.1" + } +} + +73017 = { + name = "Mayor" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 73000 + 1223.1.1 = { + birth = "1223.1.1" + } + 1279.1.1 = { + death = "1279.1.1" + } +} + +73018 = { + name = "Berenguela" + dynasty = 7025 + female = yes + religion = "catholic" + culture = "castilian" + father = 72986 + mother = 73000 + 1225.1.1 = { + birth = "1225.1.1" + } + 1283.1.1 = { + death = "1283.1.1" + } +} + +73019 = { + name = "Mayor" + female = yes + religion = "catholic" + culture = "castilian" + 1202.1.1 = { + birth = "1202.1.1" + } + 1243.1.1 = { + death = "1243.1.1" + } +} + +73020 = { + name = "Gonzalo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73001 + mother = 73019 + 1230.1.1 = { + birth = "1230.1.1" + } + 1263.1.1 = { + add_spouse = 72628 + } + 1280.1.1 = { + death = "1280.1.1" + } +} + +73021 = { + name = "MencI_a" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73001 + mother = 73019 + 1232.1.1 = { + birth = "1232.1.1" + } + 1291.1.1 = { + death = "1291.1.1" + } +} + +73022 = { + name = "InEEs" + female = yes + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73001 + mother = 71970 + 1244.1.1 = { + birth = "1244.1.1" + } + 1265.1.1 = { + death = "1265.1.1" + } +} + +73023 = { + name = "Gonzalo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73020 + mother = 72628 + 1264.1.1 = { + birth = "1264.1.1" + } + 1268.10.10 = { + death = "1268.10.10" + } +} + +73024 = { + name = "Rodrigo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73020 + mother = 72628 + 1266.1.1 = { + birth = "1266.1.1" + } + 1287.1.1 = { + add_spouse = 73026 + } + 1288.1.1 = { + death = "1288.1.1" + } +} + +73025 = { + name = "Elvira" + dynasty = 7025 + female = yes + religion = "catholic" + culture = "castilian" + father = 73020 + mother = 72628 + 1268.1.1 = { + birth = "1268.1.1" + } + 1290.1.1 = { + death = "1290.1.1" + } +} + +73026 = { + name = "Berenguela" + female = yes + religion = "catholic" + culture = "castilian" + 1269.1.1 = { + birth = "1269.1.1" + } + 1346.1.1 = { + death = "1346.1.1" + } +} + +73027 = { + name = "Gonzalo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73024 + mother = 73026 + 1288.1.1 = { + birth = "1288.1.1" + } + 1323.1.1 = { + add_spouse = 72699 + } + 1335.1.1 = { + death = "1335.1.1" + } +} + +73028 = { + name = "Gonzalo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73027 + mother = 72699 + 1324.1.1 = { + birth = "1324.1.1" + } + 1380.1.1 = { + death = "1380.1.1" + } +} + +73029 = { + name = "Rodrigo" + dynasty = 7025 + religion = "catholic" + culture = "castilian" + father = 73027 + mother = 72699 + 1326.1.1 = { + birth = "1326.1.1" + } + 1385.1.1 = { + death = "1385.1.1" + } +} + +73030 = { + name = "GO_mez" + dynasty = 7025 + + father = 73020 + mother = 72628 + + religion = catholic + culture = castilian + + 1270.1.1 = { + birth = yes + } + 1286.1.1 = { + add_spouse = 142200 + } + 1329.1.1 = { + death = yes + } +} + +73031 = { + name = "Juana" + female = yes + dynasty = 7025 + + father = 73030 + + religion = catholic + culture = castilian + + 1287.1.1 = { + birth = yes + } + 1349.1.1 = { + death = yes + } +} + +73040 = { + name = "Marina" + female = yes + religion = "catholic" + culture = "castilian" + 1086.1.1 = { + birth = "1086.1.1" + } + 1140.1.1 = { + death = "1140.1.1" + } +} + +73083 = { + name = "Fernando" + dynasty = 7003 + religion = "catholic" + culture = "castilian" + father = 73082 + mother = 71445 + 1226.1.1 = { + birth = "1226.1.1" + } + 1292.1.1 = { + death = "1292.1.1" + } +} + +73084 = { + name = "Juan" + dynasty = 7003 + religion = "catholic" + culture = "castilian" + father = 73082 + mother = 71445 + 1227.1.1 = { + birth = "1227.1.1" + } + 1276.1.1 = { + death = "1276.1.1" + } +} + +73085 = { + name = "Rodrigo" + dynasty = 7003 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 73082 + mother = 71445 + 1228.1.1 = { + birth = "1228.1.1" + } + 1246.1.1 = { + employer = 73160 + } + 1254.1.1 = { + employer = 73161 + } + 1267.1.1 = { + employer = 72690 + } + 1285.1.1 = { + employer = 0 + } + 1295.1.1 = { + death = "1295.1.1" + } +} + +73086 = { + name = "Pedro" + dynasty = 7003 + religion = "catholic" + culture = "castilian" + father = 73082 + mother = 71445 + 1230.1.1 = { + birth = "1230.1.1" + } + 1292.1.1 = { + death = "1292.1.1" + } +} + +73087 = { + name = "Pedro" + dynasty = 7003 + religion = "catholic" + culture = "castilian" + father = 73083 + 1256.1.1 = { + birth = "1256.1.1" + } + 1292.1.1 = { + add_spouse = 73089 + } + 1311.1.1 = { + death = "1311.1.1" + } +} + +73088 = { + name = "Gutierre" + dynasty = 7003 + religion = "catholic" + culture = "castilian" + father = 73083 + 1257.1.1 = { + birth = "1257.1.1" + } + 1268.1.1 = { + death = "1268.1.1" + } +} + +73090 = { + name = "Fernando" + dynasty = 7003 + religion = "catholic" + culture = "castilian" + father = 73087 + 1301.1.1 = { + birth = "1301.1.1" + } + 1310.1.1 = { + death = "1310.1.1" + } +} + +73091 = { + name = "Rodrigo" + dynasty = 7003 + religion = "catholic" + culture = "castilian" + father = 73087 + 1302.1.1 = { + birth = "1302.1.1" + } + 1354.5.26 = { + death = "1354.5.26" + } +} + +73092 = { + name = "Juana" + female = yes + dynasty = 7003 + + father = 73087 + + religion = catholic + culture = castilian + + 1305.1.1 = { + birth = yes + } + 1331.1.1 = { + death = yes + } +} + +73093 = { + name = "Urraca" + female = yes + dynasty = 7003 + religion = "catholic" + culture = "castilian" + father = 73087 + 1307.1.1 = { + birth = "1307.1.1" + } + 1370.1.1 = { + death = "1370.1.1" + } +} + +73094 = { + name = "Sancho" + dynasty = 8748 + religion = "catholic" + culture = "castilian" + father = 71417 + mother = 71416 + 1302.1.1 = { + birth = "1302.1.1" + } + 1355.1.1 = { + death = "1355.1.1" + } +} + +73095 = { + name = "Pedro" + dynasty = 8748 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 71417 + mother = 71416 + 1303.1.1 = { + birth = "1303.1.1" + } + 1360.1.1 = { + death = "1360.1.1" + } +} + +73096 = { + name = "MarI_a" + female = yes + dynasty = 8748 + religion = "catholic" + culture = "castilian" + father = 71417 + mother = 71416 + 1305.1.1 = { + birth = "1305.1.1" + } + 1362.1.1 = { + death = "1362.1.1" + } +} + +73097 = { + name = "Elvira" + female = yes + dynasty = 8748 + religion = "catholic" + culture = "castilian" + father = 71417 + mother = 71416 + 1306.1.1 = { + birth = "1306.1.1" + } + 1365.1.1 = { + death = "1365.1.1" + } +} + +73098 = { + name = "Teresa" + female = yes + dynasty = 8748 + religion = "catholic" + culture = "castilian" + father = 71417 + mother = 71416 + 1308.1.1 = { + birth = "1308.1.1" + } + 1374.1.1 = { + death = "1374.1.1" + } +} + +73099 = { + name = "Munio" + dynasty = 7010 + + religion = catholic + culture = castilian + + 1045.1.1 = { + birth = yes + } + 1098.1.20 = { + death = yes + } +} + +73100 = { + name = "Rodrigo" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73099 + 1098.1.1 = { + birth = "1098.1.1" + } + 1140.1.1 = { + add_spouse = 73101 + } + 1156.1.1 = { + death = "1156.1.1" + } +} + +73101 = { + name = "Mayor" + female = yes + religion = "catholic" + culture = "castilian" + 1124.1.1 = { + birth = "1124.1.1" + } + 1190.1.1 = { + death = "1190.1.1" + } +} + +73102 = { + name = "Pedro" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73100 + mother = 73101 + 1141.1.1 = { + birth = "1141.1.1" + } + 1187.1.1 = { + add_spouse = 72574 + } + 1195.1.1 = { + add_spouse = 72428 + } + 1195.7.18 = { + death = "1195.7.18" + } +} + +73103 = { + name = "A_lvar" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73100 + mother = 73101 + 1142.1.1 = { + birth = "1142.1.1" + } + 1160.1.1 = { + add_spouse = 72395 + } + 1184.1.1 = { + death = "1184.1.1" + } +} + +73104 = { + name = "Fernando" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73100 + mother = 73101 + 1143.1.1 = { + birth = "1143.1.1" + } + 1167.1.1 = { + add_spouse = 72667 + } + 1187.11.1 = { + death = "1187.11.1" + } +} + +73105 = { + name = "Urraca" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73100 + mother = 73101 + 1144.1.1 = { + birth = "1144.1.1" + } + 1189.1.1 = { + death = "1189.1.1" + } +} + +73106 = { + name = "MarI_a" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73100 + mother = 73101 + 1146.1.1 = { + birth = "1146.1.1" + } + 1190.1.1 = { + death = "1190.1.1" + } +} + +73107 = { + name = "Teresa" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73100 + mother = 73101 + 1147.1.1 = { + birth = "1147.1.1" + } + 1167.1.1 = { + death = "1167.1.1" + } +} + +73108 = { + name = "Fernando" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73103 + mother = 72395 + 1161.1.1 = { + birth = "1161.1.1" + } + 1213.1.1 = { + death = "1213.1.1" + } +} + +73109 = { + name = "Mayor" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73103 + mother = 72395 + 1163.1.1 = { + birth = "1163.1.1" + } + 1216.1.1 = { + death = "1216.1.1" + } +} + +73110 = { + name = "Toda" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73103 + mother = 72395 + 1165.1.1 = { + birth = "1165.1.1" + } + 1217.1.1 = { + death = "1217.1.1" + } +} + +73111 = { + name = "NuN_o" + dynasty = 7010 + + father = 73102 + mother = 72574 + + religion = catholic + culture = castilian + + 1187.9.1 = { + birth = yes + } +# 1204.1.1 = { +# add_spouse = 142087 +# } + 1212.7.16 = { + death = yes + } +} + +73112 = { + name = "GuillE_n" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73102 + mother = 72574 + 1188.6.1 = { + birth = "1188.6.1" + } + 1222.5.1 = { + add_spouse = 73006 + } + 1244.6.30 = { + death = "1244.6.30" + } +} + +73113 = { + name = "Fernando" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73102 + mother = 72574 + + 1189.3.1 = { + birth = "1189.3.1" + } + 1242.1.1 = { + death = "1242.1.1" + } +} + +73114 = { + name = "Teobaldo" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73102 + mother = 72574 + 1190.1.1 = { + birth = "1190.1.1" + } + 1238.1.1 = { + death = "1238.1.1" + } +} + +73115 = { + name = "Elvira" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73102 + mother = 72574 + 1191.1.1 = { + birth = "1191.1.1" + } + 1195.1.1 = { + death = "1195.1.1" + } +} + +73116 = { + name = "Teresa" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73102 + mother = 72574 + 1192.1.1 = { + birth = "1192.1.1" + } + 1199.11.1 = { + death = "1199.11.1" + } +} + +73117 = { + name = "Sancha" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73102 + mother = 72574 + 1193.1.1 = { + birth = "1193.1.1" + } + 1199.11.1 = { + death = "1199.11.1" + } +} + +73118 = { + name = "MarI_a" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + trait = education_learning_1 + father = 73102 + mother = 72574 + 1194.1.1 = { + birth = "1194.1.1" + } + 1240.1.1 = { + death = "1240.1.1" + } +} + +73119 = { + name = "Juana" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73113 + 1210.1.1 = { + birth = "1210.1.1" + } + 1261.1.1 = { + death = "1261.1.1" + } +} + +73120 = { + name = "Pedro" + dynasty = 7010 + + father = 73111 +# mother = 142087 + + religion = catholic + culture = castilian + + 1205.1.1 = { + birth = yes + } + 1230.1.1 = { + add_spouse = 73121 + } + 1246.1.1 = { + death = yes + } +} + +73121 = { + name = "Urraca" + female = yes + + religion = catholic + culture = castilian + + 1212.1.1 = { + birth = yes + } + 1280.1.1 = { + death = yes + } +} + +73122 = { + name = "Juan" + dynasty = 7010 + + father = 73120 + mother = 73121 + + religion = catholic + culture = castilian + + 1231.1.1 = { + birth = yes + } + 1269.1.1 = { + add_spouse = 72928 + } + 1277.8.10 = { + death = yes + } +} + +73123 = { + name = "Pedro" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73122 + mother = 72928 + 1270.1.1 = { + birth = "1270.1.1" + } + 1295.1.1 = { + add_spouse = 73149 + } + 1296.1.1 = { + death = "1296.1.1" + } +} + +73124 = { + name = "Juan" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73122 + mother = 72928 + 1272.1.1 = { + birth = "1272.1.1" + } + 1292.1.1 = { + add_spouse = 73127 + } + 1296.1.1 = { + death = "1296.1.1" + } +} + +73125 = { + name = "Sancha" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73122 + mother = 72928 + 1274.1.1 = { + birth = "1274.1.1" + } + 1275.8.8 = { + death = "1275.8.8" + } +} + +73126 = { + name = "Sancha" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73123 + mother = 73149 + 1296.1.1 = { + birth = "1296.1.1" + } + 1346.1.1 = { + death = "1346.1.1" + } +} + +73127 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1276.1.1 = { + birth = "1276.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +73128 = { + name = "Pedro" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73124 + mother = 73127 + 1293.1.1 = { + birth = "1293.1.1" + } + 1295.1.1 = { + death = "1295.1.1" + } +} + +73129 = { + name = "Juan" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73124 + mother = 73127 + 1294.1.1 = { + birth = "1294.1.1" + } + 1296.1.1 = { + death = "1296.1.1" + } +} + +73130 = { + name = "Pedro" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73112 + mother = 73006 + 1223.2.1 = { + birth = "1223.2.1" + } + 1250.1.1 = { + add_spouse = 71453 + } + 1260.1.1 = { + add_spouse = 71516 + } + 1270.1.1 = { + add_spouse = 73141 + } + 1296.1.1 = { + death = "1296.1.1" + } +} + +73131 = { + name = "NuN_o" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73112 + mother = 73006 + 1224.1.1 = { + birth = "1224.1.1" + } + 1261.1.1 = { + add_spouse = 72600 + } + 1280.1.1 = { + death = "1280.1.1" + } +} + +73132 = { + name = "MarI_a" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73112 + mother = 73006 + 1225.1.1 = { + birth = "1225.1.1" + } + 1267.1.1 = { + death = "1267.1.1" + } +} + +73133 = { + name = "A_lvar" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73131 + mother = 72600 + 1262.1.1 = { + birth = "1262.1.1" + } + 1280.1.1 = { + add_spouse = 71520 + } + 1300.1.1 = { + death = "1300.1.1" + } +} + +73134 = { + name = "Pedro" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73133 + mother = 71520 + 1281.1.1 = { + birth = "1281.1.1" + } + 1323.1.1 = { + add_spouse = 71502 + } + 1335.1.1 = { + death = "1335.1.1" + } +} + +73135 = { + name = "A_lvar" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73133 + mother = 71520 + 1282.1.1 = { + birth = "1282.1.1" + } + 1303.1.1 = { + add_spouse = 73138 + } + 1339.1.1 = { + death = "1339.1.1" + } +} + +73136 = { + name = "Teresa" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73133 + mother = 71520 + 1283.1.1 = { + birth = "1283.1.1" + } + 1343.1.1 = { + death = "1343.1.1" + } +} + +73137 = { + name = "Fernando" + dynasty = 12182 + religion = "catholic" + culture = "castilian" + 1280.1.1 = { + birth = "1280.1.1" + } + 1300.1.1 = { + add_spouse = 73136 + } + 1334.1.1 = { + death = "1334.1.1" + } +} + +73138 = { + name = "Aldonza" + female = yes + religion = "catholic" + culture = "castilian" + 1285.1.1 = { + birth = "1285.1.1" + } + 1347.1.1 = { + death = "1347.1.1" + } +} + +73139 = { + name = "MarI_a" + female = yes + religion = "catholic" + culture = "castilian" + 1292.1.1 = { + birth = "1292.1.1" + } + 1360.1.1 = { + death = "1360.1.1" + } +} + +73140 = { + name = "A_lvar" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73134 + mother = 71502 + 1323.1.1 = { + birth = "1323.1.1" + } + 1370.1.1 = { + death = "1370.1.1" + } +} + +73141 = { + name = "Teresa" + female = yes + religion = "catholic" + culture = "castilian" + 1252.1.1 = { + birth = "1252.1.1" + } + 1329.1.1 = { + death = "1329.1.1" + } +} + +73142 = { + name = "A_lvaro" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73130 + mother = 73141 + 1271.1.1 = { + birth = "1271.1.1" + } + 1323.1.1 = { + death = "1323.1.1" + } +} + +73143 = { + name = "Pedro" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73142 + 1289.1.1 = { + birth = "1289.1.1" + } + 1308.1.1 = { + add_spouse = 73139 + } + 1342.1.1 = { + death = "1342.1.1" + } +} + +73144 = { + name = "A_lvaro" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73142 + 1291.1.1 = { + birth = "1291.1.1" + } + 1319.1.1 = { + add_spouse = 73147 + } + 1345.1.1 = { + death = "1345.1.1" + } +} + +73145 = { + name = "Alfonso" + dynasty = 7010 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 73143 + mother = 73139 + 1309.1.1 = { + birth = "1309.1.1" + } + 1327.1.1 = { + employer = 72948 + } + 1331.1.1 = { + employer = 458003 + } + 1342.1.1 = { + death = "1342.1.1" + } +} + +73146 = { + name = "Leonor" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73143 + mother = 73139 + 1310.1.1 = { + birth = "1310.1.1" + } + 1351.1.1 = { + death = "1351.1.1" + } +} + +73147 = { + name = "Urraca" + female = yes + religion = "catholic" + culture = "castilian" + 1300.1.1 = { + birth = "1300.1.1" + } + 1350.1.1 = { + death = "1350.1.1" + } +} + +73148 = { + name = "Teresa" + female = yes + dynasty = 7010 + religion = "catholic" + culture = "castilian" + father = 73144 + mother = 73147 + 1320.1.1 = { + birth = "1320.1.1" + } + 1373.1.1 = { + death = "1373.1.1" + } +} + +73149 = { + name = "InEEs" + female = yes + religion = "catholic" + culture = "castilian" + 1277.1.1 = { + birth = "1277.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +73151 = { + name = "Fernando" + dynasty = 12183 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + 1118.1.1 = { + birth = "1118.1.1" + } + 1164.1.1 = { + employer = 73150 + } + 1169.1.1 = { + employer = 0 + } + 1170.1.1 = { + death = "1170.1.1" + } +} + +73153 = { + name = "NuN_o" + dynasty = 7020 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + 1137.1.1 = { + birth = "1137.1.1" + } + 1164.1.1 = { + employer = 73150 + } + 1169.1.1 = { + employer = 73151 + } + 1170.1.1 = { + employer = 73152 + } + 1182.1.1 = { + employer = 0 + } + 1199.1.1 = { + death = "1199.1.1" + } +} + +73154 = { + name = "Rodrigo" + dynasty = 12184 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + 1157.1.1 = { + birth = "1157.1.1" + } + 1175.1.1 = { + employer = 73152 + } + 1182.1.1 = { + employer = 73153 + } + 1199.1.1 = { + employer = 224003 + } + 1207.1.1 = { + employer = 0 + } + 1212.1.1 = { + death = "1212.1.1" + } +} + +73155 = { + name = "Rodrigo" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1167.1.1 = { + birth = yes + } + 1185.1.1 = { + employer = 73153 + } + 1199.1.1 = { + employer = 224003 + } + 1207.1.1 = { + employer = 73154 + } + 1212.1.1 = { + employer = 0 + } + 1216.1.1 = { + death = yes + } +} + +73156 = { + name = "MartI_n" + dynasty = 7021 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + 1168.1.1 = { + birth = "1168.1.1" + } + 1186.1.1 = { + employer = 73153 + } + 1199.1.1 = { + employer = 224003 + } + 1207.1.1 = { + employer = 73154 + } + 1212.1.1 = { + employer = 73155 + } + 1216.1.1 = { + employer = 0 + } + 1218.1.1 = { + death = "1218.1.1" + } +} + +73158 = { + name = "MartI_n" + dynasty = 12186 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + 1182.1.1 = { + birth = "1182.1.1" + } + 1200.1.1 = { + employer = 224003 + } + 1207.1.1 = { + employer = 73154 + } + 1212.1.1 = { + employer = 73155 + } + 1216.1.1 = { + employer = 73156 + } + 1218.1.1 = { + employer = 73157 + } + 1238.1.1 = { + employer = 0 + } + 1240.1.1 = { + death = "1240.1.1" + } +} + +73159 = { + name = "GO_mez" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1182.1.1 = { + birth = yes + } + 1204.1.1 = { + employer = 224003 + } + 1207.1.1 = { + employer = 73154 + } + 1212.1.1 = { + employer = 73155 + } + 1216.1.1 = { + employer = 73156 + } + 1218.1.1 = { + employer = 73157 + } + 1238.1.1 = { + employer = 73158 + } + 1240.1.1 = { + employer = 0 + } + 1243.1.1 = { + death = yes + } +} + +73160 = { + name = "Fernando" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1190.1.1 = { + birth = yes + } + 1208.1.1 = { + employer = 73154 + } + 1212.1.1 = { + employer = 73155 + } + 1216.1.1 = { + employer = 73156 + } + 1218.1.1 = { + employer = 73157 + } + 1238.1.1 = { + employer = 73158 + } + 1240.1.1 = { + employer = 73159 + } + 1243.1.1 = { + employer = 0 + } + 1254.1.1 = { + death = yes + } +} + +73161 = { + name = "Pedro" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1190.1.1 = { + birth = yes + } + 1221.1.1 = { + employer = 73164 + } + 1227.1.1 = { + employer = 73165 + } + 1234.1.1 = { + employer = 0 + } + 1267.1.1 = { + death = yes + } +} + +73162 = { + name = "Diego" + dynasty = 12187 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + 1240.1.1 = { + birth = "1240.1.1" + } + 1258.1.1 = { + employer = 73161 + } + 1267.1.1 = { + employer = 72690 + } + 1285.1.1 = { + employer = 73085 + } + 1295.1.1 = { + employer = 0 + } + 1296.1.1 = { + death = "1296.1.1" + } +} + +73163 = { + name = "GarcI_a" + dynasty = 7022 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + 1243.1.1 = { + birth = "1243.1.1" + } + 1261.1.1 = { + employer = 73161 + } + 1267.1.1 = { + employer = 72690 + } + 1285.1.1 = { + employer = 73085 + } + 1295.1.1 = { + employer = 73162 + } + 1296.1.1 = { + employer = 0 + } + 1322.1.1 = { + death = "1322.1.1" + } +} + +73164 = { + name = "Diego" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1172.1.1 = { + birth = yes + } + 1227.1.1 = { + death = yes + } +} + +73165 = { + name = "Arias" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1172.1.1 = { + birth = yes + } + 1221.1.1 = { + employer = 73164 + } + 1227.1.1 = { + employer = 0 + } + 1234.1.1 = { + death = yes + } +} + +73167 = { + name = "Fernando" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1231.1.1 = { + birth = yes + } + 1249.1.1 = { + employer = 73161 + } + 1254.1.1 = { + employer = 73166 + } + 1284.1.1 = { + employer = 0 + } + 1292.1.1 = { + death = yes + } +} + +73169 = { + name = "Gonzalo" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1247.1.1 = { + birth = yes + } + 1265.1.1 = { + employer = 73166 + } + 1284.1.1 = { + employer = 73167 + } + 1292.1.1 = { + employer = 73168 + } + 1296.1.1 = { + employer = 0 + } + 1312.1.1 = { + death = yes + } +} + +73171 = { + name = "Suero" + dynasty = 12191 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 73175 + 1270.1.1 = { + birth = "1270.1.1" + } + 1288.1.1 = { + employer = 73167 + } + 1292.1.1 = { + employer = 73168 + } + 1296.1.1 = { + employer = 73169 + } + 1312.1.1 = { + employer = 73170 + } + 1318.1.1 = { + employer = 0 + } + 1334.1.1 = { + death = "1334.1.1" + } +} + +73172 = { + name = "Rodrigo" + dynasty = 12191 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 73175 + 1272.1.1 = { + birth = "1272.1.1" + } + 1290.1.1 = { + employer = 73167 + } + 1292.1.1 = { + employer = 73168 + } + 1296.1.1 = { + employer = 73169 + } + 1312.1.1 = { + employer = 73170 + } + 1318.1.1 = { + employer = 73171 + } + 1334.1.1 = { + employer = 0 + } + 1335.1.1 = { + death = "1335.1.1" + } +} + +73173 = { + name = "Fernando" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1280.1.1 = { + birth = yes + } + 1298.1.1 = { + employer = 73169 + } + 1312.1.1 = { + employer = 73170 + } + 1318.1.1 = { + employer = 73171 + } + 1334.1.1 = { + employer = 73172 + } + 1335.1.1 = { + employer = 0 + } + 1335.7.1 = { + death = yes + } +} + +73174 = { + name = "Suero" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1286.1.1 = { + birth = yes + } + 1304.1.1 = { + employer = 73169 + } + 1312.1.1 = { + employer = 73170 + } + 1318.1.1 = { + employer = 73171 + } + 1334.1.1 = { + employer = 73172 + } + 1335.1.1 = { + employer = 73173 + } + 1335.7.1 = { + employer = 0 + } + 1337.1.1 = { + death = yes + } +} + +73175 = { + name = "Pedro" + dynasty = 12191 + religion = "catholic" + culture = "castilian" + 1240.1.1 = { + birth = "1240.1.1" + } + 1290.1.1 = { + death = "1290.1.1" + } +} + +73872 = { + name = "Aragonte" + female = yes + dynasty_house = house_betotez + + father = 73870 + + religion = catholic + culture = castilian + + 902.1.1 = { + birth = yes + } + 923.1.1 = { + death = yes + } +} + +73769 = { + name = "Gonzalo" # Gonzalo Fernández de Lara + dynasty = 776 + + father = 73768 + mother = 73767 + + religion = catholic + culture = castilian + + 880.1.1 = { + birth = yes + } + 914.1.1 = { + add_spouse = 200065 + } + 915.1.1 = { + death = yes + } +} + +106020 = { + name = "Andregoto" + female = yes + martial = 6 + diplomacy = 5 + intrigue = 5 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = education_diplomacy_1 + 1053.1.1 = { + birth = "1053.1.1" + } + 1066.1.1 = { + employer = 106011 + } + 1103.1.1 = { + death = "1103.1.1" + } +} + +106050 = { + name = "GarcI_a" + dynasty_house = house_aza + martial = 7 + diplomacy = 7 + intrigue = 8 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = cynical + trait = craven + trait = education_martial_2 + father = 106060 + mother = 70068 + 1041.1.1 = { + birth = "1041.1.1" + } + 1076.1.1 = { + add_spouse = 106016 + } + 1106.1.1 = { + add_spouse = 71359 + } + 1108.5.30 = { + death = "1108.5.30" + } +} + +106062 = { + name = "Teresa" + female = yes + dynasty_house = house_aza + martial = 8 + diplomacy = 7 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = wrathful + trait = cynical + trait = education_intrigue_1 + father = 106060 + mother = 70068 + 1043.1.1 = { + birth = "1043.1.1" + } + 1090.1.1 = { + death = "1090.1.1" + } +} + +106064 = { + name = "Urraca" + female = yes + dynasty_house = house_aza + martial = 5 + diplomacy = 5 + intrigue = 8 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_intrigue_1 + father = 106060 + mother = 70068 + 1046.1.1 = { + birth = "1046.1.1" + } + 1102.1.1 = { + death = "1102.1.1" + } +} + +106065 = { + name = "Rodrigo" + dynasty_house = house_aza + martial = 8 + diplomacy = 7 + intrigue = 7 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = brave + trait = education_martial_2 + father = 106060 + mother = 70068 + 1044.1.1 = { + birth = "1044.1.1" + } + 1091.8.9 = { + death = "1091.8.9" + } +} + +107500 = { + name = "Sancho" # AKA: Sancho II 'el Fuerte' + dna = 107500_king_sancho + dynasty = 442 + martial = 8 + diplomacy = 7 + intrigue = 3 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = ambitious + trait = wrathful + trait = brave + trait = education_martial_2 + father = 107510 + mother = 107511 + 1036.1.1 = { + birth = "1036.1.1" + effect = { + add_character_flag = has_scripted_appearance + } + } + 1052.1.1 = { + effect = { + set_relation_rival = character:109500 #Invaded his brother's land and forced him to flee + set_relation_rival = character:108500 #Attacked his brother + set_relation_friend = character:107590 #"El Cid", served Sancho II as a commander + give_nickname = "nick_the_strong" + } + } + 1067.1.1 = { + add_pressed_claim = k_navarra + add_pressed_claim = d_navarra + } + 1067.11.7 = { + add_pressed_claim = k_spanish_galicia + add_pressed_claim = d_galicia + } + 1067.11.7 = { + add_pressed_claim = k_leon + add_pressed_claim = d_leon + add_pressed_claim = d_asturias + } + 1070.1.1 = { + remove_claim = k_navarra + remove_claim = d_navarra + } + 1071.2.1 = { + remove_claim = k_spanish_galicia + remove_claim = d_galicia + } + 1071.3.26 = { + add_spouse = 71367 + } + 1072.1.12 = { + remove_claim = k_leon + remove_claim = d_leon + remove_claim = d_asturias + } + 1072.10.7 = { + death = "1072.10.7" + } +} + +107501 = { + name = "Elvira" + female = yes + dynasty = 442 + martial = 2 + diplomacy = 7 + intrigue = 4 + stewardship = 3 + religion = "catholic" + culture = "castilian" + trait = chaste + trait = cynical + trait = education_diplomacy_1 + father = 107510 + mother = 107511 + 1039.1.1 = { + birth = "1039.1.1" + } + 1101.11.15 = { + death = "1101.1.1" + } +} + +107510 = { + name = "Fernando" # AKA: Fernando I 'el Magno' + dynasty = 442 + martial = 5 + diplomacy = 5 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = lustful + trait = education_intrigue_2 + father = 106030 + mother = 107650 + 1017.1.1 = { + birth = "1017.1.1" + } + 1032.12.1 = { + add_spouse = 107511 + } + 1037.9.4 = { + capital = c_leon + give_nickname = nick_the_great + } + 1065.12.27 = { + death = "1065.12.27" + } +} + +107570 = { + name = "Gonzalo" + dynasty = 776 + martial = 5 + diplomacy = 6 + intrigue = 8 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = temperate + trait = education_martial_3 + father = 107580 + 1050.1.1 = { + birth = "1050.1.1" + } + 1077.1.1 = { + add_spouse = 107571 + } + 1105.12.22 = { + death = "1105.12.22" + } +} + +107571 = { + name = "Goto" + female = yes + religion = "catholic" + culture = "castilian" + trait = education_diplomacy_1 + 1060.1.1 = { + birth = "1060.1.1" + } + 1113.1.1 = { + death = "1113.1.1" + } +} + +107580 = { + name = "NuN_o" + dynasty = 776 + martial = 5 + diplomacy = 4 + intrigue = 7 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = greedy + trait = honest + trait = education_stewardship_3 + father = 70250 + mother = 70251 + 1015.1.1 = { + birth = "1015.1.1" + } + 1065.1.1 = { + death = "1065.1.1" + } +} + +107590 = { + name = "Rodrigo" #AKA: El Cid + dynasty = 407 + religion = "catholic" + culture = "castilian" + father = 107600 + mother = 107601 + + #Skills + diplomacy = 10 + martial = 10 + stewardship = 7 + intrigue = 0 + learning = 6 + prowess = 10 + + #Education + trait = education_martial_4 + trait = education_martial_prowess_4 #Technologically unavailable, but it *is* El Cid. + + #Personality Traits + trait = trusting + trait = diligent + trait = brave + trait = calm + + #Other Traits + trait = open_terrain_expert + trait = rough_terrain_expert + trait = flexible_leader + trait = gallant + trait = strategist + + sexuality = heterosexual + disallow_random_traits = yes + 1043.1.1 = { + birth = "1043.1.1" + } + 1066.1.1 = { + employer = 107500 + + give_nickname = nick_the_campeador + + effect = { + set_relation_potential_rival = character:106050 #Garcia Ordonez: they haven't started fighting at this point, so we just give them a little nudge. + set_relation_potential_rival = character:108500 #Alfonso VI: likewise, the animosity here doesn't actually materialise till Alfonso's murder of his brother Sancho II in 1071, but we give it a little nudge just the same. + } + } + 1072.10.7 = { + employer = 108500 + } + 1074.1.1 = { + add_spouse = 108519 + } + 1082.1.1 = { + employer = 3935 + } + 1086.1.1 = { + employer = 108500 + } + 1088.1.1 = { + employer = 45005 + } + 1094.1.1 = { + employer = 0 + } + 1099.7.10 = { + death = "1099.7.10" + } +} + +107600 = { + name = "Diego" + dynasty = 407 + martial = 6 + diplomacy = 5 + intrigue = 7 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = honest + trait = education_diplomacy_2 + father = 107610 + 1020.1.1 = { + birth = "1020.1.1" + } + 1040.1.1 = { + add_spouse = 107601 + } + 1058.1.1 = { + death = "1058.1.1" + } +} + +107601 = { + name = "Teresa" + female = yes + dynasty = 12298 + religion = "catholic" + culture = "castilian" + trait = craven + trait = education_diplomacy_2 + father = 107630 + mother = 107631 + 1020.1.1 = { + birth = "1020.1.1" + } + 1060.1.1 = { + death = "1060.1.1" + } +} + +107610 = { + name = "LaI_n" + dynasty = 407 + martial = 7 + diplomacy = 4 + intrigue = 8 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = diligent + trait = honest + trait = cynical + trait = calm + trait = education_martial_2 + father = 107620 + mother = 107621 + 1005.1.1 = { + birth = "1005.1.1" + } + 1063.1.1 = { + death = "1063.1.1" + } +} + +107620 = { + name = "NuN_o" + dynasty = 407 + martial = 7 + diplomacy = 5 + intrigue = 7 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = greedy + trait = gluttonous + trait = education_stewardship_1 + 990.1.1 = { + birth = "990.1.1" + } + 1006.1.1 = { + add_spouse = 107621 + } + 1051.1.1 = { + death = "1051.1.1" + } +} + +107621 = { + name = "Eylo" + female = yes + martial = 6 + diplomacy = 5 + intrigue = 4 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = lazy + trait = wrathful + trait = education_intrigue_2 + 990.1.1 = { + birth = "990.1.1" + } + 1035.1.1 = { + death = "1035.1.1" + } +} + +107630 = { + name = "Rodrigo" + dynasty = 12298 + religion = "catholic" + culture = "castilian" + trait = education_intrigue_1 + 1000.1.1 = { + birth = "1000.1.1" + } + 1018.1.1 = { + add_spouse = 107631 + } + 1059.1.1 = { + death = "1059.1.1" + } +} + +107631 = { + name = "Teresa" + female = yes + martial = 5 + diplomacy = 7 + intrigue = 4 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = education_intrigue_1 + 1000.1.1 = { + birth = "1000.1.1" + } + 1050.1.1 = { + death = "1050.1.1" + } +} + +107640 = { + name = "Pedro" + dynasty = 8603 + + father = 107642 + mother = 70101 + + religion = catholic + culture = castilian + + 1037.1.1 = { + birth = yes + } + 1066.1.1 = { + add_spouse = 70102 + } + 1117.12.9 = { + death = yes + } +} + +107641 = { + name = "Gonzalo" + dynasty = 776 + + father = 107670 + mother = 107671 + + religion = catholic + culture = castilian + + 967.1.1 = { + birth = yes + } + 1014.1.1 = { + death = yes + } +} + +107642 = { + name = "Ansur" + dynasty = 8603 + + father = 200079 + + religion = catholic + culture = castilian + + 995.1.1 = { + birth = yes + } + 1035.1.1 = { + add_spouse = 70101 + } + 1043.1.1 = { + remove_spouse = 70101 + } + 1043.1.2 = { + add_spouse = 70099 + } + 1047.9.30 = { + death = yes + } +} + +107643 = { + name = "Diego" + dynasty = 8603 + + father = 107642 + mother = 70099 + + religion = catholic + culture = castilian + + 1046.1.1 = { + birth = yes + } + 1066.1.1 = { + employer = 107640 + } + 1084.8.1 = { + death = yes + } +} + +107644 = { + name = "Mayor" + female = yes + dynasty = 8603 + + father = 107640 + mother = 70102 + + religion = catholic + culture = castilian + + 1070.1.1 = { + birth = yes + } + 1148.4.23 = { + death = yes + } +} + +107645 = { + name = "MI_lia" + female = yes + dynasty = 8603 + + father = 107640 + mother = 70102 + + religion = catholic + culture = castilian + + 1074.1.1 = { + birth = yes + } + 1130.1.1 = { + death = yes + } +} + +107646 = { + name = "MarI_a" + female = yes + dynasty = 8603 + + father = 107640 + mother = 70102 + + religion = catholic + culture = castilian + + 1072.1.1 = { + birth = yes + } + 1129.1.1 = { + death = yes + } +} + +107650 = { + name = "Muniadona" #AKA: Munia Mayor de Castilla + female = yes + dynasty = 776 + + father = 107660 + mother = 107689 + + religion = catholic + culture = castilian + + 995.1.1 = { + birth = yes + } + 1066.7.13 = { + death = yes + } +} + +107660 = { + name = "Sancho" # AKA: Sancho I 'el de los Buenos Fueros' + dynasty = 776 + + father = 107670 + mother = 107671 + + religion = catholic + culture = castilian + + martial = 7 + diplomacy = 6 + intrigue = 8 + stewardship = 6 + + trait = craven + trait = education_intrigue_2 + + 965.1.1 = { + birth = yes + } + 990.1.1 = { + add_spouse = 107689 + } + 1017.2.5 = { + death = yes + } +} + +107661 = { + name = "Sancha" + female = yes + dynasty = 776 + + father = 107660 + mother = 107689 + + religion = catholic + culture = castilian + + 1006.1.1 = { + birth = yes + } + 1026.6.26 = { + death = yes + } +} + +107672 = { + name = "Mayor" + female = yes + dynasty = 776 + + father = 107670 + mother = 107671 + + religion = catholic + culture = castilian + + 960.1.1 = { + birth = yes + } + 1036.1.1 = { + death = yes + } +} + +107673 = { + name = "Elvira" + female = yes + dynasty = 776 + + father = 107670 + mother = 107671 + + religion = catholic + culture = castilian + + 969.1.1 = { + birth = yes + } + 1017.12.1 = { + death = yes + } +} + +107680 = { + name = "FernA_n" #AKA: Fernán González + dynasty = 776 + + father = 73769 + + religion = catholic + culture = castilian + + martial = 6 + diplomacy = 5 + intrigue = 8 + stewardship = 5 + + trait = greedy + trait = education_intrigue_2 + + 910.1.1 = { + birth = yes + } + 932.1.1 = { + add_spouse = 107681 + } + 955.11.29 = { + add_spouse = 107683 + } + 970.6.1 = { + death = yes + } +} + +107682 = { + name = "Urraca" + female = yes + dynasty = 776 + + father = 107680 + mother = 107681 + + religion = catholic + culture = castilian + + 935.1.1 = { + birth = yes + } + 1007.1.1 = { + death = yes + } +} + +107684 = { + name = "Pedro" + dynasty = 776 + + father = 107680 + + religion = catholic + culture = castilian + + 937.1.1 = { + birth = yes + } + 1001.1.1 = { + death = yes + } +} + +107685 = { + name = "Salvador" + dynasty = 776 + + father = 107684 + + religion = catholic + culture = castilian + + 955.1.1 = { + birth = yes + } + 1029.1.1 = { + death = yes + } +} + +107686 = { + name = "Gonzalo" + dynasty = 776 + + father = 107684 + + religion = catholic + culture = castilian + + 980.1.1 = { + birth = yes + } + 1015.1.1 = { + add_spouse = 107687 + } + 1070.1.1 = { + death = yes + } +} + +107687 = { + name = "Elvira" + female = yes + + religion = catholic + culture = castilian + + 995.1.1 = { + birth = yes + } + 1067.1.1 = { + death = yes + } +} + +107688 = { + name = "Goto" + female = yes + dynasty = 776 + + father = 107686 + mother = 107687 + + religion = catholic + culture = castilian + + 1017.1.1 = { + birth = yes + } + 1078.1.1 = { + death = yes + } +} + +107689 = { + name = "Urraca" + female = yes + dynasty = 776 + + father = 107685 + + religion = catholic + culture = castilian + + 975.1.1 = { + birth = yes + } + 1032.1.1 = { + death = yes + } +} + +108500 = { + name = "Alfonso" # AKA: Alfonso VI 'el Bravo' + dna = 108500_king_alfonso + dynasty = 442 + martial = 7 + diplomacy = 7 + intrigue = 6 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = calm + trait = deceitful + trait = cynical + trait = brave + trait = schemer + trait = education_martial_4 + father = 107510 + mother = 107511 + 1040.1.1 = { + birth = "1040.1.1" + effect = { + add_character_flag = has_scripted_appearance + } + } + 1060.1.1 = { + effect = { + set_relation_friend = character:107640 #Pedro Ansúrez, regular companion during his years of education + give_nickname = nick_the_brave + } + } + 1067.11.7 = { + add_pressed_claim = k_spanish_galicia + add_pressed_claim = d_galicia + } + 1072.1.12 = { + add_pressed_claim = k_leon + add_pressed_claim = d_leon + add_pressed_claim = d_asturias + } + 1072.10.7 = { + remove_claim = k_leon + remove_claim = k_spanish_galicia + remove_claim = d_leon + remove_claim = d_asturias + remove_claim = d_galicia + capital = c_leon + effect = { + set_relation_friend = character:3924 #Al-Mamun, Alfonso fled to his court after being defeated by Sancho II and they grew close + } + } + 1073.11.1 = { + add_spouse = 235 + } + 1078.6.6 = { + remove_spouse = 235 + } + 1079.12.1 = { + add_spouse = 219 + } + 1085.5.25 = { + capital = c_toledo + } + 1094.12.1 = { + add_spouse = 295 + } + 1100.5.14 = { + add_spouse = 71373 + } + 1108.1.1 = { + add_spouse = 127037 + } + 1109.6.30 = { + death = "1109.6.30" + } +} + +108501 = { + name = "Urraca" + dna = 108501_infanta_urraca + female = yes + dynasty = 442 + martial = 2 + diplomacy = 6 + intrigue = 9 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = zealous + trait = arrogant + trait = deceitful + trait = education_intrigue_2 + father = 107510 + mother = 107511 + 1033.1.1 = { + birth = "1033.1.1" + effect = { + add_character_flag = has_scripted_appearance + } + } + 1060.1.1 = { + effect = { + set_relation_lover = character:108500 #According to "A History of Medieval Spain" Urraca displayed "a more than sisterly love" towards Alfonso + } + } + 1103.11.13 = { + death = "1103.11.13" + } +} + +109500 = { + name = "GarcI_a" + dna = 109500_king_garcia + dynasty = 442 + martial = 4 + diplomacy = 8 + intrigue = 2 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = trusting + trait = wrathful + trait = zealous + trait = education_diplomacy_1 + father = 107510 + mother = 107511 + 1042.1.1 = { + birth = "1042.1.1" + effect = { + add_character_flag = has_scripted_appearance + } + } + 1066.1.1 = { + effect = { + set_relation_rival = character:109607 #Nuno Mendes rebelled against García 1071 + } + } + 1069.1.1 = { + add_pressed_claim = k_spanish_galicia + add_pressed_claim = d_galicia + } + 1072.10.7 = { + remove_claim = k_spanish_galicia + } + 1090.3.22 = { + death = "1090.3.22" + } +} + +109621 = { + name = "Alduara" # Alduara Peláez (Betótez) + female = yes + dynasty_house = house_betotez + + religion = catholic + culture = castilian + + father = 70242 + mother = 70243 + + 928.1.1 = { + birth = yes + } + 983.1.1 = { + death = yes + } +} + +127011 = { + name = "Elvira" + female = yes + dynasty = 442 + martial = 8 + diplomacy = 5 + intrigue = 6 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = "bastard" + father = 108500 + mother = 70061 + 1080.1.1 = { + birth = "1080.1.1" + } + 1156.6.20 = { + death = "1156.6.20" + } +} + +142042 = { + name = "Alfonso" # Alfonso Tellez de Meneses + dynasty = 400 # de Meneses + religion = "catholic" + culture = "castilian" + father = 142308 + mother = 142309 + 1170.1.1 = { + birth = "1170.1.1" + } + 1190.1.1 = { + add_spouse = 72999 + } + 1225.1.1 = { + add_spouse = 91107 + } + 1230.1.1 = { + death = "1230.1.1" + } +} + +142090 = { + name = "Sancha" # Sancha Pérez de Guzmán + female = yes + # dynasty = # de Guzman line not included + religion = "catholic" + culture = "castilian" + 1290.1.1 = { + birth = "1290.1.1" + } + # Gonçalo Anes de Briteiros + 1340.1.1 = { + death = "1340.1.1" + } +} + +142308 = { + name = "Tello" # Tello Pérez de Meneses + dynasty = 400 # de Meneses + religion = "catholic" + culture = "castilian" + 1150.1.1 = { + birth = "1150.1.1" + } + 1170.1.1 = { + add_spouse = 142309 + } + 1230.1.1 = { + death = "1230.1.1" + } +} + +142309 = { + name = "Jimena" + #Ximena Ordoñez + female = yes + religion = "catholic" + culture = "castilian" + 1150.1.1 = { + birth = "1150.1.1" + } + 1230.1.1 = { + death = "1230.1.1" + } +} + +142316 = { + name = "Tello" + #Tel Alfonso de Menezes + dynasty = 400 #de Menezes + religion = "catholic" + culture = "castilian" + father = 142042 + mother = 72999 + 1190.1.1 = { + birth = "1190.1.1" + } + 1230.1.1 = { + death = "1230.1.1" + } +} + +142317 = { + name = "Alfonso" + #Alfonso Tellez de Menezes + dynasty = 400 #de Menezes + religion = "catholic" + culture = "castilian" + father = 142042 + mother = 72999 + 1200.1.1 = { + birth = "1200.1.1" + } + 1230.1.1 = { + add_spouse = 72816 + } + 1250.1.1 = { + death = "1250.1.1" + } +} + +142318 = { + name = "Mayor" + #Mor Alfonso de Menezes + female = yes + dynasty = 400 #de Menezes + religion = "catholic" + culture = "castilian" + father = 142042 + mother = 72999 + 1201.1.1 = { + birth = "1201.1.1" + } + 1251.1.1 = { + death = "1251.1.1" + } +} + +142323 = { + name = "Teresa" + #Teresa Alfonso de Menezes + female = yes + dynasty = 400 #de Menezes + religion = "catholic" + culture = "castilian" + father = 142042 + mother = 72999 + 1193.1.1 = { + birth = "1193.1.1" + } + 1252.1.1 = { + death = "1252.1.1" + } +} + +142326 = { + name = "Constanza" #Constanza Alfonso de Menezes + female = yes + dynasty = 400 #de Menezes + religion = "catholic" + culture = "castilian" + father = 142317 + mother = 72816 + 1239.1.1 = { + birth = "1239.1.1" + } + 1285.1.1 = { + death = "1285.1.1" + } +} + +142327 = { + name = "Teresa" #Teresa Alfonso de Menezes + female = yes + dynasty = 400 #de Menezes + religion = "catholic" + culture = "castilian" + father = 142317 + mother = 72816 + 1241.1.1 = { + birth = "1241.1.1" + } + 1281.1.1 = { + death = "1281.1.1" + } +} + +142329 = { + name = "Ximena" # Ximena Nunes + female = yes + # dynasty = + religion = "catholic" + culture = "castilian" + 1120.1.1 = { + birth = "1120.1.1" + } + 1170.1.1 = { + death = "1170.1.1" + } +} + +142394 = { + name = "Sancha" # Sancha Gonçalves de Orvaneja + female = yes + # dynasty = # de Orvaneja + religion = "catholic" + culture = "castilian" + 1180.1.1 = { + birth = "1180.1.1" + } + 1209.1.1 = { + death = "1209.1.1" + } +} + +144614 = { + name = "Gilbert" + religion = "catholic" + culture = "castilian" + 1150.1.1 = { + birth = "1150.1.1" + } + 1200.12.1 = { + death = "1200.12.1" + } +} + +142325 = { + name = "Alfonso" #Alfonso Tellez de Menezes + dynasty = 400 #de Menezes + religion = "catholic" + culture = "castilian" + father = 142317 + mother = 72816 + 1238.1.1 = { + birth = "1238.1.1" + } + 1262.1.1 = { + add_spouse = 71457 + } + 1280.1.1 = { + death = "1280.1.1" + } +} + +194451 = { + name = "Sancho" + religion = "catholic" + culture = "castilian" + + 1000.2.7 = { + birth = yes + } + 1066.1.1 = { + employer = 70265 + } + 1066.9.16 = { + death = yes + } +} + +194452 = { + name = "Alicia" + female = yes + religion = "catholic" + culture = "castilian" + father = 194451 + + trait = education_diplomacy_2 + trait = cynical + + disallow_random_traits = yes + + 1033.2.7 = { + birth = yes + } + 1066.1.1 = { + employer = 70265 + } + 1066.9.16 = { + death = yes + } +} + +200070 = { + name = "Gutierre" + dynasty = 776 + + father = 200069 + + religion = catholic + culture = castilian + + 913.1.1 = { + birth = yes + } + 931.1.1 = { + death = yes + } +} + +200076 = { + name = "GO_mez" + dynasty = 8603 + + father = 200079 + + religion = catholic + culture = castilian + + 1000.1.1 = { + birth = yes + } + 1057.8.11 = { + death = yes + } +} + +200077 = { + name = "Fernando" + dynasty = 8603 + + father = 72840 + mother = 200078 + + religion = catholic + culture = castilian + + 1143.1.1 = { + birth = yes + } + 1175.6.3 = { + death = yes + } +} + +200078 = { + name = "MarI_a" + female = yes + + religion = catholic + culture = castilian + + 1125.1.1 = { + birth = yes + } + 1187.1.1 = { + death = yes + } +} + +200079 = { + name = "Diego" + dynasty = 8603 + + religion = catholic + culture = castilian + + 978.1.1 = { + birth = yes + } + 1028.1.1 = { + death = yes + } +} + +200080 = { + name = "Mayor" + female = yes + dynasty = 12143 + + father = 72475 + mother = 72476 + + religion = catholic + culture = castilian + + 1209.1.1 = { + birth = yes + } + 1226.1.1 = { + death = yes + } +} + +200081 = { + name = "Beatriz" + female = yes + + religion = catholic + culture = castilian + + 1210.1.1 = { + birth = yes + } + 1266.1.1 = { + death = yes + } +} + +200082 = { + name = "MarI_a" + female = yes + dynasty = 12143 + + father = 72475 + mother = 72477 + + religion = catholic + culture = castilian + + 1229.1.1 = { + birth = yes + } + 1291.1.1 = { + death = yes + } +} + +200083 = { + name = "Diego" + dynasty = 12143 + + father = 72475 + mother = 72477 + + religion = catholic + culture = castilian + + 1224.1.1 = { + birth = yes + } + 1278.1.1 = { + death = yes + } +} + +200084 = { + name = "Mayor" + female = yes + dynasty = 12143 + + father = 72475 + mother = 72477 + + religion = catholic + culture = castilian + + trait = education_learning_1 + + 1226.1.1 = { + birth = yes + } + 1290.1.1 = { + death = yes + } +} + +200085 = { + name = "Teresa" + female = yes + dynasty = 12143 + father = 72475 + mother = 72477 + + religion = catholic + culture = castilian + + 1228.1.1 = { + birth = yes + } + 1289.1.1 = { + death = yes + } +} + +200104 = { + name = "Marina" + female = yes + dynasty = 12143 + + father = 72478 + mother = 71436 + + religion = catholic + culture = castilian + + trait = education_learning_1 + + 1256.1.1 = { + birth = yes + } + 1320.1.1 = { + death = yes + } +} + +200105 = { + name = "Rodrigo" + dynasty = 12143 + + father = 72475 + mother = 72476 + + religion = catholic + culture = castilian + + 1205.1.1 = { + birth = yes + } + 1228.1.1 = { + add_spouse = 200081 + } + 1260.1.1 = { + death = yes + } +} + +200065 = { + name = "Fronilde" + female = yes + dynasty_house = house_castilla + + father = 457681 + + religion = catholic + culture = castilian + + 898.1.1 = { + birth = yes + } + 949.1.1 = { + death = yes + } +} + +200069 = { + name = "NuN_o" + dynasty = 776 + + father = 73768 + mother = 73767 + + religion = catholic + culture = castilian + + 884.1.1 = { + birth = yes + } + 927.1.1 = { + death = yes + } +} + +200072 = { + name = "FlA_mula" + female = yes + dynasty = 776 + + father = 73768 + mother = 73767 + + religion = catholic + culture = castilian + + 885.1.1 = { + birth = yes + } + 930.1.1 = { + death = yes + } +} + +200074 = { + name = "Fernando" + dynasty_house = house_castilla + + father = 73765 + + religion = catholic + culture = castilian + + 875.1.1 = { + birth = yes + } + 929.1.1 = { + death = yes + } +} + +200075 = { + name = "Muniadona" + female = yes + dynasty = 776 + + father = 200066 + mother = 73766 + + religion = catholic + culture = castilian + + 881.1.1 = { + birth = yes + } + 921.3.4 = { + death = yes + } +} + +206520 = { + name = "Sancho" + dynasty = 296 + martial = 5 + diplomacy = 6 + intrigue = 4 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = education_martial_2 + 1150.1.1 = { + birth = "1150.1.1" + } + 1200.1.1 = { + death = "1200.1.1" + } +} + +207500 = { + name = "Alfonso" #AKA: Alfonso VII 'el Emperador' + dynasty = 681 + martial = 4 + diplomacy = 7 + intrigue = 8 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = greedy + trait = education_martial_2 + father = 298 + mother = 207660 + 1105.3.1 = { + birth = "1105.3.1" + } + 1126.3.8 = { + capital = c_toledo + } + 1133.1.1 = { + add_spouse = 210511 + } + 1134.9.7 = { + add_pressed_claim = k_aragon + add_pressed_claim = d_aragon + add_pressed_claim = k_navarra + add_pressed_claim = d_navarra + } + 1135.1.1 = { + remove_claim = k_aragon + remove_claim = d_aragon + remove_claim = k_navarra + remove_claim = d_navarra + } + 1152.10.1 = { + add_spouse = 221529 + } + 1157.8.21 = { + death = "1157.8.21" + } +} + +207501 = { + name = "Urraca" + female = yes + dynasty = 681 + martial = 5 + diplomacy = 7 + intrigue = 4 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = temperate + trait = brave + trait = bastard + trait = education_stewardship_2 + father = 207500 + 1132.1.1 = { + birth = "1132.1.1" + } + 1164.10.26 = { + death = "1164.10.26" + } +} + +207502 = { + name = "Sancha" + female = yes + dynasty = 681 + martial = 4 + diplomacy = 4 + intrigue = 8 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = greedy + trait = education_diplomacy_1 + father = 207500 + mother = 210511 + 1139.1.1 = { + birth = "1139.1.1" + } + 1177.8.5 = { + death = "1177.8.5" + } +} + +207503 = { + name = "Constanza" + female = yes + dynasty = 681 + martial = 5 + diplomacy = 7 + intrigue = 4 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_diplomacy_2 + father = 207500 + mother = 210511 + + 1138.1.1 = { + birth = yes + } + 1160.10.6 = { + death = { + death_reason = death_childbirth + } + } +} + +207504 = { + name = "Sancha" + female = yes + dynasty = 681 + martial = 5 + diplomacy = 5 + intrigue = 6 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = education_diplomacy_3 + father = 207500 + mother = 221529 + + 1155.1.1 = { + birth = "1155.1.1" + } + 1208.11.9 = { + death = "1208.11.9" + } +} + +207510 = { + name = "Alfonso" #AKA: Alfonso VIII 'el Noble' + dynasty = 681 + martial = 6 + diplomacy = 5 + intrigue = 4 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = wrathful + trait = brave + trait = education_diplomacy_4 + father = 207520 + mother = 206513 + 1155.11.11 = { + birth = "1155.11.11" + } + 1177.9.17 = { + add_spouse = 204512 + } + 1179.1.1 = { + give_nickname = nick_the_noble + } + 1214.10.8 = { + death = "1214.10.8" + } +} + +207520 = { + name = "Sancho" #AKA: Sancho III + dynasty = 681 + martial = 7 + diplomacy = 7 + intrigue = 4 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = education_martial_2 + father = 207500 + mother = 210511 + 1134.1.1 = { + birth = "1134.1.1" + } + 1154.1.30 = { + add_spouse = 206513 + } + 1158.8.31 = { + death = "1158.8.31" + } +} + +207539 = { + name = "Pedro" + dynasty = 776 + martial = 7 + diplomacy = 5 + intrigue = 4 + stewardship = 6 + religion = "catholic" + culture = "castilian" + father = 107570 + mother = 107571 + 1080.1.1 = { + birth = "1080.1.1" + } + 1109.1.1 = { + add_spouse = 71359 + } + 1130.10.16 = { + death = "1130.10.16" + } +} + +207540 = { + name = "Pedro" + dynasty = 776 + martial = 7 + diplomacy = 5 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + father = 207541 + mother = 207550 + 1156.1.1 = { + birth = "1156.1.1" + } + 1170.1.1 = { + add_spouse = 206511 + } + 1177.1.1 = { + add_spouse = 203510 + } + 1196.1.1 = { + add_spouse = 72428 + } + 1202.1.1 = { + death = "1202.1.1" + } +} + +207541 = { + name = "Manrique" + dynasty = 776 + martial = 8 + diplomacy = 4 + intrigue = 7 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = just + trait = education_intrigue_1 + father = 207539 + mother = 71359 + 1110.1.1 = { + birth = "1110.1.1" + } + 1153.1.1 = { + add_spouse = 207550 + } + 1164.7.9 = { + death = "1164.7.9" + } +} + +207543 = { + name = "Elvira" + female = yes + dynasty = 776 + martial = 8 + diplomacy = 5 + intrigue = 8 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = education_stewardship_2 + father = 207540 + mother = 206511 + 1173.1.1 = { + birth = "1173.1.1" + } + 1220.1.1 = { + death = "1220.1.1" + } +} + +207544 = { + name = "Gonzalo" + dynasty = 776 + martial = 7 + diplomacy = 7 + intrigue = 5 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = lustful + trait = education_stewardship_2 + father = 207540 + mother = 72428 + 1197.1.1 = { + birth = "1197.1.1" + } + 1213.1.1 = { + add_spouse = 72891 + } + 1238.4.6 = { + death = "1238.4.6" + } +} + +207545 = { + name = "NuN_o" + dynasty = 776 + martial = 8 + diplomacy = 5 + intrigue = 7 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = education_martial_2 + father = 207539 + mother = 71359 + 1116.1.1 = { + birth = "1116.1.1" + } + 1142.2.14 = { + add_spouse = 208551 + } + 1177.6.1 = { + death = "1177.6.1" + } +} + +207546 = { + name = "A_lvar" + dynasty = 776 + martial = 7 + diplomacy = 4 + intrigue = 5 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = deceitful + trait = education_martial_2 + father = 207545 + mother = 208551 + 1145.1.1 = { + birth = "1145.1.1" + } + 1216.1.1 = { + add_spouse = 71967 + } + 1219.1.1 = { + death = "1219.1.1" + } +} + +207547 = { + name = "Gonzalo" + dynasty = 776 + martial = 5 + diplomacy = 7 + intrigue = 6 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = just + trait = humble + trait = education_intrigue_1 + father = 207545 + mother = 208551 + 1147.1.1 = { + birth = "1147.1.1" + } + 1212.1.1 = { + add_spouse = 71965 + } + 1225.1.1 = { + death = "1225.1.1" + } +} + +207548 = { + name = "Fernando" + dynasty = 776 + martial = 3 + diplomacy = 5 + intrigue = 4 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = stuttering + trait = deceitful + trait = education_martial_3 + father = 207545 + mother = 208551 + 1143.1.1 = { + birth = "1143.1.1" + } + 1205.10.23 = { + employer = 224005 + } + 1209.1.1 = { + add_spouse = 72515 + } + 1213.1.1 = { + employer = 32981 + } + 1217.1.1 = { + death = "1217.1.1" + } +} + +207650 = { + name = "Rodrigo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 107570 + mother = 107571 + 1082.1.1 = { + birth = "1082.1.1" + } + 1120.1.1 = { + add_spouse = 71375 + } + 1143.1.1 = { + death = "1143.1.1" + } +} + +207651 = { + name = "Guiomar" + female = yes + religion = "catholic" + culture = "castilian" + 1140.1.1 = { + birth = "1140.1.1" + } + 1190.1.1 = { + death = "1190.1.1" + } +} + +207652 = { + name = "Rodrigo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207650 + mother = 71375 + 1121.1.1 = { + birth = "1121.1.1" + } + 1158.1.1 = { + add_spouse = 207651 + } + 1183.1.1 = { + death = "1183.1.1" + } +} + +207653 = { + name = "Pedro" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207650 + mother = 71375 + 1123.1.1 = { + birth = "1123.1.1" + } + 1176.1.1 = { + add_spouse = 207563 + } + 1181.1.1 = { + death = "1181.1.1" + } +} + +207654 = { + name = "Elvira" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 207539 + mother = 207660 + 1117.9.1 = { + birth = "1117.9.1" + } + 1174.1.1 = { + death = "1174.1.1" + } +} + +207655 = { + name = "Fernando" + dynasty = 8781 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 207539 + mother = 207660 + 1120.1.1 = { + birth = "1120.1.1" + } + 1140.1.1 = { + add_spouse = 72417 + } + 1156.8.3 = { + death = "1156.8.3" + } +} + +207656 = { + name = "Manrique" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207541 + mother = 207550 + 1155.1.1 = { + birth = "1155.1.1" + } + 1178.1.1 = { + death = "1178.1.1" + } +} + +207657 = { + name = "MarI_a" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207541 + mother = 207550 + 1158.1.1 = { + birth = "1158.1.1" + } + 1206.1.1 = { + death = "1206.1.1" + } +} + +207658 = { + name = "Guillermo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207541 + mother = 207550 + 1157.1.1 = { + birth = "1157.1.1" + } + 1164.8.14 = { + death = "1164.8.14" + } +} + +207660 = { + name = "Urraca" #AKA: Urraca I + female = yes + dynasty = 442 + martial = 4 + diplomacy = 4 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = honest + trait = education_intrigue_1 + father = 108500 + mother = 219 + 1080.10.1 = { + birth = "1080.10.1" + } + 1109.6.30 = { + capital = c_toledo + } + 1126.3.8 = { + death = { + death_reason = death_childbirth + } + } +} + +207661 = { + name = "Teresa" + female = yes + dynasty = 442 + martial = 5 + diplomacy = 5 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = humble + trait = education_intrigue_1 + father = 108500 + mother = 70061 + 1083.1.1 = { + birth = "1083.1.1" + } + 1130.11.1 = { + death = "1130.11.1" + } +} + +207662 = { + name = "Elvira" + female = yes + dynasty = 442 + martial = 5 + diplomacy = 5 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = humble + trait = education_intrigue_1 + father = 108500 + mother = 71373 + 1102.1.1 = { + birth = "1102.1.1" + } + 1135.2.8 = { + death = "1135.2.8" + } +} + +208500 = { + name = "Fernando" #AKA: Fernando II de León + dynasty = 681 + martial = 7 + diplomacy = 5 + intrigue = 2 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = lazy + trait = generous + trait = education_martial_1 + father = 207500 + mother = 210511 + 1137.1.1 = { + birth = "1137.1.1" + } + 1158.8.31 = { + add_pressed_claim = k_castille + add_pressed_claim = d_castilla + add_pressed_claim = d_toledo + } + 1165.5.1 = { + add_spouse = 209501 + } + 1173.5.6 = { + add_spouse = 72539 + } + 1180.1.1 = { + remove_claim = k_castille + remove_claim = d_castilla + remove_claim = d_toledo + } + 1187.5.1 = { + add_spouse = 207562 + } + 1188.1.22 = { + death = "1188.1.22" + } +} + +208502 = { + name = "Fernando" + dynasty = 681 + martial = 4 + diplomacy = 5 + intrigue = 4 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = education_stewardship_2 + father = 208500 + mother = 208551 + 1178.1.1 = { + birth = "1178.1.1" + } + 1187.1.1 = { + death = "1187.1.1" + } +} + +208551 = { + name = "Teresa" + female = yes + dynasty = 278 + martial = 4 + diplomacy = 8 + intrigue = 5 + stewardship = 4 + religion = "catholic" + culture = "castilian" + father = 208550 + mother = 207661 + trait = bastard + 1126.1.1 = { + birth = "1126.1.1" + } + 1180.2.6 = { + death = "1180.2.6" + } +} + +210509 = { + name = "MarI_a" + female = yes + dynasty = 407 + martial = 6 + diplomacy = 6 + intrigue = 8 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = humble + trait = gluttonous + trait = education_diplomacy_3 + father = 107590 + mother = 108519 + 1082.1.1 = { + birth = "1082.1.1" + } + 1106.11.1 = { + death = "1106.11.1" + } +} + +210515 = { + name = "Sancha" + female = yes + dynasty = 776 + martial = 5 + diplomacy = 5 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = gluttonous + trait = education_intrigue_1 + father = 207545 + mother = 208551 + 1151.1.1 = { + birth = "1151.1.1" + } + 1210.1.1 = { + death = "1210.1.1" + } +} + +210574 = { + name = "Elvira" + female = yes + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207650 + mother = 71375 + 1125.5.10 = { + birth = "1125.5.10" + } + 1159.8.8 = { + death = "1159.8.8" + } +} + +224003 = { + name = "MartI_n" + + religion = catholic + culture = castilian + + trait = education_learning_2 + + 1150.1.1 = { + birth = yes + } + 1168.1.1 = { + employer = 73150 + } + 1169.1.1 = { + employer = 73151 + } + 1170.1.1 = { + employer = 73152 + } + 1182.1.1 = { + employer = 73153 + } + 1199.1.1 = { + employer = 0 + } + 1207.1.1 = { + death = yes + } +} + +232021 = { + name = "Diego" + + religion = catholic + culture = castilian + + trait = education_learning_4 + + 1075.1.1 = { + birth = yes + } + 1140.1.1 = { + death = yes + } +} + +455403 = { + name = "Blanca" + female = yes + dynasty = 681 + martial = 5 + diplomacy = 6 + intrigue = 5 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = education_stewardship_2 + father = 207510 + mother = 204512 + 1188.1.1 = { + birth = "1188.1.1" + } + 1252.11.27 = { + death = "1252.11.27" + } +} + +456510 = { + name = "Fadrique" + dynasty = 681 + martial = 6 + diplomacy = 5 + intrigue = 5 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = bastard + father = 457500 + mother = 73146 + 1332.1.13 = { + birth = "1332.1.13" + } + 1358.5.29 = { + death = "1358.5.29" + } +} + +457014 = { + name = "Fernando" + dynasty = 100195 + martial = 5 + diplomacy = 7 + intrigue = 6 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = humble + trait = education_learning_3 + 1300.1.1 = { + birth = "1300.1.1" + } + 1350.1.1 = { + death = "1350.1.1" + } +} + +457015 = { + name = "Juan" + dynasty = 7046 + martial = 8 + diplomacy = 7 + intrigue = 7 + stewardship = 9 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + 1275.1.1 = { + birth = "1275.1.1" + } + 1293.1.1 = { + employer = 73085 + } + 1295.1.1 = { + employer = 73162 + } + 1296.1.1 = { + employer = 73163 + } + 1322.1.1 = { + employer = 0 + } + 1355.1.1 = { + death = "1355.1.1" + } +} + +457020 = { + name = "Juan" + dynasty = 7047 + martial = 7 + diplomacy = 5 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = chaste + trait = generous + trait = education_stewardship_3 + 1280.1.1 = { + birth = "1280.1.1" + } + 1301.1.1 = { + employer = 458020 + } + 1309.1.1 = { + add_spouse = 457021 + } + 1313.1.1 = { + employer = 458021 + } + 1341.1.1 = { + death = "1341.1.1" + } +} + +457022 = { + name = "Aldonza" + female = yes + dynasty = 7047 + martial = 5 + diplomacy = 6 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = lunatic_1 + trait = just + trait = education_intrigue_1 + father = 457020 + mother = 457021 + 1310.1.1 = { + birth = "1310.1.1" + } + 1376.1.1 = { + death = "1376.1.1" + } +} + +457023 = { + name = "Pedro" + dynasty = 7047 + martial = 6 + diplomacy = 6 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = humble + trait = education_martial_2 + father = 457020 + mother = 457021 + 1320.1.1 = { + birth = "1320.1.1" + } + 1370.1.1 = { + death = "1370.1.1" + } +} + +457500 = { + name = "Alfonso" #AKA: Alfonso XI 'el Justiciero' + dynasty = 681 + martial = 5 + diplomacy = 8 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = lazy + trait = cynical + trait = education_intrigue_2 + father = 457520 + mother = 459511 + 1311.8.13 = { + birth = "1311.8.13" + } + 1325.11.28 = { + add_spouse = 457631 + } + 1326.1.1 = { + give_nickname = nick_the_avenger + } + 1327.1.1 = { + remove_spouse = 457631 + } + 1328.1.1 = { + add_spouse = 459502 + } + 1350.3.26 = { + death = "1350.3.26" + } +} + +457501 = { + name = "Pedro" + dynasty = 681 + martial = 4 + diplomacy = 4 + intrigue = 7 + stewardship = 5 + religion = "catholic" + trait = paranoid + trait = arbitrary + trait = deceitful + culture = "castilian" + father = 457500 + mother = 459502 + 1334.8.30 = { + birth = "1334.8.30" + } + 1366.3.29 = { + add_pressed_claim = k_castille + add_pressed_claim = k_leon + } + 1369.3.22 = { + death = "1369.3.22" + } +} + +457502 = { + name = "Pedro" + dynasty = 681 + martial = 6 + diplomacy = 4 + intrigue = 4 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = ill + trait = education_stewardship_2 + father = 457500 + mother = 73146 + 1330.1.1 = { + birth = "1330.1.1" + } + 1338.1.1 = { + death = "1338.1.1" + } +} + +457503 = { + name = "Sancho" + dynasty = 681 + martial = 4 + diplomacy = 4 + intrigue = 7 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = education_martial_2 + father = 457500 + mother = 73146 + 1331.1.1 = { + birth = "1331.1.1" + } + 1342.1.1 = { + trait = ill + } + 1343.1.1 = { + death = "1343.1.1" + } +} + +457510 = { + name = "Enrique" + dynasty = 774 + martial = 5 + diplomacy = 5 + intrigue = 7 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = ambitious + trait = just + father = 457500 + mother = 73146 + 1332.1.13 = { + birth = "1332.1.13" + } + 1351.1.1 = { + add_pressed_claim = k_castille + add_pressed_claim = k_leon + } + 1367.4.3 = { + add_pressed_claim = k_castille + add_pressed_claim = k_leon + } + 1379.5.29 = { + death = "1379.5.29" + } +} + +457520 = { + name = "Fernando" #AKA: Fernando IV 'el Emplazado' + dynasty = 681 + martial = 7 + diplomacy = 6 + intrigue = 6 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = education_martial_4 + father = 457530 + mother = 457666 + 1285.12.6 = { + birth = "1285.12.6" + } + 1306.1.1 = { + add_spouse = 459511 + } + 1312.9.7 = { + death = "1312.9.7" + } +} + +457521 = { + name = "Leonor" + female = yes + dynasty = 681 + martial = 5 + diplomacy = 8 + intrigue = 8 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_intrigue_2 + father = 457520 + mother = 459511 + 1307.1.1 = { + birth = "1307.1.1" + } + 1359.4.1 = { + death = "1359.4.1" + } +} + +457530 = { + name = "Sancho" #AKA: Sancho IV 'el Bravo' + dynasty = 681 + martial = 4 + diplomacy = 6 + intrigue = 8 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = greedy + trait = honest + trait = education_martial_3 + father = 457540 + mother = 460611 + 1258.5.12 = { + birth = "1258.5.12" + } + 1282.7.1 = { + add_spouse = 457666 + } + 1284.4.4 = { + give_nickname = nick_the_brave + } + 1295.4.25 = { + death = "1295.4.25" + } +} + +457531 = { + name = "Pedro" + dynasty = 681 + martial = 6 + diplomacy = 8 + intrigue = 5 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = greedy + trait = deceitful + trait = wrathful + trait = honest + trait = education_martial_2 + father = 457530 + mother = 457666 + 1290.1.1 = { + birth = "1290.1.1" + } + 1311.12.1 = { + add_spouse = 460563 + } + 1319.7.25 = { + death = "1319.7.25" + } +} + +457532 = { + name = "Blanca" + female = yes + dynasty = 681 + martial = 8 + diplomacy = 6 + intrigue = 7 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = education_diplomacy_1 + father = 457531 + mother = 460563 + 1315.1.1 = { + birth = "1315.1.1" + } + 1375.1.1 = { + death = "1375.1.1" + } +} + +457533 = { + name = "Isabel" + female = yes + dynasty = 681 + martial = 8 + diplomacy = 5 + intrigue = 5 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = calm + trait = education_intrigue_1 + father = 457530 + mother = 457666 + 1283.1.2 = { + birth = "1283.1.2" + } + 1328.1.2 = { + death = "1328.1.2" + } +} + +457534 = { + name = "Beatriz" + female = yes + dynasty = 681 + martial = 5 + diplomacy = 4 + intrigue = 5 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = lustful + trait = diligent + trait = craven + trait = education_intrigue_2 + father = 457530 + mother = 457666 + 1293.1.1 = { + birth = "1293.1.1" + } + 1359.10.25 = { + death = "1359.10.25" + } +} + +457540 = { + name = "Alfonso" #AKA: Alfonso X 'el Sabio' + dynasty = 681 + martial = 6 + diplomacy = 6 + intrigue = 6 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = temperate + trait = education_intrigue_2 + father = 457620 + mother = 30200 + 1221.11.23 = { + birth = "1221.11.23" + } + 1252.1.29 = { + add_spouse = 460611 + } + 1256.1.28 = { + add_pressed_claim = e_hre + give_nickname = nick_the_wise + } + 1272.4.2 = { + remove_claim = e_hre + } + 1284.4.4 = { + death = "1284.4.4" + } +} + +457541 = { + name = "Fernando" + dynasty = 681 + martial = 5 + diplomacy = 8 + intrigue = 8 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = lazy + trait = brave + trait = education_martial_2 + father = 457540 + mother = 460611 + 1255.10.23 = { + birth = "1255.10.23" + } + 1268.11.30 = { + add_spouse = 455422 + } + 1275.7.25 = { + death = "1275.7.25" + } +} + +457542 = { + name = "Alfonso" + dynasty = 77 + + father = 457541 + mother = 455422 + + religion = catholic + culture = castilian + + 1270.1.2 = { + birth = yes + } + 1284.4.4 = { + add_pressed_claim = k_castille + add_pressed_claim = k_leon + add_pressed_claim = d_badajoz + add_pressed_claim = d_castilla + add_pressed_claim = d_toledo + add_pressed_claim = d_cordoba + add_pressed_claim = d_sevilla + } + 1290.1.1 = { + add_spouse = 200096 + } + 1296.4.1 = { + remove_claim = k_leon + remove_claim = d_badajoz + remove_claim = d_sevilla + } + 1304.1.1 = { + remove_claim = k_castille + remove_claim = d_castilla + remove_claim = d_toledo + remove_claim = d_cordoba + } + 1324.12.23 = { + death = yes + } +} + +457550 = { + name = "Luis" + dynasty = 77 + + father = 457542 + mother = 200096 + + religion = catholic + culture = castilian + + 1291.1.2 = { + birth = yes + } + 1307.1.2 = { + add_spouse = 458009 + } + 1341.1.2 = { + death = yes + } +} + +457551 = { + name = "Luis" + dynasty = 77 + martial = 5 + diplomacy = 4 + intrigue = 4 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = arbitrary + father = 457550 + mother = 458009 + 1325.1.1 = { + birth = "1325.1.1" + } + 1383.10.15 = { + death = "1383.10.15" + } +} + +457552 = { + name = "Fernando" + dynasty = 77 + martial = 6 + diplomacy = 4 + intrigue = 6 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_learning_2 + father = 457550 + mother = 458009 + 1321.1.1 = { + birth = "1321.1.1" + } + 1333.1.1 = { + death = "1333.1.1" + } +} + +457553 = { + name = "Juan" + dynasty = 77 + martial = 5 + diplomacy = 6 + intrigue = 4 + stewardship = 3 + religion = "catholic" + culture = "castilian" + trait = gluttonous + trait = education_martial_2 + father = 457550 + mother = 458009 + 1327.1.1 = { + birth = "1327.1.1" + } + 1357.1.1 = { + death = "1357.1.1" + } +} + +457554 = { + name = "Isabel" + female = yes + dynasty = 77 + martial = 7 + diplomacy = 5 + intrigue = 8 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = education_stewardship_2 + father = 457550 + 1329.1.1 = { + birth = "1329.1.1" + } + 1383.1.1 = { + death = "1383.1.1" + } +} + +457555 = { + name = "Juan" + dynasty = 77 + + father = 457542 + mother = 200096 + + religion = catholic + culture = castilian + + 1295.1.1 = { + birth = yes + } + 1310.1.1 = { + add_spouse = 459515 + } + 1347.8.7 = { + death = yes + } +} + +457556 = { + name = "Alfonso" + dynasty = 77 + + father = 457542 + mother = 200096 + + religion = catholic + culture = castilian + + 1289.1.1 = { + birth = yes + } + 1325.1.2 = { + add_spouse = 457557 + } + 1327.4.15 = { + death = yes + } +} + +457558 = { + name = "Blanca" + female = yes + dynasty = 776 + martial = 8 + diplomacy = 8 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = arbitrary + trait = education_stewardship_2 + father = 457580 + mother = 457680 + 1311.1.1 = { + birth = "1311.1.1" + } + 1347.1.1 = { + death = "1347.1.1" + } +} + +457559 = { + name = "Margarita" + female = yes + dynasty = 776 + martial = 4 + diplomacy = 6 + intrigue = 6 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = zealous + trait = education_intrigue_2 + father = 457580 + mother = 457680 + 1317.1.1 = { + birth = "1317.1.1" + } + 1373.1.1 = { + death = "1373.1.1" + } +} + +457560 = { + name = "MarI_a" + female = yes + dynasty = 776 + martial = 8 + diplomacy = 6 + intrigue = 6 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_learning_3 + father = 457580 + mother = 457680 + 1319.1.1 = { + birth = "1319.1.1" + } + 1375.3.13 = { + death = "1375.3.13" + } +} +457561 = { + name = "Juan" + dynasty = 681 + + father = 457540 + mother = 460611 + + religion = catholic + culture = castilian + + 1260.5.15 = { + birth = yes + } + 1281.1.1 = { + add_spouse = 33368 + } + 1287.5.11 = { + add_matrilineal_spouse = 71506 + } + 1296.4.1 = { + add_pressed_claim = k_leon + add_pressed_claim = d_badajoz + add_pressed_claim = d_sevilla + } + 1300.6.26 = { + remove_claim = k_leon + remove_claim = d_badajoz + remove_claim = d_sevilla + } + 1319.6.25 = { + death = yes + } +} + +457562 = { + name = "Alfonso" + dynasty = 779 + + father = 457561 + mother = 33368 + + religion = catholic + culture = castilian + + 1283.1.1 = { + birth = yes + } + 1303.1.1 = { + add_spouse = 457683 + } + 1314.1.1 = { + add_spouse = 71509 + } + 1316.8.1 = { + death = yes + } +} + +457563 = { + name = "Beatriz" + female = yes + dynasty = 681 + martial = 4 + diplomacy = 6 + intrigue = 4 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = calm + trait = education_stewardship_2 + father = 457540 + mother = 460611 + + 1254.11.5 = { + birth = "1254.11.5" + } + 1286.1.1 = { + death = "1286.1.1" + } +} + +457564 = { + name = "Beatriz" + female = yes + dynasty = 681 + martial = 8 + diplomacy = 7 + intrigue = 5 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = education_intrigue_3 + father = 457540 + mother = 73132 + 1242.1.1 = { + birth = "1242.1.1" + } + 1303.10.27 = { + death = "1303.10.27" + } +} + +457580 = { + name = "Fernando" + dynasty = 681 + martial = 4 + diplomacy = 6 + intrigue = 8 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = lisping + trait = education_martial_2 + father = 457541 + 1275.7.25 = { + birth = "1275.7.25" + } + 1308.1.1 = { + add_spouse = 457680 + } + 1322.6.1 = { + death = "1322.6.1" + } +} + +457581 = { + name = "Juan" + dynasty = 776 + + father = 457580 + mother = 457680 + + religion = catholic + culture = castilian + + 1314.1.1 = { + birth = yes + } + 1332.1.1 = { + add_matrilineal_spouse = 457610 + } + 1350.11.28 = { + death = yes + } +} + +457590 = { + name = "Fernando" + dynasty = 779 + martial = 5 + diplomacy = 5 + intrigue = 8 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_intrigue_2 + father = 457562 + mother = 71509 + + 1316.8.1 = { + birth = "1316.8.1" + } + 1333.1.1 = { + add_spouse = 459504 + } + 1384.1.1 = { + death = "1384.1.1" + } +} + +457600 = { + name = "Alonso" + dynasty = 779 + martial = 5 + diplomacy = 8 + intrigue = 5 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = humble + trait = wrathful + trait = education_learning_2 + father = 457562 + mother = 71509 + 1316.8.1 = { + birth = "1316.8.1" + } + 1355.1.1 = { + death = "1355.1.1" + } +} + +457620 = { + name = "Fernando" #AKA: Fernando III 'el Santo' + dynasty = 681 + martial = 4 + diplomacy = 4 + intrigue = 4 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = calm + trait = education_intrigue_2 + father = 457650 + mother = 457651 + 1201.8.5 = { + birth = "1201.8.5" + } + 1219.11.30 = { + add_spouse = 30200 + } + 1252.5.30 = { + death = "1252.5.30" + give_nickname = nick_the_holy + } +} + +457621 = { + name = "Manuel" + dynasty = 681 + martial = 4 + diplomacy = 8 + intrigue = 6 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = generous + trait = education_martial_2 + father = 457620 + mother = 30200 + 1234.1.1 = { + birth = "1234.1.1" + } + 1252.5.30 = { + dynasty = 7024 + } + 1260.1.1 = { + add_spouse = 460612 + } + 1274.1.1 = { + add_spouse = 70903 + } + 1283.12.25 = { + death = "1283.12.25" + } +} + +457622 = { + name = "Violante" + female = yes + dynasty = 7024 + martial = 4 + diplomacy = 6 + intrigue = 7 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = honest + trait = inbred + trait = education_diplomacy_2 + father = 457621 + mother = 460612 + 1265.1.1 = { + birth = "1265.1.1" + } + 1314.1.1 = { + death = "1314.1.1" + } +} + +457630 = { + name = "Juan" # AKA: Don Juan Manuel 'el Scritor' + dynasty = 7024 + martial = 5 + diplomacy = 4 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = education_stewardship_3 + father = 457621 + mother = 70903 + 1282.5.5 = { + birth = "1282.5.5" + } + 1299.11.21 = { + add_spouse = 460609 + } + 1316.1.1 = { + add_spouse = 460564 + } + 1329.1.1 = { + add_spouse = 457558 + } + 1348.7.13 = { + death = "1348.7.13" + } +} + +457631 = { + name = "Constanza" + female = yes + dynasty = 7024 + martial = 4 + diplomacy = 7 + intrigue = 7 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = education_learning_3 + father = 457630 + mother = 460564 + 1323.1.1 = { + birth = "1323.1.1" + } + 1345.11.13 = { + death = "1345.11.13" + } +} + +457632 = { + name = "Fernando" + dynasty = 7024 + martial = 5 + diplomacy = 5 + intrigue = 4 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = hunchbacked + trait = education_stewardship_4 + father = 457630 + mother = 460564 + 1327.1.1 = { + birth = "1327.1.1" + } + 1350.8.8 = { + death = "1350.8.8" + } +} + +457633 = { + name = "Sancho" + dynasty = 7024 + martial = 7 + diplomacy = 8 + intrigue = 5 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = education_martial_2 + father = 457621 + 1283.1.1 = { + birth = "1283.1.1" + } + 1323.1.1 = { + add_spouse = 457634 + } + 1346.1.1 = { + death = "1346.1.1" + } +} + +457634 = { + name = "InEEs" + female = yes + religion = "catholic" + culture = "castilian" + 1300.1.1 = { + birth = "1300.1.1" + } + 1350.1.1 = { + death = "1350.1.1" + } +} + +457635 = { + name = "Juan" + dynasty = 7024 + martial = 5 + diplomacy = 4 + intrigue = 5 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = humble + trait = education_martial_2 + father = 457633 + mother = 457634 + 1325.1.2 = { + birth = "1325.1.2" + } + 1375.1.2 = { + death = "1375.1.2" + } +} + +457636 = { + name = "Fernando" + dynasty = 681 + + father = 457620 + + religion = catholic + culture = castilian + + 1238.1.1 = { + birth = yes + } + 1256.1.1 = { + add_spouse = 200101 + } + 1264.1.1 = { + death = yes + } +} + +457642 = { + name = "Leonor" + female = yes + dynasty = 681 + martial = 4 + diplomacy = 4 + intrigue = 5 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_stewardship_2 + father = 457620 + 1240.1.1 = { + birth = "1240.1.1" + } + 1290.11.29 = { + death = "1290.11.29" + } +} + +457650 = { + name = "Alfonso" + dynasty = 681 + martial = 6 + diplomacy = 6 + intrigue = 5 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = education_martial_2 + father = 208500 + mother = 209501 + 1171.8.15 = { + birth = "1171.8.15" + } + 1191.2.15 = { + add_spouse = 209504 + } + 1195.1.1 = { + remove_spouse = 209504 + } + 1197.12.17 = { + add_spouse = 457651 + } + 1204.6.19 = { + remove_spouse = 457651 + } + 1230.9.24 = { + death = "1230.9.24" + } +} + +457651 = { + name = "Berenguela" #AKA: Berenguela I 'la Grande' + female = yes + dynasty = 681 + martial = 5 + diplomacy = 5 + intrigue = 8 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = generous + trait = education_intrigue_1 + father = 207510 + mother = 204512 + 1180.6.1 = { + birth = "1180.6.1" + } + 1217.6.6 = { + give_nickname = nick_the_great + } + 1246.11.8 = { + death = "1246.11.8" + } +} + +457652 = { + name = "Berenguela" + female = yes + dynasty = 681 + martial = 6 + diplomacy = 4 + intrigue = 7 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = greedy + trait = education_intrigue_1 + father = 457650 + mother = 457651 + 1204.1.1 = { + birth = "1204.1.1" + } + 1237.4.12 = { + death = "1237.4.12" + } +} + +457660 = { + name = "Alfonso" + dynasty = 681 + martial = 6 + diplomacy = 4 + intrigue = 7 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = greedy + trait = education_martial_2 + father = 457650 + mother = 457651 + 1202.9.1 = { + birth = "1202.9.1" + } + 1240.1.1 = { + add_spouse = 71427 + dynasty = 782 + } + 1245.1.1 = { + add_spouse = 71430 + } + 1260.7.22 = { + add_spouse = 457661 + } + 1272.1.6 = { + death = "1272.1.6" + } +} + +457661 = { + name = "Mayor" #Mayor Alfonso Tellez + female = yes + dynasty = 400 #de Menezes + martial = 8 + diplomacy = 7 + intrigue = 5 + stewardship = 4 + religion = "catholic" + culture = "castilian" + trait = lustful + trait = education_intrigue_2 + father = 142317 + mother = 72816 + 1240.1.2 = { + birth = "1240.1.2" + } + 1276.1.2 = { + death = "1276.1.2" + } +} + +457662 = { + name = "Alfonso" + dynasty = 400 + martial = 6 + diplomacy = 6 + intrigue = 4 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = calm + trait = cynical + trait = education_intrigue_1 + father = 457660 + mother = 457661 + 1263.1.1 = { + birth = "1263.1.1" + } + 1296.1.1 = { + add_spouse = 72755 + } + 1314.1.1 = { + death = "1314.1.1" + } +} + +457663 = { + name = "Tello" + dynasty = 400 + martial = 7 + diplomacy = 6 + intrigue = 8 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = calm + trait = gluttonous + trait = education_martial_2 + father = 457662 + mother = 72775 + 1296.9.1 = { + birth = "1296.9.1" + } + 1312.9.1 = { + add_spouse = 459525 + } + 1315.1.1 = { + death = "1315.1.1" + } +} + +457664 = { + name = "Alfonso" + dynasty = 400 + martial = 6 + diplomacy = 6 + intrigue = 8 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = chaste + trait = calm + trait = education_intrigue_2 + father = 457663 + mother = 459525 + 1315.1.1 = { + birth = "1315.1.1" + } + 1324.1.1 = { + death = "1324.1.1" + } +} + +457665 = { + name = "Isabel" + female = yes + dynasty = 400 + martial = 6 + diplomacy = 7 + intrigue = 8 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_diplomacy_2 + father = 457663 + mother = 459525 + 1314.1.1 = { + birth = "1314.1.1" + } + 1354.1.1 = { + death = "1354.1.1" + } +} + +457666 = { + name = "MarI_a" + female = yes + dynasty = 782 + martial = 4 + diplomacy = 7 + intrigue = 7 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = education_stewardship_2 + father = 457660 + mother = 457661 + 1264.1.1 = { + birth = "1264.1.1" + } + 1321.7.1 = { + death = "1321.7.1" + } +} + +457671 = { + name = "Isabel" + female = yes + dynasty = 7003 + martial = 7 + diplomacy = 6 + intrigue = 6 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = humble + father = 73087 + 1304.1.1 = { + birth = "1304.1.1" + } + 1365.1.1 = { + death = "1365.1.1" + } +} + +457675 = { + name = "Violante" + female = yes + dynasty = 681 + martial = 6 + diplomacy = 6 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = bastard + trait = gluttonous + trait = education_intrigue_2 + father = 457530 + 1276.1.1 = { + birth = "1276.1.1" + } + 1326.5.30 = { + death = "1326.5.30" + } +} + +457676 = { + name = "Teresa" + female = yes + dynasty = 681 + martial = 2 + diplomacy = 6 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = arrogant + trait = bastard + trait = education_intrigue_2 + father = 457530 + 1280.1.1 = { + birth = "1280.1.1" + } + 1348.1.1 = { + death = "1348.1.1" + } +} + +457680 = { + name = "Juana" + female = yes + dynasty = 776 + + father = 72544 + mother = 72031 + + religion = catholic + culture = castilian + + 1286.1.1 = { + birth = yes + } + 1351.6.12 = { + death = yes + } +} + +457681 = { + name = "GO_mez" + dynasty_house = house_castilla + + father = 73765 + + religion = catholic + culture = castilian + + 880.1.1 = { + birth = yes + } + 932.5.1 = { + death = yes + } +} + +457683 = { + name = "Teresa" + female = yes + dynasty = 776 + + father = 72544 + mother = 72031 + + religion = catholic + culture = castilian + + 1280.1.1 = { + birth = yes + } + 1314.1.1 = { + death = yes + } +} + +458002 = { + name = "Juan" + dynasty = 7043 + martial = 3 + diplomacy = 8 + intrigue = 6 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = arbitrary + trait = education_learning_3 + 1272.1.1 = { + birth = "1272.1.1" + } + 1322.1.1 = { + death = "1322.1.1" + } +} + +458004 = { + name = "Berenguel" + + religion = catholic + culture = castilian + + trait = education_learning_4 + + 1073.1.1 = { + birth = yes + } + 1142.1.1 = { + death = yes + } +} + +458005 = { + name = "Gonzalo" + dynasty = 776 + religion = "catholic" + culture = "castilian" + father = 207544 + mother = 72891 + 1214.1.1 = { + birth = "1214.1.1" + } + 1230.1.1 = { + death = "1230.1.1" + } +} + +458007 = { + name = "Alfonso" + dynasty = 7010 + martial = 8 + diplomacy = 6 + intrigue = 7 + stewardship = 6 + religion = "catholic" + culture = "castilian" + father = 73130 + trait = arrogant + trait = zealous + trait = bastard + trait = education_martial_3 + 1256.1.24 = { + birth = "1256.1.24" + } + 1282.1.1 = { + add_spouse = 458008 + } + 1309.9.9 = { + death = "1309.9.9" + } +} + +458008 = { + name = "MarI_a" + female = yes + + religion = catholic + culture = castilian + + 1264.1.1 = { + birth = yes + } + 1329.1.1 = { + death = yes + } +} + +458009 = { + name = "Leonor" + female = yes + dynasty = 7010 + martial = 6 + diplomacy = 8 + intrigue = 7 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = diligent + trait = arbitrary + trait = education_diplomacy_3 + father = 458007 + mother = 458008 + 1287.4.1 = { + birth = "1287.4.1" + } + 1341.7.23 = { + death = "1341.7.23" + } +} + +458010 = { + name = "Isabel" + female = yes + dynasty = 7010 + martial = 5 + diplomacy = 8 + intrigue = 7 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = lustful + trait = diligent + trait = education_diplomacy_4 + father = 458007 + mother = 458008 + 1285.1.1 = { + birth = "1285.1.1" + } + 1342.1.1 = { + death = "1342.1.1" + } +} + +458011 = { + name = "Juan" + dynasty = 7010 + + father = 458007 + mother = 458008 + + religion = catholic + culture = castilian + + 1283.1.1 = { + birth = yes + } + 1351.1.1 = { + death = yes + } +} + +458020 = { + name = "Fernando" + dynasty = 7003 + martial = 6 + diplomacy = 7 + intrigue = 8 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = diligent + trait = honest + trait = education_martial_2 + father = 73084 + 1258.1.1 = { + birth = "1258.1.1" + } + 1301.1.1 = { + add_spouse = 458010 + } + 1313.1.1 = { + death = "1313.1.1" + } +} + +458021 = { + name = "Pedro" + dynasty = 7003 + martial = 7 + diplomacy = 7 + intrigue = 7 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = generous + trait = honest + trait = education_martial_1 + father = 458020 + mother = 458010 + 1304.1.1 = { + birth = "1304.1.1" + } + 1323.1.1 = { + add_spouse = 458024 + } + 1358.1.1 = { + death = "1358.1.1" + } +} + +458022 = { + name = "Fernando" + dynasty = 7003 + martial = 8 + diplomacy = 8 + intrigue = 5 + stewardship = 5 + religion = "catholic" + culture = "castilian" + trait = just + trait = education_learning_2 + father = 458020 + mother = 458010 + 1304.1.1 = { + birth = "1304.1.1" + } + 1337.1.1 = { + employer = 458006 + } + 1355.1.1 = { + death = "1355.1.1" + } +} + +458023 = { + name = "Isabel" + female = yes + dynasty = 7003 + martial = 5 + diplomacy = 8 + intrigue = 8 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = lazy + trait = deceitful + trait = education_stewardship_4 + father = 458020 + mother = 458010 + 1306.1.1 = { + birth = "1306.1.1" + } + 1362.1.1 = { + death = "1362.1.1" + } +} + +458025 = { + name = "MarI_a" + female = yes + dynasty = 7003 + martial = 4 + diplomacy = 6 + intrigue = 7 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = wrathful + trait = education_stewardship_2 + father = 458021 + mother = 458024 + 1325.1.1 = { + birth = "1325.1.1" + } + 1388.1.1 = { + death = "1388.1.1" + } +} + +458026 = { + name = "Juan" + dynasty = 7003 + martial = 6 + diplomacy = 7 + intrigue = 4 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = craven + trait = education_stewardship_2 + father = 458021 + mother = 458024 + 1327.1.1 = { + birth = "1327.1.1" + } + 1384.1.1 = { + death = "1384.1.1" + } +} + +458027 = { + name = "Alfonso" + dynasty = 7003 + martial = 7 + diplomacy = 5 + intrigue = 6 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = wrathful + trait = education_martial_2 + father = 458021 + mother = 458024 + 1329.1.1 = { + birth = "1329.1.1" + } + 1390.1.1 = { + death = "1390.1.1" + } +} + +458028 = { + name = "Pedro" + dynasty = 7003 + martial = 7 + diplomacy = 6 + intrigue = 7 + stewardship = 6 + religion = "catholic" + culture = "castilian" + trait = arbitrary + trait = education_stewardship_2 + father = 458021 + mother = 458024 + 1331.1.1 = { + birth = "1331.1.1" + } + 1376.1.1 = { + death = "1376.1.1" + } +} + +458030 = { + name = "Beatriz" + female = yes + dynasty = 7003 + martial = 8 + diplomacy = 6 + intrigue = 6 + stewardship = 8 + religion = "catholic" + culture = "castilian" + trait = education_martial_2 + father = 458021 + mother = 458024 + 1333.1.1 = { + birth = "1333.1.1" + } + 1396.1.1 = { + death = "1396.1.1" + } +} + +458031 = { + name = "Diego" + dynasty = 8748 + religion = "catholic" + culture = "castilian" + father = 71417 + mother = 71416 + 1301.1.1 = { + birth = "1301.1.1" + } + 1358.1.1 = { + death = "1358.1.1" + } +} + +458032 = { + name = "Menendo" + dynasty = 8748 + religion = "catholic" + culture = "castilian" + father = 458031 + 1328.1.1 = { + birth = "1328.1.1" + } + 1384.6.13 = { + death = "1384.6.13" + } +} + +459561 = { + name = "Urraca" + female = yes + dynasty = 681 + martial = 5 + diplomacy = 7 + intrigue = 4 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = craven + trait = education_stewardship_1 + father = 207510 + mother = 204512 + + 1187.5.28 = { + birth = "1187.5.28" + } + 1220.11.3 = { + death = "1220.11.3" + } +} + +460614 = { + name = "Leonor" + female = yes + dynasty = 681 + martial = 7 + diplomacy = 7 + intrigue = 8 + stewardship = 7 + religion = "catholic" + culture = "castilian" + trait = honest + trait = zealous + trait = wrathful + trait = education_intrigue_1 + father = 207510 + mother = 204512 + + 1202.1.1 = { + birth = "1202.1.1" + } + 1244.1.1 = { + death = "1244.1.1" + } +} \ No newline at end of file diff --git a/history/characters/greek.txt b/history/characters/greek.txt index 299670fa..d89dc1d9 100644 --- a/history/characters/greek.txt +++ b/history/characters/greek.txt @@ -1329,6 +1329,14 @@ } 1066.1.1 = { effect = { + # set_variable = { + # name = roman_administration_legitimacy + # value = -25 + # } + # set_variable = { + # name = roman_administration_popularity + # value = -15 + # } set_variable = { name = de_re_military_commander_experience value = 3 @@ -1641,7 +1649,7 @@ #Skills diplomacy = 15 - martial = 4 + martial = 10 stewardship = 12 intrigue = 5 learning = 10 @@ -1667,6 +1675,10 @@ add_spouse = 1783 } 1066.1.1 = { + set_variable = { + name = roman_administration_legitimacy + value = -50 + } effect = { vassal_contract_set_obligation_level = { type = ave_maria_roman_administration_special_contract @@ -1787,6 +1799,7 @@ culture = "greek" father = 1752 mother = 4511 + trait = education_martial_3 1047.1.1 = { birth = "1047.1.1" } diff --git a/history/characters/norman.txt b/history/characters/norman.txt index e00d05ce..0dc1f333 100644 --- a/history/characters/norman.txt +++ b/history/characters/norman.txt @@ -4108,7 +4108,7 @@ stewardship = 4 religion = "catholic" culture = "norman" - trait = bastard + trait = legitimized_bastard trait = deceitful trait = education_martial_2 father = 1132 diff --git a/history/titles/k_burgundy.txt b/history/titles/k_burgundy.txt new file mode 100644 index 00000000..1e4157f7 --- /dev/null +++ b/history/titles/k_burgundy.txt @@ -0,0 +1,1953 @@ +k_burgundy = { + 867.1.1 = { change_development_level = 5 } + 1066.1.1 = { change_development_level = 8 } + + 771.12.4 = { + holder = 6392 #Charlemagne + } + 814.1.2 = { + holder = 90095 #Louis le Pieux + } + 840.1.1 = { + holder = 30227 #Lothaire I + } + + #Treaty of Verdun 843 - Burgundy part of Lotharingia + #Treaty of Prm 855 - Burgundy independant, as kingdom of Provence + 855.8.23 = { + holder = 90103 #Charles of Provence + liege = 0 + } + 863.1.25 = { + #Kingdom split in 2 after Charles of PRovence's death + holder = 0 + } + #Kingdom of Burgundy/Provence split for some time + + #Reunification of the Two Burgundies + 933.1.1 = { + holder = 1144 #Rudolf II of Burgundy + liege = e_hre + de_jure_liege = e_hre + } + 937.1.1 = { + holder = 1146 #Conrad of Burgundy + } + 993.1.1 = { + holder = 1148 #Rudolf III of Burgundy + } + 1032.1.1 = { + holder = 0 #Incorporated into the HRE + } + #1032.1.1 = { + # holder = 1312 #Konrad II of HRE + #} + #1039.6.4 = { + # holder = 1314 #Heinrich III of HRE + #} + #1056.5.10 = { + # holder = 1316 #Heinrich IV of HRE + #} + #1106.7.8 = { + # holder = 7901 #Heinrich V of HRE + #} + #1125.1.1 = { + # holder = 30219 #Lothar III von Supplingburg + #} + #1137.12.4 = { + # holder = 7903 #Konrad III von Hohenstaufen + #} + #1152.2.15 = { + # holder = 212501 #Friedrich I von Hohenstaufen + #} + #1190.6.10 = { + # holder = 212507 #Heinrich VI von Hohenstaufen + #} + ##-> Last ruler is Charles IV of the HRE in 1365-1366 +} + +d_provence = { + 763.1.1 = { + liege = k_lotharingia + } + 763.1.1 = { + holder = 194040 #Thomas + } + 855.1.1 = { + liege = k_burgundy + } + 855.1.1 = { + holder = 90103 + } + 863.1.25 = { + liege = k_italy + holder = 30228 + } + 875.8.12 = { + holder = 90104 + } + 877.6.10 = { + liege = k_burgundy + holder = 90123 + } + 879.1.11 = { + holder = 7981 + } + 887.2.19 = { + holder = 1164 + } + 928.1.2 = { + holder = 7923 + } + 933.1.1 = { + holder = 168168 + } + 935.9.13 = { + holder = 1144 + } + 937.7.11 = { + holder = 168167 + } + 952.12.17 = { + holder = 40800 + } + 957.6.6 = { + holder = 402 + } + 993.1.1 = { + holder = 40801 + } + 1008.1.2 = { + holder = 40803 + } + 1014.1.2 = { + holder = 404 + } + 1020.1.1 = { + holder = 40804 + } + 1025.1.1 = { + holder = 40805 + } + 1030.1.1 = { + holder = 406 + } + 1032.9.5 = { + liege = e_hre + } + 1040.1.1 = { + holder = 410 + } + 1050.1.1 = { + holder = 40802 + } + 1063.1.1 = { + holder = 420 + } + 1097.1.2 = { + holder = 409 + } + 1112.1.1 = { + holder = 210508 + } + 1131.1.19 = { + holder = 40807 + } + 1144.3.1 = { + holder = 40808 + } + 1166.1.1 = { + holder = 71638 + } + 1167.1.1 = { + holder = 210500 + } + 1173.1.1 = { + holder = 71640 + } + 1181.4.5 = { + holder = 210514 + } + 1185.1.1 = { + holder = 210502 + } + 1209.12.1 = { + holder = 210517 + } + 1245.8.19 = { + holder = 455407 + } + 1246.1.1 = { + holder = 455406 + liege = k_france + } + 1266.2.26 = { + liege = k_sicily + } + 1285.1.7 = { + holder = 461710 + } + 1302.8.31 = { + liege = k_naples + } + 1309.5.5 = { + holder = 461700 + } + +} + + +c_provence = { + 867.1.1 = { change_development_level = 8 } + 1066.1.1 = { change_development_level = 10 } + + #Karling + 763.1.1 = { + liege = k_lotharingia + } + 763.1.1 = { + holder = 194040 #Thomas + } + #Bosonids + 801.1.1 = { + holder = 7976 + } + 855.1.1 = { + liege = "d_provence" + } + 855.1.1 = { + holder = 7561 #Boson + liege = k_italy + } + 874.1.1 = { + holder = 7981 + } + 879.1.1 = { + holder = 7921 + } + 895.1.1 = { + holder = 7923 + } + 923.1.1 = { + holder = 7980 + } + 934.1.1 = { + holder = 400 + } + 961.1.1 = { + holder = 402 + } + 993.1.1 = { + holder = 40801 + } + 1008.1.2 = { + holder = 40803 + } + 1014.1.2 = { + holder = 404 + } + 1020.1.1 = { + holder = 40804 + } + 1025.1.1 = { + holder = 40805 + } + 1030.1.1 = { + holder = 406 + } + 1040.1.1 = { + holder = 410 + } + 1050.1.1 = { + holder = 40802 + } + 1063.1.1 = { + holder = 420 + } + 1097.1.2 = { + holder = 409 + } + 1112.1.1 = { + holder = 210508 + } + 1131.1.19 = { + holder = 40807 + } + 1144.3.1 = { + holder = 40808 + } + 1166.1.1 = { + holder = 71638 + } + 1167.1.1 = { + holder = 210500 + } + 1173.1.1 = { + holder = 71640 + } + 1181.4.5 = { + holder = 210514 + } + 1185.1.1 = { + holder = 210502 + } + 1209.12.1 = { + holder = 210517 + } + 1245.8.19 = { + holder = 455407 + } + 1246.1.1 = { + holder = 455406 + } + 1285.1.7 = { + holder = 461710 + } + 1309.5.5 = { + holder = 461700 + } +} + + +c_nice = { + 756.1.1 = { + liege = k_italy + } + 756.1.1 = { + holder = 190330 #Liutprand + } + + 860.1.1 = { + liege = "k_italy" + } + 860.1.1 = { + government = theocracy_government + holder = 168009 + } + 1024.7.13 = { + liege = "d_provence" #d_genoa + } + 1066.1.1 = { + holder = 20315 + } + 1074.1.1 = { + holder = 144585 + } + 1078.1.1 = { + holder = 144586 + } + 1108.1.1 = { + holder = 144587 + } + 1114.1.1 = { + holder = 144588 + } + 1149.1.1 = { + holder = 144589 + } + 1164.1.1 = { + holder = 144590 + } + 1182.1.1 = { + holder = 144591 + } + 1191.1.1 = { + holder = 144592 + } + 1207.1.1 = { + holder = 144593 + } + 1236.1.1 = { + holder = 144594 + } + 1246.1.1 = { + holder = 144595 + } + 1251.1.1 = { + holder = 144596 + } + 1272.1.1 = { + holder = 144597 + } + 1292.1.1 = { + holder = 144598 + } + 1302.1.1 = { + holder = 144599 + } + 1316.1.1 = { + holder = 144600 + } + 1323.1.1 = { + holder = 144601 + } + 1329.1.1 = { + holder = 144602 + } + 1334.1.1 = { + holder = 144603 + } + 1335.1.1 = { + holder = 144604 + } +} + + +c_forcalquier = { + 765.1.1 = { + liege = "d_provence" + holder = 91500 #Welentus, historical as placeholder + } + 801.1.1 = { + holder = 7976 + } + 855.1.1 = { + holder = 7561 + liege = k_italy + } + 874.1.1 = { + holder = 7981 + } + 1066.1.1 = { + holder = 40802 + liege = e_hre + } + 1080.1.1 = { + holder = 110550 + } + 1092.3.28 = { + holder = 205985 + } + 1129.1.1 = { + holder = 205981 + } + 1150.1.1 = { + holder = 205983 + } + 1207.5.13 = { + holder = 205980 + } + 1209.1.1 = { + holder = 210517 + } + 1245.8.19 = { + holder = 455406 + } + 1285.1.7 = { + holder = 461710 + } + 1309.5.5 = { + holder = 461700 + } + +} + + +c_venaissin = { + 867.1.1 = { change_development_level = 6 } + 1066.1.1 = { change_development_level = 10 } + + 765.1.1 = { + liege = "d_provence" + holder = 91500 #Welentus, historical as placeholder + } + 801.1.1 = { + holder = 7976 + } + 855.1.1 = { + liege = "d_provence" + } + 855.1.1 = { + holder = 168092 + } + 883.11.15 = { + holder = 168094 + } + + 1066.1.1 = { + holder = 32534 + } + 1073.1.1 = { + holder = 32535 + } + 1121.1.1 = { + holder = 32537 + } + 1156.6.5 = { + holder = 32538 + } + 1173.1.1 = { + holder = 32516 + } + 1181.1.1 = { + holder = 32519 + } + 1218.7.30 = { + holder = 32520 + } + 1274.1.1 = { + liege = "k_papal_state" + holder = 70785 + } + 1276.1.10 = { + holder = 71827 + } + 1276.6.22 = { + holder = 71829 + } + 1276.8.18 = { + holder = 71830 + } + 1277.5.20 = { + holder = 70851 + } + 1280.8.22 = { + holder = 71831 + } + 1285.3.28 = { + holder = 71832 + } + 1287.4.3 = { + holder = 71833 + } + 1292.4.4 = { + holder = 71834 + } + 1294.12.13 = { + holder = 71835 + } + 1303.10.11 = { + holder = 71836 + } + 1304.7.7 = { + holder = 71837 + } + 1314.4.20 = { + holder = 71838 + } + 1334.12.20 = { + holder = 478501 + } + +} + + +c_viviers = { + 745.1.1 = { + liege = "d_upper_burgundy" + holder = 91494 #Wegelenzo, historical as placeholder + } + 864.1.1 = { + government = theocracy_government + liege = "k_lotharingia" + } + 864.1.1 = { + holder = 168148 + } + 884.12.12 = { + liege = "k_france" + } + 1066.1.1 = { + liege = "d_provence" + } + 1066.1.1 = { + holder = 20291 #Bishop Grard + } + 1070.1.1 = { + holder = 138359 #Bishop Jean II + } + 1096.1.1 = { + holder = 138371 #Bishop Leodegarius + } + 1119.1.1 = { + holder = 138361 #Bishop Atton + } + 1125.1.1 = { + holder = 138375 #Bishop Pierre I + } + 1133.1.1 = { + holder = 138381 #Bishop Josserand de Montaigu + } + 1147.1.1 = { + holder = 138379 #Bishop Guillaume I + } + 1157.1.1 = { + holder = 138365 #Bishop Raymond d'Uzs + } + 1171.1.1 = { + holder = 138366 #Bishop Robert de La Tour du Pin + } + 1174.1.1 = { + holder = 138367 #Bishop Nicolas + } + 1198.1.1 = { + liege = "d_toulouse" + } + 1206.1.1 = { + holder = 138368 #Bishop Burnon + } + 1220.1.1 = { + holder = 138369 #Bishop Guillaume II + } + 1222.1.1 = { + holder = 138370 #Bishop Bermond d'Anduze + } + 1226.1.1 = { + liege = "d_provence" + } + 1242.1.1 = { + holder = 138393 #Arnaud de Vogu + } + 1255.1.1 = { + holder = 32742 #Aimon de Genve + } + 1263.1.1 = { + holder = 138394 #Hugues de La Tour du Pin + } + #1279 part of vivarais to france + 1292.1.1 = { + holder = 138395 #Guillaume III de Falguires + } + 1297.1.1 = { + holder = 138396 #Aldebert de Peyre + } + 1302.1.1 = { + liege = "e_hre" + } + 1306.1.1 = { + holder = 31664 #Bishop Louis I de Poitiers + } + 1309.1.1 = { + liege = "k_france" + } + 1318.1.1 = { + holder = 138397 #Guillaume IV de Flavacourt + } + 1322.1.1 = { + holder = 138398 #Pierre II de Mortemart/Gauvain + } + 1325.1.1 = { + holder = 138399 #Pierre III de Moussy + } + 1326.1.1 = { + holder = 138388 #Aymar d'anduze de la voulte + } + +} + + +d_savoie = { + 867.1.1 = { change_development_level = 6 } + 1066.1.1 = { change_development_level = 10 } + + 1034.1.1 = { + liege = "e_hre" + holder = 1176 + } + 1051.7.1 = { + holder = 1178 + } + 1051.12.18 = { + holder = 1180 + } + 1060.3.1 = { + holder = 1182 + } + 1078.8.9 = { + holder = 1184 + } + 1080.1.26 = { + holder = 213119 + } + 1103.3.19 = { + holder = 213111 + } + 1148.8.30 = { + holder = 213110 + } + 1189.3.4 = { + holder = 213117 + } + 1233.3.1 = { + holder = 70897 + } + 1253.7.13 = { + holder = 462158 + } + 1259.2.7 = { + holder = 70902 + } + 1263.3.13 = { + holder = 70909 + } + 1268.5.14 = { + liege = 0 + holder = 70913 + } + 1285.8.16 = { + holder = 462150 + } + 1323.10.16 = { + holder = 462153 + } + 1329.11.4 = { + holder = 462154 + } +} + + +c_savoie = { + 760.1.1 = { + liege = k_lotharingia + } + 760.1.1 = { + holder = 190562 #Hugh I + } + 798.1.1 = { + holder = 190563 #Hugh II + } + 855.1.1 = { + liege = "d_upper_burgundy" + holder = 7977 + } + + 864.1.1 = { + holder = 144998 + } + 866.1.1 = { + holder = 7989 + } + 876.1.1 = { + holder = 7984 + } + + 1032.9.5 = { + liege = "e_hre" + } + 1046.1.1 = { + liege = "d_savoie" + holder = 1180 + } + 1060.3.1 = { + holder = 1182 + } + 1078.8.9 = { + holder = 1184 + } + 1080.1.26 = { + holder = 213119 + } + 1103.3.19 = { + holder = 213111 + } + 1148.8.30 = { + holder = 213110 + } + 1189.3.4 = { + holder = 213117 + } + 1233.3.1 = { + holder = 70897 + } + 1253.7.13 = { + holder = 70902 + } + 1259.2.7 = { + } + 1263.3.13 = { + holder = 70909 + } + 1268.5.14 = { + holder = 70913 + } + 1285.8.16 = { + holder = 462150 + } + 1323.10.16 = { + holder = 462153 + } + 1329.11.4 = { + holder = 462154 + } +} + + +c_aosta = { + 760.1.1 = { + liege = k_lotharingia + } + 760.1.1 = { + holder = 190562 #Hugh I + } + 798.1.1 = { + holder = 190563 #Hugh II + } + 855.1.1 = { + liege = "d_upper_burgundy" + holder = 7977 + } + + 864.1.1 = { + holder = 144998 + } + 866.1.1 = { + holder = 7989 + } + 876.1.1 = { + holder = 7984 + } + + 1032.9.5 = { + liege = "e_hre" + } + 1046.1.1 = { + liege = "d_savoie" + holder = 1180 + } + 1060.3.1 = { + holder = 1182 + } + 1078.8.9 = { + holder = 1184 + } + 1080.1.26 = { + holder = 213119 + } + 1103.3.19 = { + holder = 213111 + } + 1148.8.30 = { + holder = 213110 + } + 1189.3.4 = { + holder = 213117 + } + 1233.3.1 = { + holder = 70897 + } + 1253.7.13 = { + holder = 70902 + } + 1259.2.7 = { + } + 1263.3.13 = { + holder = 70909 + } + 1268.5.14 = { + holder = 70913 + } + 1285.8.16 = { + holder = 462150 + } + 1323.10.16 = { + holder = 462153 + } + 1329.11.4 = { + holder = 462154 + } +} + + +c_canavese = { + 760.1.1 = { + liege = k_lotharingia + } + 760.1.1 = { + holder = 190562 #Hugh I + } + 798.1.1 = { + holder = 190563 #Hugh II + } + 855.1.1 = { + liege = "d_upper_burgundy" + holder = 7977 + } + + 864.1.1 = { + holder = 144998 + } + 866.1.1 = { + holder = 7989 + } + 876.1.1 = { + holder = 7984 + } + + 1032.9.5 = { + liege = "e_hre" + } + 1046.1.1 = { + liege = "d_savoie" + holder = 1180 + } + 1060.3.1 = { + holder = 1182 + } + 1078.8.9 = { + holder = 1184 + } + 1080.1.26 = { + holder = 213119 + } + 1103.3.19 = { + holder = 213111 + } + 1148.8.30 = { + holder = 213110 + } + 1189.3.4 = { + holder = 213117 + } + 1233.3.1 = { + holder = 70897 + } + 1253.7.13 = { + holder = 70902 + } + 1259.2.7 = { + } + 1263.3.13 = { + holder = 70909 + } + 1268.5.14 = { + holder = 70913 + } + 1285.8.16 = { + holder = 462150 + } + 1323.10.16 = { + holder = 462153 + } + 1329.11.4 = { + holder = 462154 + } +} + +d_dauphine = { + #Used as Lower Burgundy after Charles of Provence's death in 863 + #Holders set bit by default to rulers of Lotharingia + 863.1.25 = { + holder = 144998 #Lothair II + liege = k_lotharingia + } + 869.8.8 = { + holder = 90104 #Charles I the Bald + } + 877.6.10 = { + holder = 42019 #Louis I the Younger + } + 882.1.20 = { + holder = 90105 #Charles II the Fat + } + 888.1.1 = { + holder = 7945 #Arnulf of Carinthia + } + 895.1.1 = { + holder = 144997 #Zwentibold + } + 900.8.13 = { + holder = 7949 #Louis III the Child + } + 911.9.20 = { + holder = 90111 #Charles III the Simple + } + 933.1.1 = { + holder = 0 + #The two burgundies are reunited under Rudolf II + } +} + +c_lyon = { + 867.1.1 = { change_development_level = 8 } + 1066.1.1 = { change_development_level = 10 } + + 765.1.1 = { + liege = "k_lotharingia" + holder = 91491 #VUODO, historical count as placeholder + } + 855.8.23 = { + liege = "k_burgundy" + holder = 144998 + } + 863.1.1 = { + holder = 168238 #Guilhem I de Forez + } + 863.1.25 = { + liege = d_dauphine + } + 871.1.1 = { + holder = 168239 #Guilhem II de Forez + } + 925.8.27 = { + holder = 168240 #Artaud I de Forez + } + 933.1.1 = { + liege = k_burgundy + } + 960.1.1 = { + holder = 168241 #Geraud I de Forez + } + 993.1.1 = { + holder = 168242 #Artaud II de Forez + } + 1000.10.11 = { + holder = 168243 #Artaud III de Forez + } + 1017.1.1 = { + holder = 10028 + } + 1032.1.1 = { + liege = e_hre + } + 1058.1.1 = { + holder = 20290 + } + 1079.12.1 = { + holder = 212806 + } + 1097.6.1 = { + holder = 212807 + } + 1107.1.1 = { + holder = 205681 #Guy d'Albon + } + 1138.10.27 = { + holder = 205680 #Guigues d'Albon + } + 1163.1.1 = { + liege = "k_france" + } + 1187.1.1 = { + liege = "d_burgundy" + } + 1193.1.1 = { #Guigues III should hold Lyon from 1193 to his death, after which his brother Archbishop Renaud holds it. + holder = 205684 + } + 1202.11.28 = { + holder = 205685 #Archbishop Renaud d'Albon + } + 1226.10.21 = { + holder = 138427 #ArchBishop Robert d'Auvergne + } + 1234.1.1 = { + holder = 138425 #ArchBishop Raoul I de La Roche-Aymon + } + 1236.1.1 = { + holder = 138437 #Bishop Aimery de Rives + } + 1245.1.1 = { + holder = 70913 #ArchBishop Philippe I de Savoie + } + 1267.1.1 = { + holder = 138438 #Bishop Guy II + } + 1268.1.1 = { + holder = 71827 #ArchBishop Pierre II de Tarentaise/future Pope Innocent IV + } + 1273.1.1 = { + holder = 138439 #ArchBishop Aymar de Roussillon + } + 1283.1.1 = { + holder = 138453 #ArchBishop Raoul II de la Tourette + } + 1288.1.1 = { + holder = 138404 #ArchBishop Brard de Got brother of Pope Clement V + } + 1294.1.1 = { + holder = 138440 #ArchBishop Henri I de Villars + } + 1301.1.1 = { + holder = 138441 #ArchBishop Louis de Villars + } + 1308.1.1 = { + holder = 70926 #ArchBishop Pierre de Savoie + } + 1312.4.10 = { + liege = "k_france" + } + 1332.11.1 = { + holder = 138442 #ArchBishop Guillaume I de Sure + } + +} + + +c_viennois = { + 750.1.1 = { + liege = "d_upper_burgundy" + holder = 91490 #VULFARD, historical placeholder + } + 855.1.1 = { + liege = "k_burgundy" + } + 855.1.1 = { + holder = 163062 + } + 863.1.25 = { + liege = d_dauphine + } + 870.1.1 = { + liege = "d_provence" + } + + 996.10.18 = { + holder = 138403 #Guigues II d'Albon + } + 1009.1.1 = { + holder = 40462 # Guigues III the old d'Albon + } + 1074.4.22 = { + holder = 212804 # Guigues IV Pinguis d'Albon + } + 1106.1.19 = { + holder = 212803 # Guigues V d'Albon + } + 1125.12.21 = { + holder = 212802 # Guigues VI d'Albon + } + 1142.6.28 = { + holder = 212801 # Guigues VII d'Albon + } + 1162.7.29 = { + holder = 212800 # Beatrix d'Albon + } + 1187.1.1 = { + liege = k_burgundy + } + 1220.1.1 = { + liege = d_savoie + } + 1228.12.15 = { + holder = 206016 #André Guigues VIII d'Albon + } + 1237.3.14 = { + holder = 7499 #Guigues VII/IX de Viennois + } + 1240.9.24 = { + liege = "d_savoie" + } + 1269.1.1 = { + holder = 7495 #Jean I de Viennois + } + 1282.9.24 = { + holder = 462701 #Jean II de la Tour du Pin + } + 1307.4.12 = { + holder = 7497 #Jean III de la Tour du Pin + } + 1319.3.5 = { + holder = 7493 #Guigues VIII/X de Viennois + } + 1333.7.28 = { + holder = 7492 #Humbert de la Tour du Pin + } + +} + + +c_valentinois = { + 750.1.1 = { + liege = "d_upper_burgundy" + holder = 91490 #VULFARD, historical placeholder + } + 855.1.1 = { + liege = "k_burgundy" + } + 855.1.1 = { + holder = 163062 + } + 863.1.25 = { + liege = d_dauphine + } + 870.1.1 = { + liege = "d_provence" + } + + 996.10.18 = { + holder = 138403 #Guigues II d'Albon + } + 1009.1.1 = { + holder = 40462 # Guigues III the old d'Albon + } + 1074.4.22 = { + holder = 212804 # Guigues IV Pinguis d'Albon + } + 1106.1.19 = { + holder = 212803 # Guigues V d'Albon + } + 1125.12.21 = { + holder = 212802 # Guigues VI d'Albon + } + 1142.6.28 = { + holder = 212801 # Guigues VII d'Albon + } + 1162.7.29 = { + holder = 212800 # Beatrix d'Albon + } + 1187.1.1 = { + liege = k_burgundy + } + 1220.1.1 = { + liege = d_savoie + } + 1228.12.15 = { + holder = 206016 #André Guigues VIII d'Albon + } + 1237.3.14 = { + holder = 7499 #Guigues VII/IX de Viennois + } + 1240.9.24 = { + liege = "d_savoie" + } + 1269.1.1 = { + holder = 7495 #Jean I de Viennois + } + 1282.9.24 = { + holder = 462701 #Jean II de la Tour du Pin + } + 1307.4.12 = { + holder = 7497 #Jean III de la Tour du Pin + } + 1319.3.5 = { + holder = 7493 #Guigues VIII/X de Viennois + } + 1333.7.28 = { + holder = 7492 #Humbert de la Tour du Pin + } + +} + + +c_forez = { + 765.1.1 = { + liege = "k_lotharingia" + holder = 91491 #VUODO, historical count as placeholder + } + 855.8.23 = { + liege = "k_burgundy" + holder = 144998 + } + 863.1.25 = { + liege = d_dauphine + } + 863.1.1 = { + holder = 168238 #Guilhem I de Forez + } + 871.1.1 = { + holder = 168239 #Guilhem II de Forez + } + 925.8.27 = { + holder = 168240 #Artaud I de Forez + } + 933.1.1 = { + liege = k_burgundy + } + 960.1.1 = { + holder = 168241 #Geraud I de Forez + } + 993.1.1 = { + holder = 168242 #Artaud II de Forez + } + 1000.10.11 = { + holder = 168243 #Artaud III de Forez + } + 1017.1.1 = { + holder = 10028 #Geraud II de Forez + } + 1032.1.1 = { + liege = e_hre + } + 1058.3.5 = { + holder = 20290 #Artaud IV de Forez + } + 1079.12.6 = { + holder = 212806 #Guillaume III de Forez + } + 1097.6.1 = { + holder = 212807 #Guillaume IV de Forez + } + 1107.1.1 = { + holder = 205681 #Guy d'Albon + } + 1138.10.27 = { + holder = 205680 #Guigues d'Albon + } + 1163.1.1 = { + liege = "k_france" + } + 1187.1.1 = { + liege = "d_burgundy" + } + 1202.11.28 = { + holder = 7491 #Guigues IV de Forez/Lyon + } + 1241.10.29 = { + holder = 7485 #Renaud de Forez + } + 1270.11.13 = { + holder = 7489 #Guy VI de Forez + } + 1278.1.1 = { + holder = 7490 #Jean I de Forez + } + 1333.1.1 = { + holder = 455670 #Guy VII de Forez + } +} + + +d_upper_burgundy = { + 760.1.1 = { + liege = k_lotharingia + } + 760.1.1 = { + holder = 190562 #Hugh I + } + 798.1.1 = { + holder = 190563 #Hugh II + } + + #Traty of Prm in 855, splitting Lotharingia in two + 855.1.1 = { #duchy of Transjura/kingdom of Upper-Burgundy + liege = "k_burgundy" + holder = 7977 + } + + #Charles of Provence dies, the kingdom of Provence is split between Lotharingia & Italy + 863.1.1 = { + liege = k_italy + } + 864.1.1 = { + holder = 144998 + } + 866.1.1 = { + holder = 7989 + } + 876.1.1 = { + holder = 7984 + } + + #Treaty of Ribemont + 880.1.1 = { + liege = 0 + } + 911.10.25 = { + holder = 1144 + } + 937.12.1 = { + holder = 1146 + } + 993.10.19 = { + holder = 1148 + } + 1032.9.5 = { + holder = 0 + } + + 1220.1.1 = { + liege = e_hre + holder = 32768 + } + 1241.1.1 = { + holder = 32769 + } + 1257.3.14 = { + holder = 0 + } + +} + + +c_besancon = { + 867.1.1 = { change_development_level = 6 } + 1066.1.1 = { change_development_level = 10 } + + #County of Burgundy + + #Royal Domain + 769.1.1 = { + holder = 144999 + } + 855.8.23 = { + liege = "k_burgundy" + holder = 91383 + } + 859.1.1 = { + holder = 91384 + } + 863.1.25 = { + liege = d_dauphine + } + 880.1.1 = { + holder = 90105 + } + 888.1.14 = { + holder = 7984 + } + 911.10.25 = { + holder = 1144 + } + 933.1.1 = { + liege = k_burgundy + } + 937.12.1 = { + holder = 1146 + } + #House of Ivre + 986.1.1 = { + liege = "d_burgundy" + holder = 272 #Otte-Guillaume + } + 1026.1.1 = { + liege = "e_hre" + holder = 276 #Renaud I de Bourgogne + } + 1057.1.1 = { + holder = 280 #Guillaume I de Bourgogne + } + 1087.1.1 = { + holder = 290 #Renaud II de Bourgogne + } + 1097.1.1 = { + holder = 205706 #tienne I de Bourgogne + } + 1102.1.1 = { + holder = 232556 #Renaud III de Bourgogne + } + 1148.1.1 = { + holder = 205599 #Batrice I de Bourgogne + } + + #House of Hohenstaufen + 1184.1.1 = { + holder = 212501 #Frdric I Barberousse + } + 1190.6.2 = { + holder = 212511 #Othon I de Hohenstaufen + } + 1200.1.13 = { + holder = 30772 #Jeanne I de Bourgogne + } + 1205.1.1 = { + holder = 7652 #Batrice II de Bourgogne + } + 1220.1.1 = { + liege = d_upper_burgundy + } + + #House of Andechs + 1231.1.1 = { + holder = 7684 #Othon III de Bourgogne + } + 1248.1.1 = { + holder = 7653 #Adlade I de Bourgogne + liege = e_hre + } + + #House of Ivre + 1279.1.1 = { + holder = 455739 #Othon IV de Bourgogne + } + 1303.1.1 = { + holder = 91146 #Robert de Bourgogne + } + 1315.1.1 = { + liege = "k_france" + holder = 455741 #Jeanne de Bourgogne + } + + #Direct Capetians + 1330.1.1 = { + liege = "d_burgundy" + holder = 455913 #Jeanne III de Bourgogne + } + +} + + +c_geneva = { + 760.1.1 = { + liege = "k_lotharingia" + holder = 91482 #FREDERIC, count of Transjuranie + } + 855.1.1 = { + liege = "d_upper_burgundy" + holder = 7977 + } + 864.1.1 = { + holder = 144998 + } + 866.1.1 = { + holder = 7989 + } + 876.1.1 = { + holder = 7984 + } + 888.1.14 = { + holder = 168247 + } + 901.1.1 = { + holder = 168248 + } + 931.1.1 = { + holder = 168249 + } + 963.1.1 = { + holder = 168250 + } + 974.1.1 = { + holder = 168251 + } + 1001.1.1 = { + holder = 168252 + } + 1023.1.1 = { + holder = 20292 + } + 1032.9.5 = { + liege = "e_hre" + } + 1080.1.1 = { + holder = 10079 + } + 1128.5.12 = { + holder = 212741 + } + 1178.6.28 = { + holder = 212740 + } + 1196.7.25 = { + holder = 212742 + } + 1220.1.1 = { + liege = d_savoie + } + 1225.5.10 = { + holder = 212745 + } + 1240.8.16 = { + liege = "d_savoie" + } + 1252.11.25 = { + holder = 32740 + } + 1265.5.29 = { + holder = 32745 + } + 1280.11.18 = { + holder = 32748 + } + 1285.8.16 = { + liege = "d_savoie" + } + 1308.5.22 = { + holder = 32750 + } + 1320.11.25 = { + holder = 32754 + } + +} + + +c_dole = { + 769.1.1 = { + holder = 144999 + } + 855.8.23 = { + liege = "k_burgundy" + holder = 91383 + } + 859.1.1 = { + holder = 91384 + } + 863.1.25 = { + liege = d_dauphine + } + 880.1.1 = { + holder = 90105 + } + 888.1.14 = { + holder = 7984 + } + 911.10.25 = { + holder = 1144 + } + 933.1.1 = { + liege = k_burgundy + } + 937.12.1 = { + holder = 1146 + } + #House of Ivrée + 986.1.1 = { + liege = "d_burgundy" + holder = 272 #Otte-Guillaume + } + 1026.1.1 = { + liege = "e_hre" + holder = 276 #Renaud I de Bourgogne + } + 1057.1.1 = { + holder = 280 #Guillaume I de Bourgogne + } + 1087.1.1 = { + holder = 290 #Renaud II de Bourgogne + } + 1097.1.1 = { + holder = 205706 #Étienne I de Bourgogne + } + 1102.1.1 = { + holder = 232556 #Renaud III de Bourgogne + } + 1148.1.1 = { + holder = 205599 #Béatrice I de Bourgogne + } + + #House of Hohenstaufen + 1184.1.1 = { + holder = 212501 #Frédéric I Barberousse + } + 1190.6.2 = { + holder = 212511 #Othon I de Hohenstaufen + } + 1200.1.13 = { + holder = 30772 #Jeanne I de Bourgogne + } + 1205.1.1 = { + holder = 7652 #Béatrice II de Bourgogne + } + 1220.1.1 = { + liege = d_upper_burgundy + } + + #House of Andechs + 1231.1.1 = { + holder = 7684 #Othon III de Bourgogne + } + 1248.1.1 = { + holder = 7653 #Adélaïde I de Bourgogne + liege = e_hre + } + + #House of Ivrée + 1279.1.1 = { + holder = 455739 #Othon IV de Bourgogne + } + 1303.1.1 = { + holder = 91146 #Robert de Bourgogne + } + 1315.1.1 = { + liege = "k_france" + holder = 455741 #Jeanne de Bourgogne + } + + #Direct Capetians + 1330.1.1 = { + liege = "d_burgundy" + holder = 455913 #Jeanne III de Bourgogne + } + +} + +c_bresse = { + 769.1.1 = { + holder = 144999 + } + 855.8.23 = { + liege = "k_burgundy" + holder = 91383 + } + 859.1.1 = { + holder = 91384 + } + 863.1.25 = { + liege = d_dauphine + } + 880.1.1 = { + holder = 90105 + } + 888.1.14 = { + holder = 7984 + } + 911.10.25 = { + holder = 1144 + } + 933.1.1 = { + liege = k_burgundy + } + 937.12.1 = { + holder = 1146 + } + #House of Ivrée + 986.1.1 = { + liege = "d_burgundy" + holder = 272 #Otte-Guillaume + } + 1026.1.1 = { + liege = "e_hre" + holder = 276 #Renaud I de Bourgogne + } + 1057.1.1 = { + holder = 280 #Guillaume I de Bourgogne + } + 1087.1.1 = { + holder = 290 #Renaud II de Bourgogne + } + 1097.1.1 = { + holder = 205706 #Étienne I de Bourgogne + } + 1102.1.1 = { + holder = 232556 #Renaud III de Bourgogne + } + 1148.1.1 = { + holder = 205599 #Béatrice I de Bourgogne + } + + #House of Hohenstaufen + 1184.1.1 = { + holder = 212501 #Frédéric I Barberousse + } + 1190.6.2 = { + holder = 212511 #Othon I de Hohenstaufen + } + 1200.1.13 = { + holder = 30772 #Jeanne I de Bourgogne + } + 1205.1.1 = { + holder = 7652 #Béatrice II de Bourgogne + } + 1220.1.1 = { + liege = d_upper_burgundy + } + + #House of Andechs + 1231.1.1 = { + holder = 7684 #Othon III de Bourgogne + } + 1248.1.1 = { + holder = 7653 #Adélaïde I de Bourgogne + liege = e_hre + } + + #House of Ivrée + 1279.1.1 = { + holder = 455739 #Othon IV de Bourgogne + } + 1303.1.1 = { + holder = 91146 #Robert de Bourgogne + } + 1315.1.1 = { + liege = "k_france" + holder = 455741 #Jeanne de Bourgogne + } + + #Direct Capetians + 1330.1.1 = { + liege = "d_burgundy" + holder = 455913 #Jeanne III de Bourgogne + } + +} + +c_bern = { + 760.1.1 = { + liege = d_swabia + } + 760.1.1 = { + holder = 167825 #Gerold + } + #795.1.1 = { + # holder = 0 + #} + 863.1.25 = { + liege = d_dauphine + } + 864.1.1 = { + holder = 168154 + } + 890.3.21 = { + holder = 168155 + } + 899.1.1 = { + holder = 168158 + } + 933.1.1 = { + liege = k_burgundy + } + 1032.9.5 = { + liege = "e_hre" + } + 1066.1.1 = { + holder = 20287 + } + 1081.1.1 = { + holder = 40701 + } + 1127.1.1 = { + holder = 7643 + } + 1172.5.9 = { + holder = 213162 + } + 1227.1.1 = { + holder = 7647 + } + 1228.1.1 = { + holder = 7649 + } + 1241.1.1 = { + liege = d_upper_burgundy + } + 1257.3.14 = { + liege = e_hre + } + 1263.9.3 = { + holder = 7650 + } + 1269.1.1 = { + holder = 7630 + } + 1284.1.1 = { + holder = 33636 + } + 1301.3.29 = { + holder = 33637 + } + 1322.10.31 = { + holder = 33638 + } +} + + +c_aargau = { + 740.1.1 = { + liege = d_swabia + } + 740.1.1 = { + holder = 161481 #Hugo + } + #770.1.1 = { + # holder = 0 + #} + 863.1.25 = { + liege = d_dauphine + } + 864.1.1 = { + holder = 167848 + } + 933.1.1 = { + liege = k_burgundy + } + 1027.1.1 = { + holder = 11006 + } + 1032.1.1 = { + liege = e_hre + } + 1045.1.1 = { + holder = 20289 + } + 1096.11.11 = { + holder = 11010 + } + 1111.11.8 = { + holder = 213131 + } + 1167.1.1 = { + holder = 213130 + } + 1199.1.1 = { + holder = 213135 + } + 1220.1.1 = { + liege = d_upper_burgundy + } + 1232.4.10 = { + holder = 462044 + } + 1239.12.13 = { + holder = 462021 + } + 1278.8.26 = { + liege = "d_osterreich" + } + 1282.1.1 = { + liege = "e_hre" + } + 1291.7.15 = { + liege = "d_osterreich" + } + 1291.7.15 = { + holder = 462048 + } + 1315.1.28 = { + holder = 462050 + } + +} + + +c_neuchatel = { + 760.1.1 = { + liege = "k_lotharingia" + holder = 91482 #FREDERIC, count of Transjuranie + } + 855.1.1 = { + liege = "d_upper_burgundy" + holder = 7977 + } + 863.1.25 = { + liege = d_dauphine + } + 864.1.1 = { + holder = 168154 + } + 868.1.1 = { + holder = 7989 + liege = "d_upper_burgundy" + } + 876.1.1 = { + holder = 7984 + } + + 1032.9.5 = { + liege = "e_hre" + holder = 40560 + } + 1070.1.1 = { + holder = 32762 + } + 1099.1.1 = { + holder = 212010 + } + 1132.8.1 = { + holder = 212012 + } + 1164.1.1 = { + holder = 212013 + } + 1189.1.1 = { + holder = 212018 + } + 1196.8.30 = { + holder = 32768 + } + 1220.1.1 = { + liege = d_upper_burgundy + } + 1225.8.1 = { + holder = 32769 + } + 1257.3.14 = { + holder = 32770 + liege = e_hre + } + 1285.8.16 = { + liege = "d_savoie" + } + 1309.8.29 = { + holder = 32771 + } +} + diff --git a/history/titles/k_italy.txt b/history/titles/k_italy.txt index 4ee7e669..bfa514a5 100644 --- a/history/titles/k_italy.txt +++ b/history/titles/k_italy.txt @@ -161,6 +161,7 @@ k_italy = { } 962.1.1 = { holder = 1282 # Otto I of HRE + de_jure_liege = e_hre } 973.5.7 = { holder = 1286 #Otto II diff --git a/history/titles/k_thessalonika.txt b/history/titles/k_thessalonika.txt index 5e903f94..750e8eae 100644 --- a/history/titles/k_thessalonika.txt +++ b/history/titles/k_thessalonika.txt @@ -1499,9 +1499,9 @@ d_thessalonika = { 1030.1.1 = { holder = 1744 } - 1050.1.1 = { - holder = 1732 - } + # 1050.1.1 = { + # holder = 1732 + # } 1060.1.1 = { holder = 41308 #Nikephoros Basiliakos, strategos of Thessalonika } diff --git a/localization/english/ave_maria_roman_administration_l_english.yml b/localization/english/ave_maria_roman_administration_l_english.yml index 1abb2bf3..fdd1bd19 100644 --- a/localization/english/ave_maria_roman_administration_l_english.yml +++ b/localization/english/ave_maria_roman_administration_l_english.yml @@ -125,10 +125,12 @@ game_concept_doukaton_desc:0 "A Roman district under the command of a Doux, a Doukaton [administrative_title|E] holder will automatically join the Emperor's war when he is attacked if his [administrative_title|E]'s capital is geographically close to the attacker's [realm|E]." game_concept_theme:0 "Theme" game_concept_theme_desc:0 "A Roman district under the command of a Strategos, a Theme [administrative_title|E] holder will automatically join the Emperor's war when he is attacked if his [administrative_title|E]'s capital is geographically close to the attacker's [realm|E] and if his [contract|E] has any Obligation below the Commution Contract Level." + game_concept_sekreton:0 "Sekreton" + game_concept_sekreton_desc:0 "A Roman form of government, a Sekreton [administrative_title|E] holder is in charges of one of the central administrative office of the Empire." game_concept_kouratoreia:0 "Kouratoreia" game_concept_kouratoreia_desc:0 "A Roman district and an [administrative_title|E], a Kouratoreia is a collection of imperial demesnes administred by a Kourator." game_concept_roman_senate:0 "Constantinople Senate" - game_concept_roman_senate_desc:0 "The Constantinople Roman Senate regroups high ranking dignitaries from [tagma|E], [sekreton|E] and [doukaton|E] titles as well as characters holding certain [dignities|E].\n\nIts effects are Work In Progress for now." + game_concept_roman_senate_desc:0 "The Constantinople Roman Senate regroups high ranking dignitaries from [tagma|E], [sekreton|E] and [doukaton|E] [administrative_title|E] as well as characters holding certain [roman_dignities|E].\n\nIts effects are Work In Progress for now." game_concept_roman_dignities:0 "Dignities" game_concept_roman_dignities_desc:0 "Dignities are court titles conferred by the award of a symbol of rank that could be held in addition to the an imperial [administrative_title|E] office.\n\nThey offer various [opinion|E] bonus towards the Basileus." @@ -157,10 +159,10 @@ logothetetes_tou_dromou_leader:0 "Logothetes" quaestor_leader:0 "Quaestor" - duchy_roman_administration_high_office:0 "High Office" - duchy_roman_administration_sakellion:0 "High Office" - duchy_roman_administration_logothetetes_tou_dromou:0 "High Office" - duchy_roman_administration_quaestor:0 "High Office" + duchy_roman_administration_high_office:0 "Sekreton" + duchy_roman_administration_sakellion:0 "Sekreton" + duchy_roman_administration_logothetetes_tou_dromou:0 "Sekreton" + duchy_roman_administration_quaestor:0 "Sekreton" duchy_roman_administration_theme:0 "Theme" @@ -594,7 +596,9 @@ tooltip_roman_administration_emperor_favourite_vote_opinion_positive:0 "Favoured by the Basileus: $VALUE|=+0$" tooltip_roman_administration_junior_emperor_vote_opinion_positive:0 "Is a Junior-Emperor: $VALUE|=+0$" tooltip_roman_administration_already_heir_to_administrative_title_vote_opinion_negative:0 "Is already Heir to another Administrative Title: $VALUE|=+0$" - tooltip_roman_administration_legitimacy_vote_opinion_positive:0 "Legitimacy: $VALUE|=+0$" + tooltip_roman_administration_legitimacy_vote_opinion_positive:0 "Is Legitimate: $VALUE|=+0$" + tooltip_imperial_vote_strength_basileus_authority:0 "I respect the judgment of a Popular Basileus: $VALUE|=+0$" + ## MAN / MEN AT ARMS REGIMENT tagma_heavy_cavalry:0 "Kataphraktoi" diff --git a/localization/english/game_concepts_l_english.yml b/localization/english/game_concepts_l_english.yml index 2fd854ea..e11a2200 100644 --- a/localization/english/game_concepts_l_english.yml +++ b/localization/english/game_concepts_l_english.yml @@ -1649,7 +1649,7 @@ legitimacys:0 "Legitimacies" legitimacypossessive:0 "Legitimacy's" game_concept_legitimacy:0 "Legitimacy" - game_concept_legitimacy_desc:1 "$game_concept_legitimacy$ indicates a character's perceived right and accepted authority, its acceptability to the throne.\n\nIt is derived from a wide range of sources for various cultures but usually is a combination of a character's [piety|E], [prestige|E] and $game_concept_prowess$ for Western Europe.\n\nIn the case of the Eastern Roman Empire, it is also increased through the proximity to the Imperial Family, having [GetTrait('born_in_the_purple').GetName( GetNullCharacter )], holding high offices or from being related to previous Emperors." + game_concept_legitimacy_desc:1 "$game_concept_legitimacy$ indicates a character's perceived right and accepted authority, its acceptability to the throne.\n\nIt is derived from a wide range of sources for various cultures but usually is a combination of a character's [piety|E], [prestige|E] and $game_concept_prowess$ for Western Europe.\n\nIn the case of the Eastern Roman Empire, it is also increased through the proximity to the Imperial Family, having [GetTrait('born_in_the_purple').GetName( GetNullCharacter )], holding high offices or from being related to previous Emperors.\n\n$EFFECT_LIST_BULLET$[GetTrait('basileus').GetName( GetNullCharacter )]: #P +0.5#!/month\n$EFFECT_LIST_BULLET$[GetTrait('junior_emperor').GetName( GetNullCharacter )]: #P +0.25#!/month\n$EFFECT_LIST_BULLET$[GetTrait('born_in_the_purple').GetName( GetNullCharacter )]: #P +0.25#!/month\n$EFFECT_LIST_BULLET$[GetTrait('murderer').GetName( GetNullCharacter )]: #N -0.25#!/month\n$EFFECT_LIST_BULLET$Holding a [tagma|E], [sekreton|E] or [doukaton|E] [administrative_title|E]: #P +0.1#!/month\n$EFFECT_LIST_BULLET$[dynasty|E] has at least one past Emperor: #P +0.25#!/month\n$EFFECT_LIST_BULLET$[spouse|E] is not Orthodox: #N -0.1#!/month\n$EFFECT_LIST_BULLET$[spouse|E] is not Roman: #N -0.1#!/month\n$EFFECT_LIST_BULLET$[GetTrait('eunuch').GetName( GetNullCharacter )]/[GetTrait('infirm').GetName( GetNullCharacter )]/[GetTrait('maimed').GetName( GetNullCharacter )]: #N -0.5#!/month" game_concept_legitimacys:0 "Legitimacy" game_concept_legitimacypossessive:0 "Legitimacy's" @@ -1679,7 +1679,7 @@ popularitys:0 "Popularities" popularitypossessive:0 "Popularity's" game_concept_popularity:0 "Popularity" - game_concept_popularity_desc:1 "$game_concept_popularity$ measures the level of support an Emperor has from the people.\n\nCalculated from a combination of a character's [skill|E] such as [diplomacy|E], [martial_skill|E], [stewardship_skill|E] as well as his [piety|E] and [prestige|E], it is gained through various sources, and can changes through events and decisions such as keeping taxes low, building churches, spending on city infrastructure, extending monastic privilege or awarding titles.\n\nIt can be lost through events and certain situations such as raising taxes, being impious or [tyrannical|E], having some traits ([GetTrait('arbitrary').GetName( GetNullCharacter )], [GetTrait('cynical').GetName( GetNullCharacter )], [GetTrait('zealous').GetName( GetNullCharacter )] or [GetTrait('greedy').GetName( GetNullCharacter )])." + game_concept_popularity_desc:1 "$game_concept_popularity$ measures the level of support an Emperor or certain important political figures have from the people.\n\nCalculated from a combination of a character's [skill|E] such as [diplomacy|E], [martial_skill|E], [stewardship_skill|E] as well as his [piety|E] and [prestige|E], it is gained through various sources, and can changes through events and decisions such as keeping taxes low, building churches, spending on city infrastructure, extending monastic privilege or awarding titles.\n\nIt can be lost through events and certain situations such as raising taxes, being impious or [tyrannical|E], having some traits ([GetTrait('arbitrary').GetName( GetNullCharacter )], [GetTrait('cynical').GetName( GetNullCharacter )], [GetTrait('zealous').GetName( GetNullCharacter )] or [GetTrait('greedy').GetName( GetNullCharacter )]).\n\n$EFFECT_LIST_BULLET$[GetTrait('basileus').GetName( GetNullCharacter )]: #P +0.3#!/month\n$EFFECT_LIST_BULLET$[GetTrait('junior_emperor').GetName( GetNullCharacter )]: #P +0.1#!/month\n$EFFECT_LIST_BULLET$[GetTrait('born_in_the_purple').GetName( GetNullCharacter )]: #P +0.1#!/month\n$EFFECT_LIST_BULLET$[GetTrait('murderer').GetName( GetNullCharacter )]: #N -0.1#!/month\n$EFFECT_LIST_BULLET$Holding a [tagma|E], [sekreton|E] or [doukaton|E] [administrative_title|E]: #P +0.1#!/month\n$EFFECT_LIST_BULLET$[spouse|E] is not Orthodox: #N -0.25#!/month" game_concept_popularitys:0 "Popularity" game_concept_popularitypossessive:0 "Popularity's" diff --git a/localization/english/titles_l_english.yml b/localization/english/titles_l_english.yml index 5cb86e0a..7e1a0f0c 100644 --- a/localization/english/titles_l_english.yml +++ b/localization/english/titles_l_english.yml @@ -15833,7 +15833,7 @@ e_britannia_adj:0 "Britannic" e_britannia_pre:0 "Britanno" e_byzantium_article:0 "the " - e_byzantium:0 "Roman Empire" + e_byzantium:0 "Romans" e_byzantium_adj:0 "Roman" e_carpathia:0 "Carpathia" e_carpathia_adj:0 "Carpathian"