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.321 法土同盟

时间范围:1525.1.1 - 1545.1.1 (每月 15% 概率触发)

触发条件

  • 法国(FRA)拥有君主且未处于战争状态。
  • 法国与奥斯曼帝国(TUR)既不是盟友,也不是宿敌。
  • 法国是一个独立或自治的附属国。
  • 奥斯曼帝国(TUR)存在,且由AI控制。
  • 奥斯曼帝国(TUR)不是法国的宿敌。
  • 奥斯曼帝国(TUR)是一个独立或自治的附属国。

关键效果

  • 选项 A:一个不神圣但必要的同盟(历史选项)
    • 获得大量威望。
    • 与奥斯曼帝国(TUR)建立同盟关系。
    • 显示自定义提示:“可能遭受广泛谴责”。
    • 显示自定义提示:“法国可能从同盟中获得贸易影响力等好处”。
    • 法国与奥斯曼帝国互相增加“法土同盟”观点修正。
    • AI选择概率:50%。
  • 选项 B:争取更紧密的关系,但不建立全面同盟
    • 法国与奥斯曼帝国互相增加“法土关系”观点修正。
    • AI选择概率:20%。
  • 选项 C:我们永远不会与奥斯曼人结盟!
    • 获得少量威望。
    • AI选择概率:30%。

背景介绍: 在16世纪上半叶,欧洲政治格局复杂。作为天主教国家的法国,为了对抗其头号对手哈布斯堡王朝的查理五世皇帝,开始寻求与强大的伊斯兰帝国——奥斯曼土耳其建立非传统的合作关系。这一被称为“法土同盟”或“渎圣同盟”的外交策略,旨在从东西两线对哈布斯堡帝国形成战略牵制。尽管此举在国内和国际上引发了巨大的宗教和政治争议,但法国国王弗朗索瓦一世认为这是打破哈布斯堡包围、维护法国利益的必要手段。该事件模拟了法国宫廷内部对这一激进外交政策的辩论与抉择。

完整事件代码

flavor_fra.321 = { # The Franco-Turkish Alliance
	hide_portraits = yes
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.321.title
 	desc = flavor_fra.321.desc

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

 	trigger = {
		has_ruler = yes
		at_war = no
		NOT = { is_allied_with = { target = c:TUR } }
		NOT = { is_rival_of = c:TUR	}
		is_independent_or_autonomous_subject = yes
		c:TUR = {
			is_ai = yes
			AND = {
				NOT = { is_rival_of = c:FRA	}
			}
			is_independent_or_autonomous_subject = yes
		}
		country_exists = c:TUR
 	}

	illustration_tags = {
		10 = angry
		10 = interior
	}	

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
        ruler ?= {
            save_scope_as = ruler_fra
        }
		c:TUR = {
			ruler ?= {
				save_scope_as = ruler_tur
			}
		}
	}

 	option = { # An unholy alliance, but a necessary one
		name = flavor_fra.321.a
		historical_option = yes
		add_prestige = prestige_severe_bonus
		create_alliance = { target = c:TUR }
		custom_tooltip = may_suffer_widespread_condemnation
		custom_tooltip = fra_may_recieve_benefit_from_alliance # Trade Influence
		add_opinion = {
			target = c:TUR
			modifier = opinion_fra_tur_alliance
		}
		reverse_add_opinion = {
			target = c:TUR
			modifier = opinion_fra_tur_alliance
		}
		ai_chance = {
			factor = 0.5
		}
 	}
 	option = { # Strive for closer ties, but not a full alliance
		name = flavor_fra.321.b
		add_opinion = {
			target = c:TUR
			modifier = opinion_fra_tur_relations
		}
		reverse_add_opinion = {
			target = c:TUR
			modifier = opinion_fra_tur_relations
		}
		ai_chance = {
			factor = 0.2
		}
 	}
 	option = { # We will never ally with the Ottomans!
		name = flavor_fra.321.c
		add_prestige = prestige_mild_bonus
		ai_chance = {
			factor = 0.3
		}
 	}
}