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.1803 奥斯曼接受改宗

时间范围
无明确 fromto 日期,事件触发后立即生效。

触发条件
事件代码中未定义 trigger 字段,通常由游戏内其他机制或前置事件触发。

关键效果

  • 历史选项:无 historical_option = yes 标记。
  • 选择选项 flavor_pap.1803.a 后:
    • 事件发起国获得 devotion_severe_bonus(虔诚度大幅增益)。
    • 对奥斯曼帝国(c:TUR)产生以下效果:
      • 威望降低 prestige_extreme_penalty(威望极端惩罚)。
      • 稳定度降低 stability_extreme_penalty(稳定度极端惩罚)。
      • 国家宗教改为天主教(change_religion = religion:catholic)。
      • 统治者及其家族宗教改为天主教(change_religion_for_ruler_and_family)。
      • 所有外交范围内的穆斯林国家对该事件发起国产生 opinion_tur_betrayed_the_true_faith 意见修正(关系-100)。
      • 所有外交范围内的基督教国家对该事件发起国产生 opinion_tur_embraced_the_true_faith 意见修正(关系+50)。

背景介绍
该事件描绘了一个极具颠覆性的历史假设:奥斯曼帝国放弃伊斯兰教信仰,转而皈依天主教。在16-18世纪的欧洲政治与宗教格局中,奥斯曼帝国作为伊斯兰世界的霸主,其宗教立场是地缘政治的核心要素之一。若奥斯曼统治者突然改宗,不仅会引发帝国内部的剧烈动荡,还将彻底重塑基督教世界与伊斯兰世界的关系,可能带来大规模的宗教冲突、政治联盟重组与国际力量平衡的颠覆。

完整事件代码

flavor_pap.1803 = { #Ottomans Accept the Conversion
	type = country_event
	title = flavor_pap.1803.title
	desc = flavor_pap.1803.desc

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_pap.1803.a
		add_devotion = devotion_severe_bonus
		show_as_tooltip = {
			c:TUR = {
				add_prestige = prestige_extreme_penalty
				add_stability = stability_extreme_penalty
				change_religion = religion:catholic
				change_religion_for_ruler_and_family = { country = c:TUR religion = religion:catholic }
				custom_tooltip = {
					text = suffer_100_opinion_with_every_muslim_in_range_tt
					every_known_country = {
						limit = {
							within_diplomatic_range = root
							religion.group = religion_group:muslim
						}
						add_opinion = {
							modifier = opinion_tur_betrayed_the_true_faith
							target = root
						}
					}
				}
				custom_tooltip = {
					text = gain_50_opinion_with_every_christian_in_range_tt
					every_known_country = {
						limit = {
							within_diplomatic_range = root
							religion.group = religion_group:christian
						}
						add_opinion = {
							modifier = opinion_tur_embraced_the_true_faith
							target = root
						}
					}
				}
			}
		}
	}
}