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.175 地方势力

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

触发条件

  • 社会价值“中央集权 vs 地方分权”小于 75。
  • 国家拥有统治者。
  • 国家等级至少为 3 级(即王国或帝国)。
  • 满足以下条件之一:
    • 可以研究“阿扬”(Ayans)科技。
    • 已拥有“阿扬”(Ayans)科技。

关键效果

  • 选项 A (flavor_tur.175.a) - 历史选项

    • 如果尚未拥有“阿扬”(Ayans)科技,则立即研究该科技。
    • 如果尚未授予“阿扬特权”(ayans_privilege)阶层特权,则授予此特权。
    • 大幅增加稳定度。
    • 社会价值“中央集权 vs 地方分权”大幅向“地方分权”方向移动。
  • 选项 B (flavor_tur.175.b)

    • 前提条件:必须已拥有“自治卡迪辖区”(autonomous_kadiluks)阶层特权。
    • 社会价值“神秘主义 vs 法学”极小幅向“法学”方向移动。
    • 教士阶层满意度小幅增加。
  • 选项 C (flavor_tur.175.c)

    • 小幅增加威望。
    • 社会价值“中央集权 vs 地方分权”极小幅向“中央集权”方向移动。
    • 稳定度小幅下降。

背景介绍: 在18至19世纪的奥斯曼帝国,中央政府的权威逐渐衰落,地方豪强(阿扬)和军事领袖(德伊、帕夏)的权力日益增长。他们控制着税收、土地和军事力量,成为帝国境内事实上的统治者。这一事件反映了帝国中央与地方势力之间持续的博弈,以及帝国试图通过制度(如阿扬特权)来整合或安抚这些地方权力中心,以维持帝国统一与稳定的努力。

完整事件代码

flavor_tur.175 = { #The Local Powers
	type = country_event
	title = flavor_tur.175.title
	desc = flavor_tur.175.desc

	historical_info = flavor_tur.175.historical_info

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

	trigger = {

		societal_value:centralization_vs_decentralization < 75

		has_ruler = yes

		country_rank_level >= 3

		OR = {
 			can_research_advance = ayans
 			has_advance = ayans
 		}
	}

	immediate = {
		capital = { save_scope_as = target_capital }
	}

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

		if = {
			limit = {
				NOT = {
					has_advance = ayans
				}
			}
			research_advance = advance_type:ayans
		}

		if = {
			limit = {
				NOT = {
					has_estate_privilege = estate_privilege:ayans_privilege
				}
			}
			grant_estate_privilege = estate_privilege:ayans_privilege
		}

		add_stability = stability_severe_bonus

		change_societal_value = { type = centralization_vs_decentralization value = societal_value_large_move_to_right }
	}

	option = {
		name = flavor_tur.175.b

		trigger = {
			has_estate_privilege = estate_privilege:autonomous_kadiluks
		}

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }

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

	option = {
		name = flavor_tur.175.c

		add_prestige = prestige_mild_bonus

		change_societal_value = { type = centralization_vs_decentralization value = societal_value_tiny_move_to_left }

		add_stability = stability_weak_penalty
	}
}