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_pap.1401] 耶稣会政策选择

时间范围
该事件为一次性事件,无具体时间范围,仅当满足触发条件时发生。

触发条件

  • 事件为一次性事件(fire_only_once = yes
  • 具体触发条件未在代码中明确定义,通常由游戏引擎在特定历史情境或满足其他隐藏条件时触发

关键效果

  • 选项 A(历史选项)

    • 名称:flavor_pap.1401.a
    • 效果:启用政策 jesuits_allowed(允许耶稣会存在)
    • 标记:historical_option = yes
  • 选项 B

    • 名称:flavor_pap.1401.b
    • 效果:启用政策 jesuits_not_allowed(禁止耶稣会存在)

背景介绍
该事件涉及天主教国家(尤其是教宗国)对耶稣会(Society of Jesus)的政策选择。耶稣会成立于16世纪,是天主教反宗教改革的重要力量,在教育、传教和政治领域具有广泛影响力。事件反映了当时欧洲统治者对是否允许耶稣会在其领土内活动的决策,这一选择可能影响国家的宗教统一、教育体系以及与教廷的关系。

完整事件代码

flavor_pap.1401 = {
	type = country_event
	fire_only_once = yes
	title = flavor_pap.1401.title
	desc = flavor_pap.1401.desc

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}
		
	option = {
		name = flavor_pap.1401.a
		historical_option = yes
		add_policy = policy:jesuits_allowed

	}
	
	option = {
		name = flavor_pap.1401.b
		add_policy = policy:jesuits_not_allowed
	}
}