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_boh.37] 弟兄合一会

时间范围:1485.1.1 - 1550.1.1,每月 1% 概率触发

触发条件

  • 国家宗教为胡斯派 (religion = religion:hussite)

关键效果

  • 选项 A (flavor_boh.37.a):

    • 设置变量 enable_unity_brethren_privilege_variable
    • 授予阶层特权 estate_privilege:unity_brethren_privilege
  • 选项 B (flavor_boh.37.b):

    • 使教士阶层满意度大幅降低 (add_estate_satisfaction = estate_satisfaction_extreme_penalty)
    • 宗教影响力减少 10 (add_religious_influence_if_valid = -10)
    • 稳定性小幅下降 (add_stability = stability_mild_penalty)

背景介绍: 该事件模拟了15世纪末至16世纪中叶,胡斯派宗教改革运动内部的重要发展。在波希米亚王国,胡斯派信徒中逐渐形成了一个更为激进和注重纪律的团体——弟兄合一会(Unity of Brethren)。他们强调严格的道德准则、简朴的生活和独立的教会组织,与当时较为温和的胡斯派主流(如圣杯派)形成对比。该事件反映了波希米亚统治者面临的选择:是接纳并正式承认这个新兴的、组织严密的宗教团体,还是拒绝其主张并承受来自传统教士阶层的不满和宗教动荡。

完整事件代码

flavor_boh.37 = { #The Unity of Brethren
	type = country_event
	title = flavor_boh.37.title
	desc = flavor_boh.37.desc

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BOH
		from = 1485.1.1
		to = 1550.1.1
		monthly_chance = 1
	}

	trigger = { religion = religion:hussite }

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_boh.37.a

		set_variable = enable_unity_brethren_privilege_variable
		grant_estate_privilege = estate_privilege:unity_brethren_privilege
	}

	option = {
		name = flavor_boh.37.b

		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_extreme_penalty
		}
		add_religious_influence_if_valid = {
			VALUE = -10
		}
		add_stability = stability_mild_penalty
	}
}