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_byz.20 安德罗尼卡三世·帕里奥洛格斯的内政改革

时间范围:1337.1.1 - 1400.1.1(每月 5% 概率)

触发条件

  • 国家拥有政府改革:kritai_katholikoi
  • 国家拥有省份:君士坦丁堡

关键效果

  • 选项 A(历史选项)
    • 移除政府改革:kritai_katholikoi
    • 添加政府改革:kritai_katholikoi_reformed
    • 设置变量:byz_unlocked_reformed_kritai_katholikoi
    • 为当前统治者或摄政增加 10 点行政能力
    • 损失相当于 3 个月收入的金钱
  • 选项 B
    • 使社会价值观“中央集权 vs 地方分权”向右移动(趋向地方分权)

背景介绍: 该事件模拟了拜占庭帝国皇帝安德罗尼卡三世·帕里奥洛格斯(Andronikos III Palaiologos)在位期间(1328-1341年)推行的内政改革。他试图通过改革司法与行政体系(特别是针对“kritai katholikoi”这一机构)来加强中央权威、整顿财政并提升治理效率,以应对帝国日益严峻的内部衰败和外部威胁。事件反映了拜占庭晚期为挽救国运而在制度层面进行的努力与面临的抉择。

完整事件代码

flavor_byz.20 = { #https://en.wikipedia.org/wiki/Andronikos_III_Palaiologos#Domestic_policy
	type = country_event
	title = flavor_byz.20.title
	desc = flavor_byz.20.desc

	historical_info = flavor_byz.20.historical_info

	illustration_tags = {
		10 = interior
		10 = regular
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BYZ
		from = 1337.1.1
		to = 1400.1.1
		monthly_chance = 5
	}

	trigger = {
		has_reform = government_reform:kritai_katholikoi
		owns = location:constantinople
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent ?= { save_scope_as = target_character }
	}

	option = {
		name = flavor_byz.20.a

		add_reform = government_reform:kritai_katholikoi_reformed
		remove_reform = government_reform:kritai_katholikoi

		set_variable = byz_unlocked_reformed_kritai_katholikoi

		scope:target_character = {
			add_adm = 10
		}

		change_gold_effect = { scale = -3 }

		historical_option = yes
	}

	option = {
		name = flavor_byz.20.b

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}
	}
}