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_fra.433 委员会统治

时间范围:1660.1.1 - 1715.1.1,每月 20% 概率触发

触发条件

  • 国家拥有统治者 (has_ruler = yes)

关键效果

  • 选项 A (历史选项)The 4 Councils shall strengthen <monarch> rule
    • 为国家添加名为 fra_rule_by_four_council 的修正,持续 15 年 (add_country_modifier = { modifier = fra_rule_by_four_council years = 15 mode = add })
  • 选项 BOur current existing royal council has served us well
    • 增加少量正统性 (add_legitimacy = legitimacy_mild_bonus)

背景介绍: 在路易十四统治时期,法国君主制经历了中央集权的强化。此事件反映了当时关于如何最佳组织政府以巩固王权的内部讨论。一个选项指向建立四个专门的委员会来加强统治,这符合历史上路易十四通过重组行政机构来集中权力的努力;而另一个选项则主张维持现有的王室委员会结构。

完整事件代码

flavor_fra.433 = { # Rule by Council
	type = country_event
	title = flavor_fra.433.title
	desc = flavor_fra.433.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1660.1.1
		to = 1715.1.1
		monthly_chance = 20
	}


	trigger = {
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}


	option = { # The 4 Councils shall strengthen <monarch> rule
		name = flavor_fra.433.a
		historical_option = yes
		add_country_modifier = { modifier = fra_rule_by_four_council years = 15 mode = add }
	}
	option = { # Our current existing royal council has served us well
		name = flavor_fra.433.b
		add_legitimacy = legitimacy_mild_bonus
	}
}