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_teu.2] 普鲁士联盟事件

时间范围
事件无明确 fromto 日期限制,触发概率未指定 monthly_chance

触发条件
事件代码中未包含 trigger 字段,具体触发条件需参考游戏内其他相关设定。

关键效果

  • 选项 A(历史选项)

    • 名称:flavor_teu.2.a
    • 效果:支持叛乱势力 scope:prussian_confederation(普鲁士联盟)
    • 标记:historical_option = yes(历史选项)
  • 选项 B

    • 名称:flavor_teu.2.b
    • 效果:减少威望 add_prestige = prestige_mild_penalty(轻度威望惩罚)

背景介绍
该事件涉及条顿骑士团统治下的普鲁士地区。普鲁士联盟(Prussian Confederation)是由普鲁士城市和贵族组成的反抗组织,旨在反对条顿骑士团的专制统治和经济压迫。事件反映了当地势力寻求外部支持以争取自治或独立的诉求,玩家作为统治方需选择支持叛乱或承受威望损失以维持现状。

完整事件代码

flavor_teu.2 = {
	type = country_event
	title = flavor_teu.2.title
	desc = flavor_teu.2.desc

	illustration_tags = {
		10 = armed
		10 = interior
	}

	immediate = {
		event_illustration_government_estate_effect = yes
	}

	option = {
		name = flavor_teu.2.a
		historical_option = yes
		support_rebel = scope:prussian_confederation
	}
	option = {
		name = flavor_teu.2.b
		add_prestige = prestige_mild_penalty
	}
}