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_fra.521 詹森主义谴责

时间范围:1720.1.1 - 1740.1.1(每月 20% 概率)

触发条件

  • 国家为 FRA(法兰西)。
  • 拥有君主。
  • 拥有变量 janseism_conflict_events
  • 采用政策 unigenitus_codified
  • 国家 PAP(教宗国)存在且拥有君主。
  • 国家宗教为天主教。

关键效果

  • 选项 A:支持《唯一诏书》的宫廷拥护者

    • 历史选项:是
    • 增加 religious_influence_severe_bonus(宗教影响力大幅增益)。
    • 增加 clergy_estate(神职人员阶层)的阶层满意度 estate_satisfaction_mild_bonus(轻度增益)。
    • 减少 peasants_estate(农民阶层)和 burghers_estate(市民阶层)的阶层满意度 estate_satisfaction_mild_penalty(轻度减益)。
    • AI 选择权重:70%。
  • 选项 B:允许詹森主义信徒抗议《唯一诏书》敕令

    • 增加 religious_influence_severe_penalty(宗教影响力大幅减益)。
    • 增加 peasants_estate(农民阶层)和 burghers_estate(市民阶层)的阶层满意度 estate_satisfaction_mild_bonus(轻度增益)。
    • 减少 clergy_estate(神职人员阶层)的阶层满意度 estate_satisfaction_mild_penalty(轻度减益)。
    • 教宗国(PAP)对法兰西(root)获得观点修正 fra_weakened_unigenitus_decree
    • AI 选择权重:30%。

背景介绍: 此事件反映了18世纪初法兰西王国围绕詹森主义(Jansenism)的神学与政治冲突。詹森主义强调奥古斯丁的恩典论,被罗马教廷视为接近加尔文主义。1713年,教宗克雷芒十一世颁布《唯一诏书》(Unigenitus),谴责詹森主义。此后数十年,法兰西国内形成了支持《唯一诏书》的“宪章派”与同情詹森主义的“申诉派”之间的激烈斗争,这场争论深刻影响了王权、教会与各社会阶层的关系。

完整事件代码

flavor_fra.521 = { # Repudition of Jansenism
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.521.title
 	desc = flavor_fra.521.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1720.1.1
		to = 1740.1.1
		monthly_chance = 20
	}

 	trigger = {
		has_ruler = yes
		has_variable = janseism_conflict_events
		NOT = { has_policy = unigenitus_codified }
		country_exists = c:PAP
		c:PAP = {
			has_ruler = yes
		}
		religion = religion:catholic
 	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
		c:PAP = {
        	ruler ?= {
            	save_scope_as = pap_ruler
        	}
		}
	}

 	option = { # Side with Unigenitus court proponents
		name = flavor_fra.521.a
		historical_option = yes
		add_religious_influence = religious_influence_severe_bonus
		add_estate_satisfaction = { type = estate_type:peasants_estate	value = estate_satisfaction_mild_penalty }
		add_estate_satisfaction = { type = estate_type:burghers_estate	value = estate_satisfaction_mild_penalty }
		add_estate_satisfaction = { type = estate_type:clergy_estate	value = estate_satisfaction_mild_bonus }
		ai_chance = {
			factor = 0.7
		}
 	}

 	option = { # Allow Janseism followers to protest the Unigenitus decree
		name = flavor_fra.521.b
		add_religious_influence = religious_influence_severe_penalty
		add_estate_satisfaction = { type = estate_type:peasants_estate	value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:burghers_estate	value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:clergy_estate	value = estate_satisfaction_mild_penalty }
		c:PAP = { add_opinion = { target = root modifier = fra_weakened_unigenitus_decree }	}
		ai_chance = {
			factor = 0.3
		}
 	}
}