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.20 科普鲁律家族崛起

时间范围:1600.1.1 - 1630.1.1,每月 15% 概率触发

触发条件

  • 国家拥有统治者。
  • 满足以下任一条件:
    • 稳定度低于 70
    • 政府力量低于 70
    • 威望低于 10
  • 内阁中存在拥有“内阁首脑”特质的角色。

关键效果

  • 选项 A (历史选项)
    • 处决当前拥有“内阁首脑”特质的内阁大臣。
    • 将穆罕默德·科普鲁律(Muhammad Köprülü)引入我国,并为其添加“卓越大臣”特质。
    • 如果国家可以任命内阁首脑,则任命穆罕默德·科普鲁律为内阁首脑;否则,将其随机安排至一个空置的内阁职位。
    • 贵族阶层与教士阶层的满意度大幅下降。
  • 选项 B
    • 稳定度小幅提升。
    • 贵族阶层与教士阶层的满意度小幅提升。
    • (隐藏效果)穆罕默德·科普鲁律被秘密处决,未在历史中留下痕迹。

背景介绍: 17世纪初,奥斯曼帝国面临稳定度下降、政府力量衰弱或威望受损的困境。在此背景下,出身阿尔巴尼亚的穆罕默德·科普鲁律因其卓越的行政与军事才能被推上历史舞台。他后来成为科普鲁律家族的开创者,该家族在17世纪中后期产生了多位大维齐尔,对奥斯曼帝国的政治与军事改革产生了深远影响。此事件模拟了帝国在危机时刻,选择启用这位强力人物以整顿朝纲,或是维持现状、错失良机的历史抉择。

完整事件代码

flavor_tur.20 = {
	hide_portraits = yes
	type = country_event
	title = flavor_tur.20.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					exists = scope:valide_sultan
				}
				desc = flavor_tur.20.valide_sultan.desc
			}
			triggered_desc = {
				trigger = {
					NOT = { exists = scope:valide_sultan }
				}
				desc = flavor_tur.20.no_valide_sultan.desc
			}
		}
	}

	historical_info = flavor_tur.20.historical_info


	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1600.1.1
		to = 1630.1.1
		monthly_chance = 15
	}

	trigger = {

		has_ruler = yes

		OR = {
			stability < 70
			government_power < 70
			prestige < 10
		}

		any_cabinet_character = {
			has_character_modifier = head_of_the_cabinet_modifier
		}
	}

	immediate = {
		create_named_dynasty = koprulu_dynasty

		create_character = {
			first_name = name_muhammad
			adm = { 50 100 }
			dip = { 50 100 }
			mil = { 50 100 }
			birth_date = 1575
			birth_location = location:berat
			culture = culture:turkish_culture
			ethnicity = ethnicity:european_mediterranean_ethnicity
			religion = religion:sunni
			estate = estate_type:nobles_estate
			script = tur_muhammad_koprulu
			save_scope_as = muhammad_koprulu
			create_in_limbo = yes

			dynasty = dynasty:koprulu_dynasty
		}

		ruler = { save_scope_as = target_character }

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

		if = {
			limit = {
				AND = {
					exists = ruler.mother
        			ruler.mother = {
           				is_alive = yes
       				}
       				OR = {
       					has_policy = powerful_harem_policy
						has_policy = valide_sultan_court_policy
       				}
       			}
			}
			ruler.mother = {
           		save_scope_as = valide_sultan
           	}
		}
	}


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

		kill_character = {
			target = scope:doomed_vizier
			reason = execution
			killer = ruler
		}

		scope:muhammad_koprulu = {
			move_country = root
			add_character_modifier = {
				modifier = excellent_minister
				years = -1
				mode = add_and_extend
			}
		}


		scope:muhammad_koprulu = {
			if = {
				limit = {
					root = { country_can_promote_head_of_cabinet = yes }
				}
				custom_tooltip = {
					text = becomes_head_of_cabinet_tt
					root = {
						promote_to_head_of_cabinet_effect = {
							target = scope:muhammad_koprulu
						}
					}
				}
			}
		}
		random_cabinet = {
			limit = {
				NOT = {
					exists = cabinet_member
				}
			}
			add_to_cabinet = scope:muhammad_koprulu
		}

		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_penalty }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_penalty }
	}

	option = {
		name = flavor_tur.20.b

		custom_tooltip = {
			text = koprulu_forgotten.tt
			hidden_effect = { kill_character_silently = scope:muhammad_koprulu }
		}

		add_stability = stability_mild_bonus

		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}
}