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.1] 西班牙宗教裁判所

时间范围

1500.1.1 - 1550.1.1,每月有 5% 的概率触发。

触发条件

  • 国家 CAS(卡斯蒂利亚)必须存在。
  • 国家 CAS 必须拥有政策 local_courts

关键效果

  • 选项 A (历史选项)

    • 为国家添加修正 pap_spanish_inquisition,持续 100 年(模式为叠加并延长)。
  • 选项 B

    • 为国家添加修正 pap_moderate_inquisition,持续 100 年(模式为叠加并延长)。

背景介绍

此事件模拟了16世纪上半叶,在卡斯蒂利亚推行“地方法庭”政策的背景下,教廷可能面临的选择。事件的核心是回应西班牙宗教裁判所的建立与影响。一个历史性的选择是强化宗教裁判,而另一个选项则代表了一种相对温和的立场。事件还会在背景中生成一位关键历史人物——未来的教皇保罗四世(乔瓦尼·彼得罗·卡拉法),他出生于那不勒斯,以其强硬的反宗教改革立场而闻名。

完整事件代码

flavor_pap.1 = {
	type = country_event
	title = flavor_pap.1.title
	desc = flavor_pap.1.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = PAP
		from = 1500.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	trigger = {
		country_exists = c:CAS
		c:CAS = {
			has_policy = local_courts
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		location:naples.owner = {
			create_character = { #https://en.wikipedia.org/wiki/Pope_Paul_IV
				first_name = name_peter
				last_name = carafa
				culture = culture:neapolitan
				religion = religion:catholic
				estate = estate_type:clergy_estate
				birth_location = location:naples
				birth_date = 1476.6.28
				save_scope_as = future_paul_iv_scope
			}
		}
	}

	option = {
		name = flavor_pap.1.a
		historical_option = yes
		add_country_modifier = { modifier = pap_spanish_inquisition years = 100 mode = add_and_extend }
	}
	
	option = {
		name = flavor_pap.1.b
		add_country_modifier = { modifier = pap_moderate_inquisition years = 100 mode = add_and_extend }
	}
}