act_of_union_decision = { picture = "gfx/interface/illustrations/decisions/decision_realm.dds" major = yes ai_check_interval = 36 is_shown = { game_start_date >= 1000.1.1 OR = { culture = culture:english culture = culture:scottish } OR = { has_title = title:k_scotland has_title = title:k_england } highest_held_title_tier < tier_empire NOT = { is_target_in_global_variable_list = { name = unavailable_unique_decisions target = flag:act_of_union_decision } } } is_valid = { trigger_if = { limit = { title:k_england = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land completely_controls = title:k_england has_title = title:k_england } trigger_if = { limit = { title:k_scotland = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land completely_controls = title:k_scotland has_title = title:k_scotland } trigger_if = { limit = { title:k_wales = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land completely_controls = title:k_wales } } effect = { save_scope_as = king_of_britain add_prestige = massive_prestige_gain create_title_and_vassal_change = { type = created save_scope_as = title_change add_claim_on_loss = no } title:k_britain = { change_title_holder = { holder = root change = scope:title_change } save_scope_as = title_k_britain copy_title_history = title:k_england } resolve_title_and_vassal_change = scope:title_change add_to_global_variable_list = { name = unavailable_unique_decisions target = flag:act_of_union_decision } set_global_variable = { name = act_of_union_decision value = scope:king_of_britain } set_global_variable = { name = act_of_union_decision_title value = scope:king_of_britain.primary_title } title:k_england = { add_to_list = british_kingdoms } title:k_scotland = { add_to_list = british_kingdoms } title:k_wales = { add_to_list = british_kingdoms } hidden_effect = { every_in_list = { list = british_kingdoms holder = { destroy_title = prev } every_in_de_jure_hierarchy = { limit = { tier = tier_duchy } set_de_jure_liege_title = title:k_britain } } if = { limit = { NOT = { has_realm_law = single_heir_succession_law } } add_realm_law_skip_effects = single_heir_succession_law } scope:king_of_britain = { set_primary_title_to = title:k_britain } } trigger_event = british_event.0001 } ai_potential = { always = yes } ai_will_do = { base = 100 } } split_from_church_decision = { picture = "gfx/interface/illustrations/decisions/decision_realm.dds" major = yes ai_check_interval = 2 desc = split_from_church_decision_desc is_shown = { NOT = { is_target_in_global_variable_list = { name = unavailable_unique_decisions target = flag:split_from_church } } faith = faith:catholic current_year >= 1100 } is_valid = { OR = { has_title = title:k_england has_title = title:k_britain } faith:catholic = { fervor <= 50 } cost = { piety = { value = 500 } } } effect = { set_character_faith_with_conversion = faith:anglican get_title = title:d_church_of_england hidden_effect = { add_piety = massive_piety_gain } add_to_global_variable_list = { name = unavailable_unique_decisions target = flag:split_from_church } set_global_variable = { name = split_from_church_decision value = scope:head_of_church } } ai_potential = { always = yes } ai_will_do = { base = 100 } } create_plantagenet_house_decision = { picture = "gfx/interface/illustrations/decisions/decision_dynasty_house.dds" major = yes ai_check_interval = 60 is_shown = { root.dynasty = { this = dynasty:723 } NOT = { is_target_in_global_variable_list = { name = unavailable_unique_decisions target = flag:create_plantagenet_house_decision } } } is_valid = { has_title = title:d_normandy } effect = { add_to_global_variable_list = { name = unavailable_unique_decisions target = flag:create_plantagenet_house_decision } create_cadet_branch = { first = I_CREATE_CADET_BRANCH } root.house = { set_dynasty_name = plantagenet_house set_coa = plantagent_house_coa } } }