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_tur.153 托特男爵登场

时间范围:1768.1.1 - 1800.1.1 (每月 15% 概率)

触发条件

  • 国家 FRA(法兰西)必须存在。
  • 国家 FRA 必须是一个列强。
  • 国家 FRANOR 必须满足以下两个条件:
    • root(即事件触发国,此处为 TUR)的宿敌。
    • 正在与 root 交战。

关键效果

  • 选项 A (历史选项)
    • 将之前创建的名为 francis_de_tott 的人物移动到本国。
    • 增加陆军传统(army_tradition_mild_bonus)。
    • 增加海军传统(navy_tradition_weak_bonus)。
    • 减少金钱(scale = -10)。
    • 为国家添加持续15年的修正 ottoman_artillery_reform(奥斯曼炮兵改革)。
    • 社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向左(好战方向)微小移动(societal_value_tiny_move_to_left)。
  • 选项 B
    • 增加稳定度(stability_mild_bonus)。
    • 社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向右(和解方向)微小移动(societal_value_tiny_move_to_right)。
    • 隐藏效果:杀死人物 francis_de_tott(提示文本为 de_tott_retires.tt)。

背景介绍: 此事件模拟了弗朗索瓦·德·托特男爵在奥斯曼帝国晚期历史中的登场。托特男爵是一位法国军事工程师和外交官,他在18世纪下半叶被派往奥斯曼帝国,协助其进行军事现代化改革,特别是在炮兵和防御工事领域。他的工作正值奥斯曼帝国与俄罗斯等欧洲列强冲突加剧的时期,反映了帝国为应对军事压力而寻求外部技术援助的努力。

完整事件代码

flavor_tur.153 = { #The Baron de Tott
	type = country_event
	title = flavor_tur.153.title
	desc = flavor_tur.153.desc

	historical_info = flavor_tur.153.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1768.1.1
		to = 1800.1.1
		monthly_chance = 15
	}

	trigger = {

		country_exists = c:FRA
		c:FRA = {
			is_great_power = yes
			NOR = {
	    		is_rival_of = root
	    		is_at_war_with = root
			}
		}
	}

	immediate = {

		create_named_dynasty = de_tott_dynasty

		create_character = {
			first_name = name_francis
			adm = 70
			dip = 50
			mil = 85
			birth_date = 1733
			birth_location = location:melun
			culture = culture:french
			religion = religion:catholic
			estate = estate_type:nobles_estate
			script = tur_francis_de_tott
			save_scope_as = francis_de_tott
			create_in_limbo = yes

			dynasty = dynasty:de_tott_dynasty
		}
	}

	option = {
		name = flavor_tur.153.a
		historical_option = yes

		scope:francis_de_tott = { move_country = root }
		add_army_tradition = army_tradition_mild_bonus
		add_navy_tradition = navy_tradition_weak_bonus

		change_gold_effect = { scale = -10 }

		add_country_modifier = { modifier = ottoman_artillery_reform years = 15 mode = add_and_extend }

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_tiny_move_to_left }
	}

	option = {
		name = flavor_tur.153.b

		add_stability = stability_mild_bonus

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_tiny_move_to_right }

		custom_tooltip = {
			text = de_tott_retires.tt
			hidden_effect = { kill_character_silently = scope:francis_de_tott }
		}
	}
}