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.2000 郑和宝船远航

时间范围
1400.1.1–1821.1.1(每月 10% 概率)

触发条件

  • 国家是国际组织“中华”(international_organization:middle_kingdom)的领导者。
  • 人物“郑和”(character:chi_zheng_he)属于本国。

关键效果

  • 选项:flavor_chi.2000.a
    • 社会价值观“陆军 vs 海军”向右侧移动(提升海军倾向)。
    • 启用宝船远航机制(enable_treasure_voyages = yes)。

背景介绍
此事件模拟了明朝永乐年间郑和率领庞大宝船舰队进行远洋航行的历史决策。作为中华朝贡体系的领导者,明朝通过派遣郑和远航,旨在宣扬国威、拓展海上贸易、加强与海外诸国的联系,并可能探索未知海域与资源。事件反映了当时中国在海军力量与远洋探索上的重大投入,以及对“陆权”与“海权”国家战略方向的潜在影响。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1400.1.1
		to = 1821.1.1
		monthly_chance = 10
	}

	major = yes
	major_trigger = {
		possibly_impacted_by_treasure_voyages = yes
	}

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	trigger = {
		is_leader_of_international_organization = international_organization:middle_kingdom	
		character:chi_zheng_he ?= { owner ?= root }
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	option = {
		name = flavor_chi.2000.a
		
		change_societal_value = {
			type = land_vs_naval
			value = societal_value_move_to_right
		}
		enable_treasure_voyages = yes
	}

	after = {
		hidden_effect = {
			trigger_event_non_silently = {
				id = flavor_chi.2001
				years = { 40 50 }
			}
		}
	}
}