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_mos.104 弗朗索瓦·勒福特的到来

时间范围:1675.1.1 - 1700.1.1(每月 5% 概率触发)

触发条件

  • 事件所属国家(root)拥有并控制阿尔汉格尔斯克地区(location:arkhangelsk)。
  • 国家拥有变量 posolsky_prikaz_established

关键效果

  • 选项 A (历史选项)
    • 将目标人物(target_character)移动至本国。
    • 显示自定义提示 flavor_mos.104.tt2
  • 选项 B
    • 静默处决角色 francois_le_fort
    • 获得少量威望(prestige_mild_bonus)。

背景介绍: 此事件模拟了瑞士裔军事家、外交家弗朗索瓦·勒福特(François Le Fort)在17世纪末服务于俄罗斯的历史可能性。勒福特是沙皇彼得一世的重要顾问,对俄军的现代化和外交事务有显著影响。事件设定在俄罗斯已建立外交事务机构(波索尔斯基普里卡兹)并控制北方港口阿尔汉格尔斯克后,勒福特可能受邀前来效力。

完整事件代码

flavor_mos.104 = {
	type = country_event

	title = flavor_mos.104.title
	desc = flavor_mos.104.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1675.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	trigger = {

		location:arkhangelsk = {
			owner = root
			controller = root
		}

		has_variable = posolsky_prikaz_established
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {

		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }

		create_character = {
			first_name = name_francis
			last_name = Le_Fort
			estate = estate_type:burghers_estate
			adm = 23
			dip = 60
			mil = 58
			birth_date = 1656.1.1
			birth_location = location:geneve
			save_scope_as = francois_le_fort
			script = mos_francois_le_fort
			create_in_limbo = yes
		}

		scope:francois_le_fort = {
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
		}
		location:geneve = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_mos.104.a
		historical_option = yes

		scope:target_character = { move_country = root }
		custom_tooltip = flavor_mos.104.tt2

		ai_chance = {
			factor = 1
		}

	}

	option = {
		name = flavor_mos.104.b

		hidden_effect = { kill_character_silently = scope:francois_le_fort }

		add_prestige = prestige_mild_bonus

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.104.historical_info

}