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.1605 路德宗对耶稣会学院的不满

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

触发条件

  • 国家为 HAB(奥地利)。
  • 路德宗 (religion:lutheran) 在游戏中已启用。
  • 国内路德宗人口比例大于 0。
  • 国家拥有统治者。
  • 国家官方宗教为天主教 (religion:catholic)。
  • 国家拥有变量 jesuit_colleges_sponsored

关键效果

  • 选项 A (历史选项)

    • 名称:flavor_hab.1605.a
    • 效果:国内所有路德宗人口的满意度受到“极端惩罚”级别的降低。
  • 选项 B

    • 名称:flavor_hab.1605.b
    • 效果:
      • 正统性受到“轻微惩罚”级别的降低。
      • 威望受到“轻微惩罚”级别的降低。
      • 国内所有路德宗人口的满意度获得“微弱增益”级别的提升。
  • 选项 C

    • 名称:flavor_hab.1605.c
    • 效果:
      • 启用政策 policy:jesuits_not_allowed(禁止耶稣会)。
      • 移除变量 jesuit_colleges_sponsored
      • 设置变量 jesuit_colleges_rejected
      • 国内所有路德宗人口的满意度获得“显著增益”级别的提升。

背景介绍: 在反宗教改革时期,哈布斯堡王朝治下的奥地利作为天主教阵营的核心,积极支持耶稣会建立学院以对抗新教思想的传播。这一政策引起了国内路德宗信徒的强烈不满,他们认为这些学院是压制其信仰、进行宗教迫害的工具,加剧了天主教与新教群体间的紧张关系。

完整事件代码

flavor_hab.1605 = { #Lutherans are unhappy with Jesuit Colleges
	type = country_event
	title = flavor_hab.1605.title
	desc = flavor_hab.1605.desc

	fire_only_once = yes

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

	illustration_tags = {
		10 = angry
		10 = exterior
	}

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

	trigger = {
		religion:lutheran = {
			is_religion_enabled = yes
		}
		"religion_percentage_in_country(religion:lutheran)" > 0
		has_ruler = yes
		religion = religion:catholic
		has_variable = jesuit_colleges_sponsored
	}

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

		custom_tooltip = flavor_hab.1605.a.tt
		hidden_effect = {
			every_pop = {
				limit = {
					owner = root
					religion = religion:lutheran
				}
				add_pop_satisfaction = pop_satisfaction_extreme_penalty
			}
		}
	}

	option = {
		name = flavor_hab.1605.b

		add_legitimacy = legitimacy_mild_penalty
		add_prestige = prestige_mild_penalty

		custom_tooltip = flavor_hab.1605.b.tt
		hidden_effect = {
			every_pop = {
				limit = {
					owner = root
					religion = religion:lutheran
				}
				add_pop_satisfaction = pop_satisfaction_weak_bonus
			}
		}
	}

	option = {
		name = flavor_hab.1605.c

		add_policy = policy:jesuits_not_allowed
		remove_variable = jesuit_colleges_sponsored
		set_variable = jesuit_colleges_rejected

		custom_tooltip = flavor_hab.1605.c.tt
		hidden_effect = {
			every_pop = {
				limit = {
					owner = root
					religion = religion:lutheran
				}
				add_pop_satisfaction = pop_satisfaction_severe_bonus
			}
		}
	}
}