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_eth.30] 扎拉·雅各布的中央集权改革

时间范围:1434.1.1 - 1468.1.1(每月 5% 概率触发)

触发条件

  • 国家为埃塞俄比亚(ETH)。
  • 当前统治者拥有王朝。
  • 当前统治者的行政能力(adm)大于等于80。

关键效果

  • 选项 A (flavor_eth.30.a)
    • 改变社会价值观:中央化 vs 去中心化,向“中央化”方向移动。
    • 此为历史选项
  • 选项 B (flavor_eth.30.b)
    • 增加少量稳定度。

背景介绍: 该事件模拟了15世纪埃塞俄比亚帝国在扎拉·雅各布(Zara Yaqob)统治时期进行的中央集权改革。扎拉·雅各布是一位强有力的统治者,他致力于加强皇权,削弱地方贵族和教会的势力,通过一系列行政、军事和宗教改革来巩固帝国的统一和中央政府的权威。此事件反映了其统治期间推动国家向更集权化方向发展的关键历史进程。

完整事件代码

flavor_eth.30 = { #Centralization reforms of [GetCountry('ETH').GetGovernment.GetRuler.GetNameWithNoTooltip] (Based on Zara Yakob)
	hide_portraits = yes
	type = country_event
	title = flavor_eth.30.title
	desc = flavor_eth.30.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ETH
		from = 1434.1.1
		to = 1468.1.1
		monthly_chance = 5
	}

	trigger = {
		ruler ?= {
			has_dynasty = yes
			adm >= 80
		}
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_eth.30.a
		change_societal_value = { type = centralization_vs_decentralization	value = societal_value_move_to_left	}
		historical_option = yes
	}
	option = {
		name = flavor_eth.30.b
		add_stability = stability_mild_bonus
	}
}