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.135 苏丹身边的邪恶影响

时间范围:1637.1.1 - 1737.1.1(每月 5% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组。
  • 国家拥有统治者。
  • 统治者登基时间不超过10年。
  • 统治者满足以下任一条件:
    • 外交能力 < 50
    • 拥有特质 drunkard(酒鬼)
    • 拥有特质 naive(天真)
    • 拥有特质 craven(懦夫)
  • 国家满足以下任一条件:
    • 拥有变量 ottoman_imperial_harem
    • 拥有政策 harem_policy
    • 拥有政策 valide_sultan_court_policy

关键效果

  • 选项 A (历史选项)
    • 人物“Cinci Hoca”加入国家。
    • 目标统治者获得持续20年的角色修正 witch_doctor(巫医)。
    • 如果目标统治者没有 naive(天真)特质,则为其添加该特质。
    • 增加少量政府力量。
    • 增加农民阶层少量满意度。
    • 减少神职人员阶层大量满意度。
    • 社会价值观 serfdom_vs_free_subjects(农奴制 vs 自由民)向“右”(农奴制)方向轻微移动。
  • 选项 B
    • 目标统治者获得持续10年的角色修正 forlorn(孤独)。
    • 无声地杀死人物“Cinci Hoca”。
  • 选项 C
    • 触发前提:国家拥有继承人,且拥有科技 janissaries_advance(耶尼切里相关)。
    • 无声地杀死人物“Cinci Hoca”。
    • 继承人成为新统治者。
    • 减少少量政府力量。
    • 大幅降低国家稳定度。
    • 国家获得持续10年的修正 janissary_custodianship(耶尼切里监护)。

背景介绍: 在奥斯曼帝国中后期,苏丹的宫廷政治日益复杂,后宫(Harem)和权臣的影响力不断增强。当一位相对年轻或性格软弱的苏丹在位时,宫廷内外各种势力,包括所谓的“巫师”或“顾问”,可能趁机施加不当影响,以谋求个人或集团的利益。本事件模拟了历史上著名的“Cinci Hoca”(一个以巫术和占卜闻名的宫廷人物)在特定条件下对苏丹和帝国政治可能产生的影响,以及帝国对此的不同反应。

完整事件代码

flavor_tur.135 = { #The Unsavory Influences on [Sultan]
	type = country_event
	title = flavor_tur.135.title
	desc = flavor_tur.135.desc

	historical_info = flavor_tur.135.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1637.1.1
		to = 1737.1.1
		monthly_chance = 5
	}

	trigger = {

		religion.group = religion_group:muslim

		has_ruler = yes

		ruler_reign <= 10

		ruler = {
			OR = {
				dip < 50
				has_trait = drunkard
				has_trait = naive
				has_trait = craven
			}
		}

		OR = {
			has_variable = ottoman_imperial_harem
			has_policy = harem_policy
			has_policy = valide_sultan_court_policy
		}
	}

	immediate = {

		root.ruler = { save_scope_as = target_ruler }

		create_character = {
			first_name = name_hasan
			last_name = nick_cinci_hoca
			adm = { 20 100 }
			dip = { 50 100 }
			mil = { 20 100 }
			female = no
			culture = culture:turkish_culture
			religion = religion:sunni
			estate = estate_type:clergy_estate
			birth_location = location:safranbolu
			age = 40
			add_trait = trait:scholar
			script = tur_cinci_hoca
			save_scope_as = cinci_hoca
			create_in_limbo = yes
		}
	}

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

		scope:cinci_hoca = { move_country = root }
		scope:target_ruler = {
			add_character_modifier = { modifier = witch_doctor years = 20 mode = add_and_extend }
			if = {
				limit = {
					NOT = { has_trait = naive
					}
				}
				add_trait = trait:naive
			}
		}

		add_government_power = government_power_weak_bonus

		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_bonus }

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }

		change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_tiny_move_to_right }
	}

	option = {
		name = flavor_tur.135.b

		scope:target_ruler = {
			add_character_modifier = { modifier = forlorn years = 10 mode = add_and_extend }
		}

		kill_character_silently = scope:cinci_hoca
	}

	option = {
		name = flavor_tur.135.c

		trigger = {
			has_heir = yes
			has_advance = janissaries_advance
		}

		kill_character_silently = scope:cinci_hoca
		set_new_ruler = heir

		add_government_power = government_power_weak_penalty

		add_stability = stability_severe_penalty

		add_country_modifier = { modifier = janissary_custodianship years = 10 mode = add_and_extend }
	}
}