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.38 萨拉银矿开发

时间范围:1500.1.1 - 1520.1.1(每月 4% 概率触发)

触发条件

  • 国家拥有萨拉(Sala)地区。

关键效果

  • 选项 A(历史选项):
    • 将萨拉(Sala)地区的原材料更改为白银(silver)。
  • 选项 B
    • 获得少量稳定度加成(stability_mild_bonus)。

背景介绍: 该事件模拟了16世纪初瑞典萨拉地区银矿的发现与开发。萨拉银矿是当时瑞典乃至北欧最重要的银矿之一,其开采对瑞典王国的经济和国力产生了深远影响。事件反映了瑞典王室如何利用这一新发现的资源,选择是将其正式开发为白银产地,还是通过其他方式(如稳定国内局势)来利用这一发现带来的机遇。

完整事件代码

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

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1500.1.1
		to = 1520.1.1
		monthly_chance = 4
	}

	trigger = {
		owns = location:sala
	}

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

	option = {
		name = flavor_swe.38.a
		historical_option = yes
		location:sala = {
			change_raw_material = goods:silver
		}
	}
	option = {
		name = flavor_swe.38.b
		add_stability = stability_mild_bonus
	}
}