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.179 新秩序军队

时间范围:1737.1.1 - 1837.1.1,每月 5% 概率触发

触发条件

  • 国家为 TUR(奥斯曼帝国)。
  • 社会价值观 传统主义 vs 创新 大于 -25。
  • 社会价值观 外向 vs 内向 小于 25。
  • 国家拥有统治者。
  • 国家至少拥有一处拥有 耶尼切里兵营 建筑的省份。
  • 国家拥有 超过一个 宿敌。

关键效果

  • 选项 A (历史选项)
    • 设置变量 tur_new_order_army 为 1。
    • 显示自定义提示 new_order_army_available.tt
    • 稳定性:遭受严重惩罚。
    • 社会价值观变化
      • 外向 vs 内向:大幅向左移动。
      • 质量 vs 数量:大幅向左移动。
      • 陆军 vs 海军:大幅向左移动。
    • 5 至 10 年 后,静默触发事件 flavor_tur.180
  • 选项 B
    • 稳定性:获得小幅增益。
    • 社会价值观变化
      • 中央集权 vs 地方分权:小幅向右移动。

背景介绍: 18世纪至19世纪初,奥斯曼帝国面临内外压力,传统军事力量耶尼切里军团日益僵化腐败,难以应对欧洲列强的军事革新。为维持帝国稳定与竞争力,部分改革派精英主张建立一支现代化、西方式的“新秩序军队”,以取代或制衡旧有的军事体系。这一改革尝试触及了传统势力的根本利益,引发了激烈的政治与社会冲突。

完整事件代码

flavor_tur.179 = { #The New Order Army
	type = country_event
	title = flavor_tur.179.title
	desc = flavor_tur.179.desc

	historical_info = flavor_tur.179.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:traditionalist_vs_innovative > -25

		societal_value:outward_vs_inward < 25

		has_ruler = yes

		any_owned_location = {
			has_building_with_at_least_one_level = janissary_barracks
		}

		any_rival = {
     		count > 1
     	}
	}

	immediate = {

		ruler = {
			save_scope_as = target_ruler
		}
	}

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

		set_variable = { name = tur_new_order_army value = 1 }
		custom_tooltip = new_order_army_available.tt

		add_stability = stability_severe_penalty

		change_societal_value = { type = outward_vs_inward value = societal_value_large_move_to_left }

		change_societal_value = { type = quality_vs_quantity value = societal_value_large_move_to_left }

		change_societal_value = { type = land_vs_naval value = societal_value_large_move_to_left }

		trigger_event_silently = {
			id = flavor_tur.180
			years = { 5 10 }
		}
	}

	option = {
		name = flavor_tur.179.b

		add_stability = stability_mild_bonus

		change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_right }

	}
}