Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_eng_diplomacy.1000 阿拉贡联姻提议

时间范围:1498.1.1 - 1550.1.1,每月 5% 概率触发

触发条件

  • 事件仅对英格兰(ENG)或大不列颠(GBR)触发一次。
  • 当前统治者必须有一位符合以下条件的男性继承人:
    • 年龄小于30岁。
    • 未婚。
  • 对卡斯蒂利亚(c:CAS)和阿拉贡(c:ARA)均拥有名为“trust_treaty_of_medina_del_campo”的信任关系。
  • 阿拉贡(c:ARA)必须存在,且未与玩家处于战争状态。
  • 阿拉贡的统治者必须满足以下条件之一:
    1. 是男性,且拥有一位符合以下条件的未婚女儿:
      • 不是继承人。
      • 年龄小于30岁。
    2. 属于“trastamara_dynasty”王朝。

关键效果

  • 选项 A (flavor_eng_diplomacy.1000.a)

    • 玩家继承人(scope:heir)与阿拉贡的合适女儿(scope:suitable_daughter)结婚。
    • 设置变量 dowry_demanded = 1
    • 阿拉贡将立即静默触发事件 flavor_eng_diplomacy.1001
  • 选项 B (flavor_eng_diplomacy.1000.b)

    • 玩家统治者获得特质 trait:kind_hearted
    • 玩家继承人(scope:heir)与阿拉贡的合适女儿(scope:suitable_daughter)结婚。
    • 社会价值观“好战 vs 和解”向“和解”方向移动(societal_value_move_to_right)。
    • 设置变量 dowry_foregone = 1
    • 阿拉贡将立即静默触发事件 flavor_eng_diplomacy.1001
  • 选项 C (flavor_eng_diplomacy.1000.c)

    • 移除对卡斯蒂利亚(c:CAS)和阿拉贡(c:ARA)的“trust_treaty_of_medina_del_campo”信任关系。
    • 社会价值观“好战 vs 和解”向“好战”方向移动(societal_value_move_to_left)。
    • 设置变量 wedding_cancelled = 1
    • 阿拉贡将立即静默触发事件 flavor_eng_diplomacy.1001

背景介绍: 此事件模拟了英格兰都铎王朝早期与西班牙阿拉贡王国之间的一次重要联姻外交。在历史上,英格兰亨利七世为了巩固王位、寻求国际承认并获取经济利益,积极为其继承人亚瑟王子(后为亨利八世)寻求与西班牙天主教双王(费迪南二世和伊莎贝拉一世)的联姻。事件中的选项反映了英格兰王室在面对阿拉贡提出的联姻时可能采取的不同策略:坚持索取嫁妆、慷慨放弃嫁妆以换取声誉、或是直接拒绝联姻并承担外交关系恶化的后果。

完整事件代码

flavor_eng_diplomacy.1000 = {
	type = country_event

	fire_only_once = yes	

	title = flavor_eng_diplomacy.1000.title
	desc = flavor_eng_diplomacy.1000.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1498.1.1
		to = 1550.1.1
		monthly_chance = 5
	}
	
	trigger = {
		
		ruler ?= {
			any_child = {
			is_heir = yes
			age_in_years < 30
			is_female = no
			is_married = no
			}
		}
		
		has_trust = { modifier = trust_treaty_of_medina_del_campo target = c:CAS }
		has_trust = { modifier = trust_treaty_of_medina_del_campo target = c:ARA } 

		country_exists = c:ARA
		c:ARA = {
			 ruler = {
				OR  = {
					AND = {
						is_female = no
						any_child = {
							is_heir = no
							is_female = yes
							is_married = no
							age_in_years < 30
						}
					}
					dynasty = dynasty:trastamara_dynasty
				}
			}
			NOT = { is_at_war_with = root }
		}

	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:ARA = { 
			ruler = {
				save_scope_as = aragon_ruler
			}
			if = {
				limit = {
					ruler = {
						dynasty = dynasty:trastamara_dynasty
					}
					current_year <= 1515
				}
				create_character = {	
					first_name = name_catherine
					adm = 70
					dip = 70
					mil = 5
					fertility = 10
					female = yes
					dynasty = dynasty:trastamara_dynasty
					father = scope:aragon_ruler
					religion = religion:catholic
					birth_date = 1485.1.1
					birth_location = location:madrid
					save_scope_as = suitable_daughter
					script = eng_catherine_of_aragon
				}
			}
			else = {
				ruler = {
					random_child = {
						limit = {
							is_heir = no
							is_female = yes
							is_married = no
							age_in_years < 30
						}
						save_scope_as = suitable_daughter
					}
				}
			}
		}

		ruler ?= {
			random_child = {
				limit = {
					is_heir = yes
					is_female = no
					is_married = no
				}
				save_scope_as = heir
			}
		}

		root = { save_scope_as = target_root_country }

	}

	option = {
		name = flavor_eng_diplomacy.1000.a
		
		scope:heir = {
			marry_character = scope:suitable_daughter
		}

		set_variable = { name = dowry_demanded value = 1 }

		c:ARA = { trigger_event_silently = { id = flavor_eng_diplomacy.1001 days = 0 } }
		
		custom_tooltip = flavor_eng_diplomacy.1000.tt1		

	}

	option = {
		name = flavor_eng_diplomacy.1000.b

		ruler ?= {
			add_trait = trait:kind_hearted
			scope:heir = {
				marry_character = scope:suitable_daughter
			}
		}

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}

		set_variable = { name = dowry_foregone value = 1 }

		c:ARA = { trigger_event_silently = { id = flavor_eng_diplomacy.1001 days = 0 } }

		custom_tooltip = flavor_eng_diplomacy.1000.tt2

	}

	option = {
		name = flavor_eng_diplomacy.1000.c

		remove_trust = { 
			modifier = trust_treaty_of_medina_del_campo
			target = c:CAS
		}

		remove_trust = { 
			modifier = trust_treaty_of_medina_del_campo
			target = c:ARA
		}

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_left
		}

		set_variable = { name = wedding_cancelled value = 1 }

		c:ARA = { trigger_event_silently = { id = flavor_eng_diplomacy.1001 days = 0 } }

		custom_tooltip = flavor_eng_diplomacy.1000.tt3

	}

	historical_info = flavor_eng_diplomacy.1000.historical_info

}