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_chi.2022] 中国远征队

时间范围:未指定具体起止日期(代码中未定义 fromto 字段),触发概率未指定(代码中未定义 monthly_chance 字段)。

触发条件:代码中未定义 trigger 字段,具体触发条件需参考游戏内其他机制或事件链。

关键效果

  • 选项 A (flavor_chi.2022.a):
    • 声望惩罚:add_prestige = prestige_severe_penalty(添加严重的声望惩罚)。
    • 自定义提示:custom_tooltip = chi_expedition_is_returning_to_china(显示提示“远征队正在返回中国”)。

背景介绍:该事件涉及一支中国远征队的行动。事件描述(desc)和标题(title)的具体内容由本地化键 flavor_chi.2022.descflavor_chi.2022.title 定义,通常与明朝或中华文明相关的海上探索、贸易远征或外交使团有关。事件插画聚焦于室内场景和贵族阶层,暗示事件可能与朝廷决策、贵族支持或远征队的后勤汇报相关。

完整事件代码

flavor_chi.2022 = {
	type = country_event
	title = flavor_chi.2022.title
	desc = flavor_chi.2022.desc

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_chi.2022.a
		
		add_prestige = prestige_severe_penalty
		custom_tooltip = chi_expedition_is_returning_to_china
	}
}