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.1000 向阿尔巴尼亚国家索要人质

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

  • 国家宗教属于穆斯林宗教组。
  • 国家是列强。
  • 在巴尔干地区,存在一个首都位于该地理区域的国家,且其统治者或摄政拥有王朝,文化为阿尔巴尼亚文化。

关键效果

  • 选项 A (flavor_tur.1000.a)
    • 对目标国家(scope:target_country)静默触发事件 flavor_tur.1001
  • 选项 B (flavor_tur.1000.b)
    • 与目标国家(scope:target_country)互相添加观点修正 tur_respected_people

背景介绍: 在15世纪早期,奥斯曼帝国(TUR)作为崛起的穆斯林列强,其势力逐渐向巴尔干地区扩张。该地区存在着一些由阿尔巴尼亚文化贵族统治的国家。为了巩固统治、确保地方势力的忠诚,奥斯曼帝国可能会采取要求人质或寻求建立相互尊重关系的外交策略。本事件模拟了奥斯曼帝国与巴尔干地区阿尔巴尼亚统治者之间的这种互动。

完整事件代码

flavor_tur.1000 = {
	type = country_event
	title = flavor_tur.1000.title
	desc = flavor_tur.1000.desc

	dynamic_historical_event = {
		tag = TUR
		from = 1410.1.1
		to = 1450.1.1
		monthly_chance = 3
	}
	fire_only_once = yes

	trigger = {
		religion.group = religion_group:muslim
		is_great_power = yes
		region:balkan_region = {
			any_country_with_capital_in_geography = {
				ruler_or_regent ?= { has_dynasty = yes }
				culture = culture:albanian
			}
		}
	}

	immediate = {
		region:balkan_region = {
			ordered_country_with_capital_in_geography = {
				order_by = total_population
				limit = {
					culture = culture:albanian
				}
				position = 0
				save_scope_as = target_country

				ruler_or_regent ?= { 
					dynasty = { save_scope_as = target_dynasty }
				}
			}
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		save_scope_as = target_country2
	}

	option = {
		name = flavor_tur.1000.a

		custom_tooltip = {
			text = tur_demand_hostage_from_albanian_country_tt
			scope:target_country = {
				trigger_event_silently = flavor_tur.1001
			}
		}
	}

	option = {
		name = flavor_tur.1000.b

		add_opinion_mutual_effect = {
			modifier = tur_respected_people
			target = scope:target_country
		}
	}
}