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.2020 中国探险队

时间范围

  • 起始日期:未指定(from 字段缺失)
  • 结束日期:未指定(to 字段缺失)
  • 触发概率:未指定(monthly_chance 字段缺失)

触发条件

  • 事件类型:国家事件(type = country_event
  • 具体条件:代码中未明确列出 trigger 字段,触发条件需参考游戏内其他机制或前置事件。

关键效果

选项 A

  • 名称flavor_chi.2020.a
  • 效果
    • 获得声望奖励,数值为变量 gifts_received 除以 100 的结果。
    • 显示自定义提示文本 chi_gift_received_count

背景介绍

此事件涉及一支中国探险队的相关活动。事件描述和标题指向一次可能由国家或贵族阶层支持的探险行动,其具体历史背景可能与明朝或清朝时期的对外探索、朝贡贸易或资源开发有关。事件中的声望奖励机制暗示了探险成功可能为统治者带来荣誉和外交资本。

完整事件代码

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

	illustration_tags = {
        10 = happy
        10 = exterior
    }

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

	option = {
		name = flavor_chi.2020.a
		
		custom_tooltip = chi_gift_received_count
		add_prestige = {
			value = var:gifts_received
			divide = 100
		}
	}

	after = {
		fire_post_expedition_events = yes
	}
}