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_hab.1606 教皇与西班牙对耶稣会禁令的不满

时间范围:1590.1.1 - 1620.1.1 触发概率:每月 50% 概率

触发条件

  • 路德宗 (religion:lutheran) 在游戏中已启用。
  • 国家拥有统治者 (has_ruler = yes)。
  • 国家宗教为天主教 (religion = religion:catholic)。
  • 国家拥有变量 jesuit_colleges_rejected
  • 在天主教宗教组 (religion:catholic) 中,存在至少一个满足以下条件的国家:
    • 不是教宗国 (NOT = { tag = PAP })。
    • 国家税收基础 (country_tax_base) 大于 500。
    • 已启用政策 jesuits_allowed
  • 教宗国 (c:PAP) 存在。

关键效果

选项 A:flavor_hab.1606.a (历史选项)

  • 为国家添加政策 policy:jesuits_allowed
  • 教宗国 (c:PAP) 对事件触发国增加好感度修正 favors_catholics_catholics
  • 在事件触发时随机选取的一个天主教强国 (scope:catholic_strong_country) 对事件触发国增加好感度修正 favors_catholics_catholics

选项 B:flavor_hab.1606.b

  • 教宗国 (c:PAP) 对事件触发国增加好感度修正 favors_protestants_catholics
  • 在事件触发时随机选取的一个天主教强国 (scope:catholic_strong_country) 对事件触发国增加好感度修正 favors_protestants_catholics

背景介绍

此事件反映了16世纪末至17世纪初,哈布斯堡王朝(奥地利)在天主教世界内部面临的政治与宗教压力。当时,耶稣会作为反宗教改革的重要力量,其活动常引发争议。事件模拟了哈布斯堡统治者因拒绝耶稣会学院而招致教宗以及西班牙等强大天主教国家不满的情景。玩家需要在顺应教廷压力、允许耶稣会活动,或坚持原有立场、承受外交关系恶化之间做出选择。

完整事件代码

flavor_hab.1606 = { #Pope and Spain is unhappy about Jesuit refusal
	type = country_event
	title = flavor_hab.1606.title
	desc = flavor_hab.1606.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1590.1.1
		to = 1620.1.1
		monthly_chance = 50
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

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

		random_country = {
			limit = {
				religion = religion:catholic
				country_tax_base > 500
				NOT = {
					tag = PAP
				}
			}
			save_scope_as = catholic_strong_country
		}
	}

	trigger = {
		religion:lutheran = {
			is_religion_enabled = yes
		}
		has_ruler = yes
		religion = religion:catholic
		has_variable = jesuit_colleges_rejected
		religion:catholic = {
			any_country_in_religion = {
				NOT = {
					tag = PAP
				}
				country_tax_base > 500
				has_policy = jesuits_allowed
			}
		}
		country_exists = c:PAP
	}

	option = {
		name = flavor_hab.1606.a
		historical_option = yes

		add_policy = policy:jesuits_allowed

		c:PAP = {
			add_opinion = { target = root modifier = favors_catholics_catholics }
		}
		scope:catholic_strong_country = {
			add_opinion = { target = root modifier = favors_catholics_catholics }
		}
	}

	option = {
		name = flavor_hab.1606.b

		c:PAP = {
			add_opinion = { target = root modifier = favors_protestants_catholics }
		}
		scope:catholic_strong_country = {
			add_opinion = { target = root modifier = favors_protestants_catholics }
		}
	}
}