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.164 宫廷开支与王室契约

时间范围

1600.1.1 - 1650.1.1,每月 5% 概率触发

触发条件

  • 国家拥有君主。
  • 君主的子嗣数量大于等于3。
  • 宫廷维护度大于等于 0.2。

关键效果

选项 A

  • 历史选项
  • 君主获得修正 lack_of_agreement(缺乏共识),持续时间为 -1 个月(模式为叠加并延长)。
  • 君主行政能力减少 10 点。
  • 显示自定义提示 flavor_eng.164.tt1flavor_eng.164.tt2

选项 B

  • 触发前提:角色 eng_william_cecil 存在,且该角色本人或其近亲在政府内阁中任职。
  • 国库收入增加 3 倍。
  • 君主获得修正 great_contract_compromise(伟大的契约妥协),持续时间为 -1 个月(模式为叠加并延长)。
  • 显示自定义提示 flavor_eng.164.tt3

选项 C

  • 国库收入增加 6 倍。
  • 君主获得修正 great_contract(伟大的契约),持续时间为 -1 个月(模式为叠加并延长)。

背景介绍

在17世纪上半叶,英格兰(及后来的大不列颠)王室面临着日益增长的宫廷开支压力,特别是当王室子嗣众多时。为了维持宫廷的体面与运作,君主时常需要与国内有影响力的贵族或政治家,如威廉·塞西尔(William Cecil)及其家族,就财政支持与政治契约进行谈判。这一事件反映了王室在财政需求与政治妥协之间的艰难平衡。

完整事件代码

flavor_eng.164 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.164.title
	desc = flavor_eng.164.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1600.1.1
		to = 1650.1.1
		monthly_chance = 5
	}

	trigger = {
		has_ruler = yes
		ruler = {
			num_of_children >= 3
		}
		court_maintenance >= 0.2

	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		capital = { save_scope_as = target_location }

		if = {
			limit = {
				exists = character:eng_william_cecil
				character:eng_william_cecil ?= {
					is_alive = yes
					in_cabinet = yes
				}
			}
			character:eng_william_cecil ?= {
				save_scope_as = target_character
			}
		}
		else_if = {
			limit = {
				exists = character:eng_william_cecil
				any_character = {
					is_close_relative = character:eng_william_cecil
					in_cabinet = yes
				}
			}
			random_character = {
				limit = {
					is_close_relative = character:eng_william_cecil
					in_cabinet = yes
				}
				save_scope_as = target_character
			}
		}
		else = {
			ruler = { save_scope_as = target_character }
		}


		root = { save_scope_as = target_root_country }

	}

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

		ruler = {
			add_character_modifier = {
				modifier = lack_of_agreement
				months = -1
				mode = add_and_extend
			}
			add_adm = -10
		}


		custom_tooltip = flavor_eng.164.tt1
		custom_tooltip = flavor_eng.164.tt2


	}

	option = {
		name = flavor_eng.164.b
		trigger = {
			exists = character:eng_william_cecil
			OR = {
				character:eng_william_cecil ?= {
					is_alive = yes
					in_cabinet = yes
				}
				any_character = {
					is_close_relative = character:eng_william_cecil
					in_cabinet = yes
				}
			}
		}

		change_gold_effect = { scale = 3 }

		ruler = { add_character_modifier = { modifier = great_contract_compromise months = -1 mode = add_and_extend } }


		custom_tooltip = flavor_eng.164.tt3


	}

	option = {
		name = flavor_eng.164.c

		change_gold_effect = { scale = 6 }

		ruler = { add_character_modifier = { modifier = great_contract months = -1 mode = add_and_extend } }

	}

	historical_info = flavor_eng.164.historical_info

}