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_brapru.1501] 奥得-施普雷运河后续工程

时间范围

  • 触发时间范围:无明确 fromto 日期限制(事件为一次性触发)
  • 触发概率:无 monthly_chance 设置(非月度事件,满足条件后触发)

触发条件

  • 主要条件
    • 事件为 fire_only_once = yes(仅触发一次)
    • 无明确 trigger 字段,通常由前置事件或游戏条件触发

关键效果

选项 A(名称:flavor_brapru.1501.a

  • 柏林地区:添加修正 maintained_waterways_modifier,持续 20 年(模式为叠加与延长)
  • 莱布斯地区:添加修正 maintained_waterways_modifier,持续 20 年(模式为叠加与延长)

背景介绍

该事件模拟了普鲁士地区奥得-施普雷运河(Oder-Spree Canal)的后续维护与扩建工程。历史上,这条运河连接了奥得河与施普雷河,是勃兰登堡-普鲁士地区重要的内河运输通道,对区域经济发展和军事物流起到了关键作用。事件反映了当地政府对水路基础设施的持续投入,以提升贸易效率和战略机动性。

完整事件代码

flavor_brapru.1501 = { #Oder-Spree Friedrich Wilhelm Canal Follow Up
	type = country_event
	title = flavor_brapru.1501.title
	desc = flavor_brapru.1501.desc

	fire_only_once = yes

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_brapru.1501.a
		location:berlin = {
			add_location_modifier = {
				modifier = maintained_waterways_modifier
				years = 20
				mode = add_and_extend
			}
		}
		location:lebus = {
			add_location_modifier = {
				modifier = maintained_waterways_modifier
				years = 20
				mode = add_and_extend
			}
		}
	}
}