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.133 查尔斯·布兰登的秘密婚姻

时间范围

1510.1.1 - 1550.1.1,每月有 5% 的概率触发。

触发条件

  • 人物 eng_charles_brandon(查尔斯·布兰登)必须存活。
  • 当前统治者的兄弟姐妹中,至少有一位未婚女性。

关键效果

选项 A (历史选项)

  • 查尔斯·布兰登 获得特质 unsuited_for_naval_command(不适合海军指挥)和 unsuited_for_army_command(不适合陆军指挥)。
  • 查尔斯·布兰登 及其配偶被秘密添加一个持续10年的修正 refuses_to_serve_in_cabinet(拒绝在内阁任职)。
  • 如果 eng_thomas_wolsey(托马斯·沃尔西)存活:统治者获得特质 well_advised(善于纳谏)。
  • 如果 eng_thomas_wolsey(托马斯·沃尔西)未存活
    • 贵族阶层满意度遭受严重惩罚。
    • 政府点数遭受轻微惩罚。
    • 统治者获得特质 just(公正)。

选项 B

  • 查尔斯·布兰登的配偶 获得一个永久性的修正 block_marriage(禁止婚姻)。
  • 查尔斯·布兰登 死亡。
  • 统治者获得特质 cruel(残酷)。

选项 C

  • 查尔斯·布兰登 及其配偶被流放至目标国家(优先为巴黎的所有者,若巴黎不属于玩家,则随机流放至西欧的另一个国家)。
  • 获得少量政府点数奖励。

背景介绍

此事件模拟了英格兰贵族查尔斯·布兰登(萨福克公爵)与国王亨利八世的妹妹玛丽·都铎(法国王后)于1515年秘密结婚的历史事件。这段婚姻未经国王许可,引发了政治风波,布兰登一度面临失宠甚至更严重的后果。事件反映了都铎王朝早期宫廷政治、王室权威与贵族联姻之间的紧张关系。

完整事件代码

flavor_eng.133 = {
	type = country_event
	title = flavor_eng.133.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					character:eng_thomas_wolsey ?= { is_alive = yes }
				}
				desc = flavor_eng.133.desc_wolsey
			}
			triggered_desc = {
				trigger = { always = yes }
				desc = flavor_eng.133.desc
			}
		}
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1510.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	trigger = {

		character:eng_charles_brandon ?= { is_alive = yes }

		any_character = {
			is_sibling_of = root.ruler
			is_female = yes
			is_married = no
		}

	}
	illustration_tags = {
		10 = angry
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		root = { save_scope_as = target_root_country }

		character:eng_charles_brandon ?= {
			 save_scope_as = charles_brandon
		}

		random_character = {
			limit = {
				is_sibling_of = root.ruler
				is_female = yes
				is_married = no
			}
			save_scope_as = sister
		}

		scope:charles_brandon = {
			marry_character = scope:sister
		}

		location:paris = {
			save_scope_as = target_location
			if = {
				limit = {
					NOT = {
						owner = root
					}
				}
				owner = {
					save_scope_as = target_country
				}
			}
			else = {
				sub_continent:western_europe = {
					random_location_in_sub_continent = {
						limit = {
							NOT = { owner = root }
						}
						owner = {
							save_scope_as = target_country
						}
					}
				}
			}
		}

	}

	option = {
		name = flavor_eng.133.a
		historical_option = yes

		scope:charles_brandon = {
			hidden_effect = {
				add_character_modifier = {
					modifier = refuses_to_serve_in_cabinet
					years = 10
					mode = add_and_extend
				}
			}
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}

		scope:charles_brandon.first_spouse = {
			hidden_effect = {
				add_character_modifier = {
					modifier = refuses_to_serve_in_cabinet
					years = 10
					mode = add_and_extend
				}
			}
		}

		custom_tooltip = flavor_eng.133.tt1

		if = {
			limit = {
				character:eng_thomas_wolsey ?= { is_alive = yes }
			}
			ruler = { add_trait = trait:well_advised }
			custom_tooltip = flavor_eng.133.tt2
		}
		else = {
			add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
			add_government_power = government_power_mild_penalty
			ruler = { add_trait = trait:just }
			custom_tooltip = flavor_eng.133.tt3
		}

	}

	option = {
		name = flavor_eng.133.b

		scope:charles_brandon.first_spouse = {
			add_character_modifier = {
				modifier = block_marriage
				years = -1
				mode = add_and_extend
			}
		}

		scope:charles_brandon = {
			kill_character = this
		}

		ruler = { add_trait = trait:cruel }

	}

	option = {
		name = flavor_eng.133.c

		scope:charles_brandon = {
			move_country = scope:target_country
		}

		scope:charles_brandon.first_spouse = {
			move_country = scope:target_country
		}

		add_government_power = government_power_weak_bonus

	}

	historical_info = flavor_eng.133.historical_info

}