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_zmw.3 元老妻妾会议

时间范围:1660.1.1 - 1730.1.1(每月 1% 概率)

触发条件

  • 国家拥有男性君主。
  • 国家政策满足以下至少一项:
    • 实行一夫多妻制(polygyny
    • 实行嫡庶制度(dishu_system
    • 实行穆斯林婚姻制度(muslim_marriage

关键效果

  • 选项 A (历史选项)
    • 解锁政府改革“元老妻妾会议”(zmw_council_of_senior_wives)。
    • 立即启用政府改革“元老妻妾会议”。
    • 获得少量正统性惩罚(legitimacy_mild_penalty)。
  • 选项 B
    • 仅解锁政府改革“元老妻妾会议”(zmw_council_of_senior_wives)。

背景介绍: 在17至18世纪,一些实行一夫多妻、嫡庶制度或穆斯林婚姻制度的国家,其男性统治者面临着如何管理庞大后宫及妻妾子嗣的复杂问题。为了维持宫廷秩序、明确继承规则并平衡各家族势力,统治者可能召集主要妻妾,成立一个正式的咨询或管理机构,即“元老妻妾会议”。这一制度旨在将私人家庭事务制度化,以服务于国家的政治稳定。

完整事件代码

flavor_zmw.3 = { #The Council of Senior Wives
	hide_portraits = yes
	type = country_event
	title = flavor_zmw.3.title
	desc = flavor_zmw.3.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = ZMW
		from = 1660.1.1
		to = 1730.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_ruler = yes
		ruler = {
			is_female = no
		}
		OR = {
			has_policy = polygyny
			has_policy = dishu_system
			has_policy = muslim_marriage
		}
	}

	option = {
		name = flavor_zmw.3.a
		historical_option = yes

		unlock_government_reform_effect = { type = zmw_council_of_senior_wives }
		add_replacing_gov_reform = { reform = government_reform:zmw_council_of_senior_wives }
		add_legitimacy = legitimacy_mild_penalty
	}

	option = {
		name = flavor_zmw.3.b

		unlock_government_reform_effect = { type = zmw_council_of_senior_wives }
	}
}