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_ira.26 神职贵族特权

时间范围:1505.1.1 - 1575.1.1,每月 3% 概率触发

触发条件

  • 事件仅限国家 IRA 触发。
  • 事件在时间范围内(1505年1月1日至1575年1月1日)随机发生。
  • 事件仅会触发一次。

关键效果

  • 选项 A (flavor_ira.26.a)
    • 授予特权 ira_clerical_aristocracy(神职贵族)。
    • 获得 government_power_mild_penalty(政府力量轻度惩罚)。
  • 选项 B (flavor_ira.26.b)
    • clergy_estate(神职阶层)增加 estate_satisfaction_mild_penalty(阶层满意度轻度惩罚)。
    • burghers_estate(市民阶层)增加 estate_satisfaction_mild_penalty(阶层满意度轻度惩罚)。

背景介绍: 在16世纪,爱尔兰(IRA)的统治阶层面临如何平衡国内不同势力影响力的抉择。神职阶层与新兴的市民阶层都在寻求更大的政治权力和特权。此事件反映了国家在授予神职阶层世袭贵族特权,或试图维持各阶层间平衡时所面临的政治权衡。授予特权可能巩固神权支持但削弱中央权威,而拒绝则可能同时引起神职与市民阶层的不满。

完整事件代码

flavor_ira.26 = {
	type = country_event
	title = flavor_ira.26.title
	desc = flavor_ira.26.desc

	dynamic_historical_event = {
		tag = IRA
		from = 1505.1.1
		to = 1575.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:burghers_estate }
		unlock_estate_privilege_effect = {
			type = ira_clerical_aristocracy
		}
	}

	option = {
		name = flavor_ira.26.a

		grant_estate_privilege = estate_privilege:ira_clerical_aristocracy

		add_government_power = government_power_mild_penalty
	}

	option = {
		name = flavor_ira.26.b

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_penalty
		}

		add_estate_satisfaction = {
			type = estate_type:burghers_estate
			value = estate_satisfaction_mild_penalty
		}
	}
}