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.2009] 中国远征归来

时间范围

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

触发条件

  • 触发条件:未在代码中明确指定(trigger 字段缺失)

关键效果

  • 选项名称flavor_chi.2009.a
  • 选项效果
    1. 对变量列表 nations_to_make_tributary 中的每一个国家,执行以下操作(以工具提示形式显示):
      • 国际组织 middle_kingdom 将当前国家(PREV)加入该组织。
    2. 改变社会价值观:
      • 类型:outward_vs_inward(外向 vs 内向)
      • 变化:societal_value_minor_move_to_left(小幅向左移动,即更偏向“外向”)

背景介绍

该事件模拟了中国(或中华文化圈主导国家)一次重要远征结束后的外交与内政处理。远征成功后,国家面临如何巩固成果的选择:一方面可以将沿途或目标地区国家纳入朝贡体系,强化“天朝”的宗主权与国际秩序;另一方面,远征经历也可能影响国家的整体战略倾向,使其更积极地向外部世界开放或扩张。

完整事件代码

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

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

	illustration_tags = {
		10 = interior
		10 = happy
	}

	option = {
		name = flavor_chi.2009.a
		
		every_in_list = {
			variable = nations_to_make_tributary
			show_as_tooltip = {
				international_organization:middle_kingdom = {
					add_country_to_international_organization = PREV
				}
			}
		}

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_minor_move_to_left
		}
	}

	after = {
		fire_post_expedition_events = yes
	}
}