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.122] 黄河治理工程

时间范围
无明确起止日期(无 fromto 字段),事件触发概率未指定(无 monthly_chance 字段)。

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

关键效果

  • 选项 A(名称对应本地化键 flavor_chi.122.a):
    • 为国家添加修正 chi_yellow_river_works,持续时间为永久(years = -1),描述为“直到黄河治理工程完成”。
    • 在 3 至 6 个月内,静默触发事件 flavor_chi.123
    • 在 12 至 24 个月内,非静默触发事件 flavor_chi.124

背景介绍
该事件涉及中国古代对黄河的治理工程。黄河作为中华文明的母亲河,历史上频繁泛滥,对沿岸农业、经济与民生造成巨大影响。历代王朝常将黄河治理视为重要的国家工程,投入大量人力物力进行疏浚、筑堤,以控制水患、保障漕运与农业生产。此事件可能反映了某一时期朝廷对黄河水利的集中整治决策。

完整事件代码

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

	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_chi.122.a

		add_country_modifier = {
			mode = replace
			modifier = chi_yellow_river_works
			years = -1
			desc = until_yellow_river_works_are_complete
		}

		trigger_event_silently = {
			id = flavor_chi.123
			months = { 3 6 }
		}

		trigger_event_non_silently = {
			id = flavor_chi.124
			months = { 12 24 }
		}
	}
}