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.39 瑞典银矿开发

时间范围:1630.1.1 - 1635.1.1(每月 5% 概率)

触发条件

  • 国家控制 silbojock 地区。
  • 国家控制 sala 地区。

关键效果

  • 选项 A (历史选项)
    • 国库减少 2 金币。
    • silbojock 地区:
      • 将原材料资源变更为 白银
      • 从首都迁移人口:新增 1.2 规模的 农民 人口(文化与宗教继承自首都随机农民)。
    • 首都随机农民人口规模减少 1.2。
  • 选项 B
    • 获得 轻微稳定性加成

背景介绍: 在17世纪30年代,瑞典王国在其控制的西尔博尤克(Silbojock)和萨拉(Sala)地区发现了潜在的银矿资源。为了开发这些资源,政府面临选择:是投入资金并迁移人口进行开采,还是优先维持国内稳定,将资源用于其他方面。这一事件反映了瑞典在三十年战争期间,试图通过开发国内矿产资源来增强国力的历史背景。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1630.1.1
		to = 1635.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:silbojock
		owns = location:sala
	}

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

	immediate = {
		location:silbojock = {
			save_scope_as = target_location
		}

		capital = {
			random_pop = {
				limit = {
					pop_type = pop_type:peasants
				}
				save_scope_as = origin_pop
			}
		}
	}

	option = {
		name = flavor_swe.39.a
		historical_option = yes

		change_gold_effect = { scale = -2 }
		location:silbojock = {
			change_raw_material = goods:silver
			add_pop = {
				culture = scope:origin_pop.culture
				religion = scope:origin_pop.religion
				type = pop_type:peasants
				size = 1.2
			}
		}
		scope:origin_pop = {
			add_pop_size = -1.2
		}
	}
	option = {
		name = flavor_swe.39.b
		add_stability = stability_mild_bonus
	}
}