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_mam.27] 马穆鲁克王朝的“王子”政策

时间范围:1337.1.1 - 1437.1.1(每月 1% 概率)

触发条件

  • 国家处于和平状态(at_war = no)。
  • 国家未处于破产状态(is_during_bankruptcy = no)。
  • 国家拥有至少一个文艺复兴时期的马穆鲁克军事单位(total_sub_unit_type_count:a_mamluk_unit_renaissance > 0)。
  • 国家采用马穆鲁克政府改革(has_reform = government_reform:mamluk_government)。

关键效果

  • 选项 A
    • 采纳政策:awlad_al_nas_policy
    • 增加稳定度:增加值为 stability_ultimate_penalty,并乘以 (1 + 政策变更成本修正)
    • 增加陆军传统:增加 army_tradition_extreme_bonus
  • 选项 B
    • 自定义提示:enables_awlad_al_nas
    • 减少政府点数:减少 government_power_ultimate_penalty
    • 减少陆军传统:减少 army_tradition_extreme_penalty

背景介绍: 在14至15世纪,马穆鲁克苏丹国面临着一个核心的内部治理问题:如何安置和利用数量日益增多的马穆鲁克军事精英的后代,即“Awlad al-Nas”(“王子”或“子嗣”)。这些年轻一代在马穆鲁克军事奴隶制度之外出生,通常不被允许继承其父辈的军事地位和特权,但他们在社会中又构成了一个重要的、受过教育的阶层。此事件反映了苏丹国统治者面临的抉择:是正式吸纳这些“王子”进入行政或军事体系以增强国家力量,还是维持传统的封闭性,从而可能引发内部不满和削弱军事传统。

完整事件代码

flavor_mam.27 = {
	hide_portraits = yes
	type = country_event
	title = flavor_mam.27.title
	desc = flavor_mam.27.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1337.1.1
		to = 1437.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		at_war = no
		is_during_bankruptcy = no
		total_sub_unit_type_count:a_mamluk_unit_renaissance > 0
		has_reform = government_reform:mamluk_government
	}

	immediate = {
		set_variable = enables_awlad_al_nas_variable
		ruler_or_regent ?= { save_scope_as = target_character }
		location:cairo = { save_scope_as = target_location }
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_mam.27.a

		add_policy = policy:awlad_al_nas_policy
		add_stability = {
			value = stability_ultimate_penalty
			multiply = {
				value = {
					add = 1
					add = root.modifier:change_policy_cost_modifier
				}
			}
		}
		add_army_tradition = army_tradition_extreme_bonus
	}

	option = {
		name = flavor_mam.27.b

		custom_tooltip = enables_awlad_al_nas
		add_government_power = government_power_ultimate_penalty
		add_army_tradition = army_tradition_extreme_penalty
	}
}