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_sco.201 教皇请求与<统治者>和解

时间范围

1416年1月1日 - 1436年1月1日

  • 触发概率:每月 15% 概率

触发条件

  • 本国拥有统治者。
  • 教宗国(PAP)存在。
  • 教宗国拥有统治者。
  • 本国拥有法律 sco_authority_over_the_clergy(苏格兰对神职人员的管辖权)。

关键效果

  • 选项 A:废除管辖权法律

    • 历史选项:是
    • 移除法律 sco_authority_over_the_clergy
    • 锁定法律效果 sco_authority_over_the_clergy
    • 增加宗教影响力(极端增益)。
    • AI 选择概率因子:0.7
  • 选项 B:拒绝和解提议

    • 增加威望(极端增益)。
    • AI 选择概率因子:0.3

背景介绍

在15世纪初,苏格兰王国与罗马教廷之间的关系因苏格兰议会通过的、主张王室对国内教会事务拥有管辖权的法律而变得紧张。教宗马丁五世(若在任)或其后继者寻求与苏格兰君主和解,希望其废除这项挑战教廷权威的法律,以恢复双方的传统关系并确保苏格兰教会在天主教世界中的正统地位。这一事件反映了中世纪晚期欧洲民族君主国与普世教廷之间在司法和税收管辖权上的持续博弈。

完整事件代码

flavor_sco.201 = { # Pope Requests Reconciliation With <Ruler>
	type = country_event
	fire_only_once = yes
 	title = flavor_sco.201.title
 	desc = flavor_sco.201.desc

	dynamic_historical_event = {
		tag = SCO
		from = 1416.1.1
		to = 1436.1.1
		monthly_chance = 15
	}

 	trigger = {
		has_ruler = yes
		country_exists = c:PAP
		c:PAP ?= {
			has_ruler = yes
		}
		has_law = sco_authority_over_the_clergy
 	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler ?= {
            save_scope_as = sco_ruler
        }
		c:PAP = {
        	ruler ?= {
            	save_scope_as = pap_ruler
        	}
		}
	}

 	option = { # Abolish the jurisdiction laws
		name = flavor_sco.201.a
		historical_option = yes
		remove_law = law:sco_authority_over_the_clergy
		lock_law_effect = {
			type = sco_authority_over_the_clergy
		}
		add_religious_influence = religious_influence_extreme_bonus
		ai_chance = {
			factor = 0.7
		}
 	}

 	option = { # Reject the proposed reconiliation
		name = flavor_sco.201.b
		add_prestige = prestige_extreme_bonus
		ai_chance = {
			factor = 0.3
		}
 	}
}