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_swe.45 法伦铜矿资源开发

时间范围

1680.1.1 - 1700.1.1(每月 2% 概率触发)

触发条件

  • 国家拥有法伦(falun)地区
  • 法伦(falun)地区的原材料工人数量大于 2

关键效果

历史选项:减少法伦(falun)地区的最大原材料工人数量 2 点

背景介绍

该事件反映了瑞典在17世纪末至18世纪初对法伦铜矿的管理与调整。法伦铜矿作为当时欧洲重要的铜矿之一,其生产规模与劳动力配置直接影响瑞典的经济与工业发展。事件模拟了特定历史时期对矿区劳动力资源的调控决策。

完整事件代码

flavor_swe.45 = {
	type = country_event
	title = flavor_swe.45.title
	desc = flavor_swe.45.desc
	historical_info = flavor_swe.45.historical_info

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_copper.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1680.1.1
		to = 1700.1.1
		monthly_chance = 2
	}

	trigger = {
		owns = location:falun
		location:falun = {
			rgo_workers > 2
		}
	}

	option = {
		name = flavor_swe.45.a
		historical_option = yes
		location:falun = {
			change_max_raw_material_workers = -2
		}
	}
}