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_fra.322] 天主教世界的谴责

时间范围

  • 触发窗口:1525.1.1 - 1545.1.1
  • 触发概率:每月 15% 概率

触发条件

  • 国家必须拥有统治者。
  • 国家不能处于战争状态。
  • 国家必须与奥斯曼帝国(c:TUR)结盟。

关键效果

选项:这些谴责无关紧要

  • 国家声望遭受严重惩罚。
  • 所有满足以下条件的独立或自治附属天主教国家:
    • 不是法兰西(c:FRA)的附属国。
    • 是教宗国(PAP),或是法兰西的宿敌,或是法兰西的邻国。
    • 将对法兰西产生“法奥同盟”负面看法修正。

背景介绍

该事件反映了16世纪上半叶,法兰西王国与奥斯曼帝国结盟所引发的巨大争议。这一外交策略旨在对抗共同的敌人哈布斯堡王朝,但它严重违背了当时天主教世界的政治与宗教准则。作为“最虔诚的基督教国王”,法兰西君主与穆斯林统治者结盟,招致了以教宗为首的天主教欧洲的广泛谴责,被视为对信仰的背叛和对基督教世界的威胁,严重损害了法国的声誉和外交关系。

完整事件代码

flavor_fra.322 = { # Condemnation across the Catholic World
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.322.title
 	desc = flavor_fra.322.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1525.1.1
		to = 1545.1.1
		monthly_chance = 15
	}

 	trigger = {
		has_ruler = yes
		at_war = no
		is_allied_with = { target = c:TUR }
 	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
        ruler ?= {
            save_scope_as = ruler_fra
        }
		c:PAP = {
			ruler ?= {
				save_scope_as = ruler_PAP
			}
		}
	}

 	option = { # There condemnations matters little
		name = flavor_fra.322.a
		add_prestige = prestige_severe_penalty
		every_country = {
			limit = {
				religion = religion:catholic
				is_independent_or_autonomous_subject = yes
				NOT = {
					is_subject_of = c:FRA
				}
				OR = {
					tag = PAP
					is_rival_of = c:FRA
					is_neighbor_of = c:FRA
				}
			}
			add_opinion = { target = c:FRA modifier = opinion_franco_ottoman_alliance }
		}
 	}
}