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.1800 奥斯曼与罗马皇冠

时间范围:1337.1.1 - 1500.1.1(每月 1% 概率)

触发条件

  • 国家 TUR(奥斯曼)存在。
  • 国家 TUR
    • 拥有 constantinople 地区。
    • 拥有统治者。
    • 宗教 不是 catholic(天主教)。
  • 国际组织 hre(神圣罗马帝国)存在。
  • 国际组织 hre 的领导者国家存在。
  • 国家 BYZ(拜占庭) 不存在

关键效果

  • 选项 A (flavor_pap.1800.a)
    • AI 选择权重:99
    • 历史选项
    • 效果:获得 prestige_mild_bonus(少量威望加成)。
  • 选项 B (flavor_pap.1800.b)
    • AI 选择权重:1
    • 效果:
      • 获得 devotion_severe_penalty(大量奉献度惩罚)。
      • 神圣罗马帝国皇帝(target_emperor)对教皇国(root)获得 opinion_pap_compromising_legitimacy(妥协合法性)观点修正。
      • 如果国家 TUR 存在,则触发事件 flavor_pap.1801

背景介绍: 1453年,奥斯曼帝国攻陷君士坦丁堡,标志着拜占庭帝国的终结。这一事件在基督教世界,尤其是以罗马教皇和神圣罗马帝国皇帝为首的天主教势力中引起了巨大震动。奥斯曼苏丹占领了这座曾经的“第二罗马”,并自视为罗马帝国的继承者,这对教皇宣称的普世权威和神圣罗马帝国作为基督教世界世俗领袖的地位构成了直接挑战。本事件模拟了教皇国在面对奥斯曼帝国崛起并占据古都后,在政治与宗教合法性上所面临的抉择与困境。

完整事件代码

flavor_pap.1800 = { #The Ottomans and the Crown of Rome
	hide_portraits = yes
	type = country_event
	title = flavor_pap.1800.title
	desc = flavor_pap.1800.desc

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = PAP
		from = 1337.1.1
		to = 1500.1.1
		monthly_chance = 1
	}

	historical_info = flavor_pap.1800.historical_info

	trigger = {
		country_exists = c:TUR
		c:TUR = {
			owns = location:constantinople
			has_ruler = yes
			NOT = {
				religion = religion:catholic
			}
		}
		exists = international_organization:hre
		exists = international_organization:hre.leader_country
		NOT = {
			country_exists = c:BYZ
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		root.ruler = { save_scope_as = ruler }
		c:TUR = {
			ruler = {
				save_scope_as = ottoman_ruler
			}
		}
		international_organization:hre.leader_country = {
			save_scope_as = target_emperor
		}
	}

	option = {
		name = flavor_pap.1800.a
		ai_chance = { factor = 99 }
		historical_option = yes
		add_prestige = prestige_mild_bonus
	}

	option = {
		name = flavor_pap.1800.b
		ai_chance = { factor = 1 }
		add_devotion = devotion_severe_penalty
		scope:target_emperor = {
			add_opinion = { target = root modifier = opinion_pap_compromising_legitimacy  }
		}
		c:TUR ?= {
			trigger_event_non_silently = flavor_pap.1801
		}
	}
}