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_mei.1002 对抗图林根的联盟

时间范围
事件未定义 fromto 日期,也未定义 monthly_chance 概率。

触发条件
事件代码中未定义 trigger 字段。

关键效果

  • 选项 A (历史选项)
    • 与目标国家(scope:target_country)建立联盟。
    • 社会价值观“好战 vs 和解”向左移动(变得更倾向于好战)。
  • 选项 B
    • 社会价值观“好战 vs 和解”向右移动(变得更倾向于和解)。

背景介绍
该事件描述了德意志地区内部的政治博弈。面对图林根势力的崛起或威胁,周边势力可能选择联合起来,组建一个对抗联盟。事件反映了中世纪晚期神圣罗马帝国内部诸侯间常见的合纵连横,玩家需要在对外强硬(组建联盟)与寻求内部和解之间做出选择,这一抉择将影响国家未来的外交倾向与内部稳定。

完整事件代码

flavor_mei.1002 = { #A Coalition Against Thuringia
	title = flavor_mei.1002.title
	desc = flavor_mei.1002.desc

	historical_info = flavor_mei.1000.historical_info

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	option = {
		name = flavor_mei.1002.a
		historical_option = yes
		create_alliance = { target = scope:target_country }
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
	}

	option = {
		name = flavor_mei.1002.b
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }
	}
}