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.503] 弗勒里与国王

时间范围:1723.1.1 - 1750.1.1(每月 25% 概率)

触发条件

  • 国家拥有君主。
  • 人物 andre_hercule_fleury 存活。

关键效果

  • 历史选项:我们将善用他的建议
    • 增加少量威望。
    • 增加少量正统性。
    • 获得国家修正 fra_fleury_ministry(此修正将在弗勒里去世时被移除)。

背景介绍: 该事件反映了法国国王路易十五在其年幼时期,枢机主教安德烈-埃尔库勒·德·弗勒里作为首席大臣所发挥的关键作用。弗勒里在1726年至1743年间实际执掌法国政府,推行谨慎的财政和外交政策,维持了一段相对和平与稳定的时期,史称“弗勒里时代”。此事件模拟了君主采纳这位重要顾问的建议,从而为国家带来稳定与声望提升的情景。

完整事件代码

flavor_fra.503 = { # Fleury and the King # Advise buff
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.503.title
 	desc = flavor_fra.503.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1723.1.1
		to = 1750.1.1
		monthly_chance = 25
	}

 	trigger = {
		has_ruler = yes
		character:andre_hercule_fleury ?= {
			is_alive = yes
		}
 	}

	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 = fra_ruler
        }
		character:andre_hercule_fleury ?= {
			save_scope_as = target_character
		}
	}

 	option = { # We shall use his advise well
		name = flavor_fra.503.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		add_legitimacy = legitimacy_mild_bonus
		custom_tooltip = fleury_additional_dhe
		custom_tooltip = fleury_ministry_bonus
        add_country_modifier = { # This modifier will be removed on Fleury death
            modifier = fra_fleury_ministry
            years = -1
            mode = add_and_extend
        }
 	}
}