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.14 夏尔-弗朗索瓦·德·布罗伊登场

时间范围

  • 起始日期:1749年1月1日
  • 结束日期:1781年1月1日
  • 触发概率:每月 5% 概率

触发条件

  • 国家必须拥有一位统治者 (has_ruler = yes)。

关键效果

  • 选项 A (历史选项)
    • 为国家添加一个名为 fra_la_secret_roy_network 的修正,持续10年。
    • 将事件创建的人物 夏尔-弗朗索瓦·德·布罗伊 移动至法国 (c:FRA)。
  • 选项 B
    • 为国家添加一个名为 fra_la_secret_roy_network_reduced 的修正,持续10年。
    • 将事件创建的人物 夏尔-弗朗索瓦·德·布罗伊 移动至法国 (c:FRA)。

背景介绍

此事件标志着夏尔-弗朗索瓦·德·布罗伊,一位来自显赫的布罗伊家族的法国贵族、外交官和军官,在法国宫廷中登场。他以其在路易十五统治时期参与的秘密外交网络“国王的秘密”而闻名。事件模拟了这位能力出众的人物进入法国政治舞台,并可能为国家带来秘密情报网络方面的增益。

完整事件代码

flavor_fra.14 = { # Charles-François de Broglie
	type = country_event
	title = flavor_fra.14.title
	desc = flavor_fra.14.desc
	historical_info = flavor_fra.14.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1749.1.1
		to = 1781.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		if = {
			limit = {
				NOT = { exists = dynasty:de_Broglie_dynasty }
			}
			create_named_dynasty = de_Broglie_dynasty
		}
		create_character = {
			first_name = Charles_Francois
			dynasty = dynasty:de_Broglie_dynasty

			adm = 85
			dip = 83
			mil = 65
			birth_location = location:paris
			birth_date = 1719.8.19
			culture = culture:gascon

			estate = estate_type:nobles_estate
			script = charles_francois_de_brogile
		}
		character:charles_francois_de_brogile ?= {
			save_scope_as = target_character
		}
        ruler ?= {
            save_scope_as = ruler_fra
        }
	}

	option = {
		name = flavor_fra.14.a
		historical_option = yes
		add_country_modifier = { modifier = fra_la_secret_roy_network years = 10 mode = add }
		scope:target_character = {
			move_country = c:FRA
		}
	}

	option = {
		name = flavor_fra.14.b
		add_country_modifier = { modifier = fra_la_secret_roy_network_reduced years = 10 mode = add }
		scope:target_character = {
			move_country = c:FRA
		}
	}
}