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

时间范围
无明确起止日期(from/to未定义),事件触发概率未指定(monthly_chance未定义)。

触发条件
事件代码中未定义 trigger 字段,因此无明确触发条件。

关键效果

  • 选项 Aflavor_chi.2021.a):
    • 显示自定义提示文本 chi_new_expedition_leader
    • :此选项未标记为历史选项(无 historical_option = yes)。

事件背景
该事件模拟了中国(或中华文化圈)组织一次海上或陆上探险远征的情景。事件发生时,系统会自动生成一位来自市民阶层(burghers_estate)的男性探险队长,并为其赋予相应的领导职责,以筹备和指挥这次远征行动。

完整事件代码

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

	immediate = {
		set_chinese_expedition_scopes = yes

		create_character = {
			estate = estate_type:burghers_estate
			age = { 35 50 }
			female = no
			adm = { 0 50 }
			dip = { 0 50 }
			mil = { 0 50 }
			save_scope_as = new_leader
		}

		make_into_expedition_leader = { target = scope:new_leader }
	}

	option = {
		name = flavor_chi.2021.a
		
		custom_tooltip = chi_new_expedition_leader
	}
}