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.176 死亡冲刺

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

触发条件

  • 内阁中至少有一位人物拥有 head_of_the_cabinet_modifier 修正。
  • 国家拥有统治者。
  • 统治者的特质数量少于3个。

关键效果

  • 选项 A (历史选项)
    • 获得少量威望加成 (prestige_mild_bonus)。
    • 将创建的人物 bostancibasi 移动至本国。
    • 有40%概率静默触发事件 flavor_tur.177,60%概率静默触发事件 flavor_tur.178
  • 选项 B
    • 将创建的人物 bostancibasi 移动至本国。
    • 社会价值观向“法学”方向轻微移动 (societal_value_tiny_move_to_right)。
  • 选项 C
    • 将创建的人物 bostancibasi 移动至本国。
    • 获得少量政府力量加成 (government_power_mild_bonus)。
    • 为统治者添加“恶毒”特质 (trait:malevolent)。
    • 处决内阁首席人物 (scope:grand_vizier),执行者为 bostancibasi

背景介绍: 此事件模拟了奥斯曼帝国宫廷内部可能发生的权力斗争与阴谋。事件中,一位被创建为宦官 (eunuch) 的宫廷侍卫长 (bostancibasi) 登场,其军事能力突出。玩家需要在处理现任大维齐尔 (grand_vizier) 的命运上做出选择:是默许一场结果未知的“竞赛”(可能引发后续事件),是将其释放并推动司法改革,还是直接利用新人物处决大维齐尔以巩固权力,但代价是使统治者变得恶毒。

完整事件代码

flavor_tur.176 = { #The Dash of Death
	hide_portraits = yes
	type = country_event
	title = flavor_tur.176.title
	desc = flavor_tur.176.desc

	historical_info = flavor_tur.176.historical_info

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

	trigger = {

		any_cabinet_character = {
			has_character_modifier = head_of_the_cabinet_modifier
		}

		has_ruler = yes
		ruler = {
			num_of_traits < 3
		}
	}

	immediate = {

		random_cabinet_character = {
			limit = {
				has_character_modifier = head_of_the_cabinet_modifier
			}
			save_scope_as = grand_vizier
		}

		create_character = {
			female = no
			adm = { 20 50 }
			dip = { 30 40 }
			mil = { 60 80 }
			age = 35
			birth_location = location:constantinople
			culture = culture:turkish_culture
			religion = religion:sunni
			estate = estate_type:nobles_estate
			add_trait = trait:eunuch
			save_scope_as = bostancibasi
			create_in_limbo = yes
		}

		ruler = {
			save_scope_as = target_ruler
		}
	}

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

		add_prestige = prestige_mild_bonus

		scope:bostancibasi = { move_country = root }
		custom_tooltip = race_held.tt

		hidden_effect = {
			random_list = {
				40 = {
					root = {
						trigger_event_silently = {
							id = flavor_tur.177
						}
					}
				}
				60 = {
					root = {
						trigger_event_silently = {
							id = flavor_tur.178
						}
					}
				}
			}
		}
	}

	option = {
		name = flavor_tur.176.b

		custom_tooltip = grand_vizier_freed.tt

		scope:bostancibasi = { move_country = root }
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }

	}

	option = {
		name = flavor_tur.176.c

		scope:bostancibasi = { move_country = root }
		add_government_power = government_power_mild_bonus

		scope:target_ruler = { add_trait = trait:malevolent }

		kill_character = {
			target = scope:grand_vizier
			reason = execution
			killer = scope:bostancibasi
		}
	}
}