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_mal.12 马里军事贵族任命

时间范围 1378.1.1 - 1405.1.1 每月 5% 概率触发

触发条件

  • 国家标签为 MAL(马里)。
  • 此事件为一次性事件(fire_only_once = yes)。

关键效果

  • 法里马-苏拉将忠诚地为我们服务

    • 历史选项
    • 解锁并授予特权:office_of_the_farima_soura_privilege
    • 社会价值观 aristocracy_vs_plutocracy 向左移动(societal_value_move_to_left)。
    • 贵族阶层满意度小幅提升(estate_satisfaction_mild_bonus)。
  • 让我们转向桑卡尔-祖马

    • 解锁并授予特权:office_of_the_sankar_zouma_privilege
    • 社会价值观 aristocracy_vs_plutocracy 向左移动(societal_value_move_to_left)。
    • 贵族阶层满意度小幅提升(estate_satisfaction_mild_bonus)。
  • 授予他们广泛的权力

    • 解锁并授予特权:office_of_the_farima_soura_privilegeoffice_of_the_sankar_zouma_privilege
    • 社会价值观 aristocracy_vs_plutocracy 大幅向左移动(societal_value_large_move_to_left)。
    • 社会价值观 centralization_vs_decentralization 向右移动(societal_value_move_to_right)。
    • 贵族阶层满意度极大提升(estate_satisfaction_extreme_bonus)。
    • 国家稳定度极大提升(stability_extreme_bonus)。
  • 我们不能允许我们的军队分裂!

    • 社会价值观 aristocracy_vs_plutocracy 大幅向右移动(societal_value_large_move_to_right)。
    • 社会价值观 centralization_vs_decentralization 大幅向左移动(societal_value_large_move_to_left)。
    • 国家稳定度小幅下降(stability_mild_penalty)。
    • 贵族阶层满意度极大下降(estate_satisfaction_extreme_penalty)。

背景介绍 在14世纪末至15世纪初的鼎盛时期,马里帝国面临着如何组织其强大军事力量的关键抉择。帝国的统治依赖于其复杂的军事贵族体系,其中“法里马-苏拉”(Farima-Soura)和“桑卡尔-祖马”(Sankar-Zouma)是两个重要的军事官职或贵族派系。此事件反映了马里君主需要在这些军事精英之间进行权衡,决定授予哪一方特权以维持军队的忠诚与效率,或是尝试平衡各方势力,抑或采取强硬手段加强中央集权,避免军事权力分散带来的风险。不同的选择将深刻影响帝国的社会结构、中央与地方的关系以及统治的稳定性。

完整事件代码

flavor_mal.12 = {
	type = country_event
	title = flavor_mal.12.title
	desc = flavor_mal.12.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAL
		from = 1378.1.1
		to = 1405.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		capital = {
			save_scope_as = target_location
		}
	}

	#The Farima-Soura will serve us faithfully
	option = {
		name = flavor_mal.12.a
		historical_option = yes
		unlock_estate_privilege_effect = { type = office_of_the_farima_soura_privilege }
		grant_estate_privilege = estate_privilege:office_of_the_farima_soura_privilege

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_move_to_left
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
	}

	#Let us turn to the Sankar-Zouma
	option = {
		name = flavor_mal.12.b
		unlock_estate_privilege_effect = { type = office_of_the_sankar_zouma_privilege }
		grant_estate_privilege = estate_privilege:office_of_the_sankar_zouma_privilege

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_move_to_left
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
	}

	#Grant them extensive privileges
	option = {
		name = flavor_mal.12.c

		unlock_estate_privilege_effect = { type = office_of_the_farima_soura_privilege }
		grant_estate_privilege = estate_privilege:office_of_the_sankar_zouma_privilege

		unlock_estate_privilege_effect = { type = office_of_the_sankar_zouma_privilege }
		grant_estate_privilege = estate_privilege:office_of_the_farima_soura_privilege

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_large_move_to_left
		}
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_extreme_bonus
		}
		add_stability = stability_extreme_bonus
	}
	#We cannot allow our military to be split apart!
	option = {
		name = flavor_mal.12.d

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_large_move_to_right
		}
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}
		add_stability = stability_mild_penalty
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_extreme_penalty
		}
	}
}