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_hun.230 耶稣会士的邀请

时间范围:1560.1.1 - 1570.1.1,每月 8% 概率触发

触发条件

  • 国家宗教为 religion:catholic(天主教)。
  • 拥有 location:debrecen(德布勒森)地区。
  • religion:calvinist(加尔文宗)宗教已启用。
  • 国内加尔文宗信徒比例大于 0%。

关键效果

  • 选项 A (flavor_hun.230.a)

    • 添加政策:policy:jesuits_allowed(允许耶稣会士)。
    • 添加宗教影响力:religious_influence_mild_bonus(温和增益)。
    • 若教皇国(c:PAP)存在,则双方互相获得 hun_invited_jesuits 好感度修正。
    • 增加 estate_type:clergy_estate(神职人员阶层)的阶层满意度:estate_satisfaction_mild_bonus(温和增益)。
  • 选项 B (flavor_hun.230.b)

    • 在国内非加尔文宗主导的省份中,按人口排序,选取最多(省份总数的10% + 1)个省份。
    • 在这些省份的每个 pop(人口)中,分裂出 10% 的人口,并将其宗教转变为加尔文宗。
    • 降低 estate_type:clergy_estate(神职人员阶层)的阶层满意度:estate_satisfaction_mild_penalty(温和减益)。

背景介绍: 16世纪中叶,宗教改革浪潮席卷欧洲,加尔文宗在匈牙利东部,特别是德布勒森地区获得了显著影响力。面对新教势力的扩张,匈牙利的天主教统治者面临选择:是邀请反宗教改革的先锋耶稣会士来巩固天主教信仰,还是默许甚至推动加尔文宗的进一步传播,以安抚国内的新教势力并可能引发与教廷的关系变化。这一决策将深刻影响国内宗教格局与阶层关系。

完整事件代码

flavor_hun.230 = {
	type = country_event
	title = flavor_hun.230.title
	desc = flavor_hun.230.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = HUN
		from = 1560.1.1
		to = 1570.1.1
		monthly_chance = 8
	}

	trigger = {
		religion = religion:catholic
		owns = location:debrecen
		religion:calvinist = { is_religion_enabled = yes}
		"religion_percentage_in_country(religion:calvinist)" > 0
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:debrecen = {
			save_scope_as = debrecen_province
		}
	}

	option = {
		name = flavor_hun.230.a
		add_policy = policy:jesuits_allowed
		add_religious_influence = religious_influence_mild_bonus
		if = {
			limit = {
				country_exists = c:PAP
			}
			add_opinion = { target = c:PAP modifier = hun_invited_jesuits }
			c:PAP = {
				add_opinion = { target = root modifier = hun_invited_jesuits }
			}
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}
	option = {
		name = flavor_hun.230.b

		ordered_owned_location = {
			limit = {
				dominant_religion != religion:calvinist
			}
			order_by = population
			max = {
				value = 1
				add = {
					value = num_provinces
					multiply = 0.1
				}
			}

			every_pop = {
				split_pop = {
					fraction = 0.1
					religion = religion:calvinist
				}
			}
		}


		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
	}
}