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_brapru.10 哈勒虔敬主义与普鲁士美德

时间范围:1637.1.1 - 1780.1.1(每月 2% 概率触发)

触发条件

  • 国家拥有宗教特性 pietism(虔敬主义)。

关键效果

  • 选项 A (历史选项)
    • 解锁并启用政策 pietism_society(虔敬主义社团)。
  • 选项 B
    • 移除宗教特性 pietism(虔敬主义)。

背景介绍: 该事件反映了17至18世纪在普鲁士地区兴起的哈勒虔敬主义运动。这场宗教复兴运动强调个人虔诚、道德严谨与社会慈善,深刻影响了普鲁士的社会文化与国家伦理。事件模拟了普鲁士统治者面对这一宗教思潮时,选择将其制度化以塑造“普鲁士美德”,或选择抵制其影响的决策点。

完整事件代码

flavor_brapru.10 = { #Hallescher Pietism and Prussian virtues
	type = country_event
	title = flavor_brapru.10.title
	desc = flavor_brapru.10.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1637.1.1
		to = 1780.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy   background = pop_type:clergy }
	}

	trigger = {
		has_religious_aspect = religious_aspect:pietism
	}

	option = {
		name = flavor_brapru.10.a
		historical_option = yes

		unlock_policy_effect = { type = pietism_society }
		add_policy = policy:pietism_society
	}

	option = {
		name = flavor_brapru.10.b

		remove_religious_aspect = religious_aspect:pietism
	}
}