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_byz.1200 和平之手

时间范围:1340.1.1-1365.1.1(每月 10% 概率)

触发条件

  • 拜占庭(BYZ)的统治者至少有一位未婚的适婚女儿。
  • 奥斯曼(TUR)的统治者或摄政是未婚的适婚男性。
  • 拜占庭与奥斯曼之间没有处于战争状态。
  • 拜占庭不是任何国家的附属国。
  • 拜占庭与奥斯曼既不是宿敌,也不是敌人。

关键效果

  • 选项 A (历史选项):触发奥斯曼事件 flavor_byz.1201
  • 选项 B:奥斯曼对拜占庭获得“恼怒”观点修正。

背景介绍: 该事件模拟了14世纪中期拜占庭帝国与崛起的奥斯曼帝国之间的一种外交可能性。面对奥斯曼的持续压力,拜占庭统治者可能希望通过王室联姻来寻求和平与稳定。历史上,拜占庭皇帝约翰六世·坎塔库泽诺斯曾将其女儿狄奥多拉嫁给奥斯曼苏丹奥尔汗一世,试图以此巩固两国关系并确保边境安全。此事件正是基于这一历史背景,为玩家提供了一个通过政治联姻来影响两国关系走向的选择。

完整事件代码

flavor_byz.1200 = { #A hand for peace
	type = country_event
	title = flavor_byz.1200.title
	desc = flavor_byz.1200.desc
	historical_info = flavor_byz.1200.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BYZ
		from = 1340.1.1
		to = 1365.1.1
		monthly_chance = 10
	}

	trigger = {
		ruler ?= {
			any_child = {
				character_can_marry_trigger = yes
				is_female = yes
			}
		}
		c:TUR.ruler_or_regent ?= {
			character_can_marry_trigger = yes
		}
		NOT = { is_at_war_with = c:TUR }
		is_subject = no
		NOR = {
			is_rival_of = c:TUR
			is_enemy_of = c:TUR
		}
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
			random_child = {
				limit = {
					character_can_marry_trigger = yes
					is_female = yes
				}
				save_scope_as = theodora_scope
			}
		}
		c:TUR.ruler_or_regent ?= {
			save_scope_as = orhan_scope
		}
		character:byz_theodora_kantakouzene ?= {
			save_scope_as = theodora_scope
		}
	}

	option = {
		name = flavor_byz.1200.a
		historical_option = yes

		c:TUR = {
			trigger_event_non_silently = { id = flavor_byz.1201 }
		}
	}

	option = {
		name = flavor_byz.1200.b
		add_opinion = { target = c:TUR modifier = opinion_irritated }
	}
}