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.140 国王的正义

时间范围:1425.1.1 - 1475.1.1(每月 20% 概率触发)

触发条件

  • 国家宗教为 米亚菲派 (Miaphysite)

关键效果

  • 选项 A (flavor_eth.140.a)
    • 添加政策:《费塔·尼格斯》政策 (fetha_negest_policy)
    • 增加 神职人员阶层 (clergy_estate) 满意度:estate_satisfaction_weak_bonus
  • 选项 B (flavor_eth.140.b)
    • 增加 稳定度stability_mild_bonus
    • 降低 神职人员阶层 (clergy_estate) 满意度:estate_satisfaction_weak_penalty

背景介绍: 在15世纪的埃塞俄比亚帝国,随着中央集权的加强,国王(或称“万王之王”)需要处理与国内强大神职人员阶层的关系。这一时期,法律典籍《费塔·尼格斯》的编纂与推行,成为平衡王权与教权、确立司法规范的关键事件。本事件模拟了统治者选择是正式采纳这部法典以安抚教会,还是优先巩固自身权威而可能引发教会不满的决策。

完整事件代码

flavor_eth.140 = { #The Justice of the Kings
	type = country_event
	title = flavor_eth.140.title
	desc = flavor_eth.140.desc
	
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ETH
		from = 1425.1.1
		to = 1475.1.1
		monthly_chance = 20
	}
	
	trigger = {
		religion = religion:miaphysite
	}
	illustration_tags = {
		10 = happy
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		unlock_policy_effect = { type = fetha_negest_policy }
	}

	option = {
		name = flavor_eth.140.a
		add_policy = policy:fetha_negest_policy
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_weak_bonus
		}
	}
	option = {
		name = flavor_eth.140.b
		add_stability = stability_mild_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_weak_penalty
		}
	}
}