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_lit.18 中央集权改革

时间范围:1393.1.1 - 1500.1.1(每月 5% 概率)

触发条件

  • 国家标签为 LIT(立陶宛)。
  • 国家满足以下任一条件:
    • 拥有政府改革:世袭制 (government_reform:patrimonialism)。
    • 国家宗教为异教 (is_country_religion_pagan = yes)。

关键效果

  • 选项 A (历史选项)
    • 如果国家拥有政策:民法政策 (civil_law_policy),则添加该政策,并承受 stability_extreme_penalty 的稳定度惩罚。
    • 社会价值观 centralization_vs_decentralization(集权 vs 分权)向“集权”方向大幅移动 (societal_value_large_move_to_left)。
    • 贵族阶层满意度小幅下降 (estate_satisfaction_mild_penalty)。
  • 选项 B
    • 稳定度小幅提升 (stability_mild_bonus)。
    • 贵族阶层满意度小幅提升 (estate_satisfaction_mild_bonus)。

背景介绍: 在14世纪末至15世纪,立陶宛大公国面临国家治理模式的抉择。随着领土扩张和内部整合,统治者需要决定是推行中央集权改革以加强王权和国家统一,还是维持传统的分权结构以安抚强大的贵族势力。这一过程深刻影响了立陶宛的政治走向和国家发展。

完整事件代码

flavor_lit.18 = {#Centralization reforms
	type = country_event
	title = flavor_lit.18.title
	desc = flavor_lit.18.desc
	historical_info = flavor_lit.18.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = LIT
		from = 1393.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	trigger = {
		NOR = {
			has_reform = government_reform:patrimonialism
			is_country_religion_pagan = yes
		}
	}

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

	option = {
		name = flavor_lit.18.a
		historical_option = yes

		if = {
			limit = {
				NOT = { has_policy = civil_law_policy }
			}
			add_policy = policy:civil_law_policy
			add_stability = stability_extreme_penalty
		}
		change_societal_value = {
			type = centralization_vs_decentralization	value = societal_value_large_move_to_left
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }

	}
	option = {
		name = flavor_lit.18.b

		add_stability = stability_mild_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}
}