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_hab.2001] 外交革命 - 对手的回应

时间范围

  • 事件为一次性触发(fire_only_once = yes),无具体起止日期限制。
  • monthly_chance 字段,触发依赖条件满足。

触发条件

  • 事件为特定国家触发事件,触发条件未在提供代码中直接给出(通常由外部机制或前置事件触发)。
  • 事件对象为奥地利(c:HAB)的某个对手国家。

关键效果

  • 选项 Aflavor_hab.2001.a):
    移除对奥地利(c:HAB)的敌对关系(remove_rival = c:HAB)。

  • 选项 Bflavor_hab.2001.b):
    获得少量威望加成(add_prestige = prestige_mild_bonus)。

背景介绍
此事件模拟了18世纪中期“外交革命”时期,奥地利哈布斯堡王朝的外交局势变化。当时欧洲列强为争夺霸权,频繁调整联盟关系。奥地利的主要对手面临选择:是放弃与奥地利的直接对抗,还是通过展现强硬姿态来提升本国威望。事件反映了这一时期外交关系的灵活性与国家利益的权衡。

完整事件代码

flavor_hab.2001 = { #Diplomatic Revolution - Rivals Response
	type = country_event
	title = flavor_hab.2001.title
	desc = flavor_hab.2001.desc

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_hab.2001.a

		remove_rival = c:HAB
	}

	option = {
		name = flavor_hab.2001.b

		add_prestige = prestige_mild_bonus
	}
}