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_brapru.1801] 普鲁士事件链信息

时间范围
无明确时间范围(未定义 fromto 字段),无每月触发概率(未定义 monthly_chance 字段)

触发条件
无明确触发条件(未定义 trigger 字段)

关键效果

  • 选项 Aflavor_brapru.1801.a):
    • 显示为工具提示:将 scope:target_character 设置为普鲁士的新统治者(set_new_ruler
    • 自定义工具提示:显示“PRU_information_about_event_chain”

背景介绍
此事件是普鲁士(PRU)相关事件链的一部分,主要用于提供关于事件链的信息或触发后续剧情。事件通过一个选项向玩家展示更换统治者的潜在操作,并提示玩家关注普鲁士的事件链发展。

完整事件代码

flavor_brapru.1801 = {
	type = country_event
	title = flavor_brapru.1801.title
	desc = flavor_brapru.1801.desc

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		#event_illustration_estate_background_effect = { background = estate_type:crown_estate }
		#country_room = PRU
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_brapru.1801.a

		show_as_tooltip = {
			scope:pru_from = {
				set_new_ruler = scope:target_character
			}
		}

		custom_tooltip = PRU_information_about_event_chain
	}
}