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.418 与奥斯曼土耳其的重新接近

时间范围:1685年1月1日 - 1726年1月1日(每月 10% 概率触发)

触发条件

  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 国家拥有变量 enable_sun_king_events
  • 国家 TUR(奥斯曼土耳其)存在。
  • 国家 TUR 由AI控制。
  • 未与 TUR 结盟。

关键效果

  • 选项A:让我们尝试重建旧日联系
    • 历史选项:是
    • 效果:
      • TUR 添加观点修正 opinion_new_fra_tur_relations
      • TUR 对本国添加相同的观点修正 opinion_new_fra_tur_relations
      • AI选择权重:55%
  • 选项B:我们无需与奥斯曼人重建联系
    • 效果:
      • 获得声望修正 prestige_severe_bonus
      • AI选择权重:45%

背景介绍: 在路易十四统治后期至路易十五统治初期,法国与奥斯曼土耳其帝国之间长期存在的特殊外交关系面临新的考量。尽管两国在宗教和地缘政治上存在巨大差异,但历史上为对抗共同的哈布斯堡对手而形成的“渎圣同盟”传统,以及重要的贸易与外交利益,使得法国宫廷内部不时出现重新拉近与奥斯曼关系的呼声。此事件反映了法国在“太阳王”时代结束后,对其东方政策的一次潜在调整机会。

完整事件代码

flavor_fra.418 = { # Reapprochment with the Ottoman Turks
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.418.title
 	desc = flavor_fra.418.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1685.1.1
		to = 1726.1.1
		monthly_chance = 10
	}

 	trigger = {
		has_ruler = yes
		at_war = no
		has_variable = enable_sun_king_events
		country_exists = c:TUR
		c:TUR = {
			is_ai = yes
		}
		NOT = { is_allied_with = { target = c:TUR }	}
 	}

	illustration_tags = {
		10 = regular
		10 = interior
	}	

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
	}

 	option = { # Let us attempt to reforge old ties
		name = flavor_fra.418.a
		historical_option = yes
		add_opinion = {
			target = c:TUR
			modifier = opinion_new_fra_tur_relations
		}
		reverse_add_opinion = {
			target = c:TUR
			modifier = opinion_new_fra_tur_relations
		}
		ai_chance = {
			factor = 0.55
		}
 	}

 	option = { # We have no need to renew ties with the Ottomans
		name = flavor_fra.418.b
		add_prestige = prestige_severe_bonus
		ai_chance = {
			factor = 0.45
		}
 	}
}