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.1100] 奥斯曼帝国与扎扎拉部落

时间范围:1520.1.1 - 1821.1.1 (每月 3% 概率) 触发条件

  • 当前国家是奥斯曼帝国(TUR)。
  • 当前国家是列强(is_great_power = yes)。
  • 扎扎拉部落(c:ZAZ)存在(country_exists = yes)。
  • 扎扎拉部落不是任何国家的附庸(is_subject = no)。
  • 扎扎拉部落不是列强(is_great_power = no)。

关键效果

  • 选项 A (flavor_tur.1100.a):
    • 向扎扎拉部落(scope:target_country)无声地触发事件 flavor_tur.1101,其效果由工具提示文本 tur_demand_subjugation_of_zaz_tt 描述。
  • 选项 B (flavor_tur.1100.b):
    • 改变国家社会价值观:使 好战 vs 安抚 (belligerent_vs_conciliatory) 向“好战”方向(societal_value_move_to_right)移动。

背景介绍: 在奥斯曼帝国作为强大列强扩张其影响力的数个世纪里(1520年至1821年),其边境与众多独立或半独立的部落及公国接壤。扎扎拉部落便是其中之一。此事件模拟了奥斯曼帝国中央政权在面对这样一个既非附庸也非列强的邻近势力时所面临的外交与战略抉择:是直接要求其臣服,还是采取一种更为强硬、彰显帝国武力的姿态。

完整事件代码

flavor_tur.1100 = {
	hide_portraits = yes
	type = country_event
	title = flavor_tur.1100.title
	desc = flavor_tur.1100.desc

	dynamic_historical_event = {
		tag = TUR
		from = 1520.1.1
		to = 1821.1.1
		monthly_chance = 3
	}
	fire_only_once = yes

	trigger = {
		country_exists = c:ZAZ
		is_great_power = yes
		c:ZAZ = {
			is_subject = no
			is_great_power = no
		}
	}

	immediate = {
		c:ZAZ = {
			save_scope_as = target_country
			ruler_or_regent ?= {
				save_scope_as = target_character
			}
		}
		save_scope_as = target_country2
		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_tur.1100.a

		custom_tooltip = {
			text = tur_demand_subjugation_of_zaz_tt
			scope:target_country = {
				trigger_event_silently = flavor_tur.1101
			}
		}
	}

	option = {
		name = flavor_tur.1100.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}
	}
}