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_hab.1200] 施瓦茨银矿开采的开端

时间范围:1380.1.1 - 1420.1.1(每月 1% 概率)

触发条件

  • 拥有施瓦茨(location:schwaz)地区。

关键效果

  • 历史选项flavor_hab.1200.a
    • 将施瓦茨地区的原材料更改为 白银goods:silver)。
    • 为施瓦茨地区添加一个名为 mining_rush 的修正,持续 50 年,模式为叠加与延长(mode = add_and_extend)。

背景介绍: 该事件模拟了14世纪末至15世纪初,在蒂罗尔地区的施瓦茨(Schwaz)发现并开始大规模开采银矿的历史进程。这一发现极大地促进了该地区的经济发展,吸引了大量移民和投资,使施瓦茨一度成为欧洲最重要的银矿中心之一,并为哈布斯堡等统治家族带来了巨大的财富。

完整事件代码

flavor_hab.1200 = { #The beginning of Silver Mining in Schwaz
	type = country_event
	title = flavor_hab.1200.title
	desc = flavor_hab.1200.desc
	#historical_info = flavor_hab.1200.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		tag = STY
		tag = TIR
		from = 1380.1.1
		to = 1420.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:peasants
  background = pop_type:peasants }
	}

	trigger = {
		owns = location:schwaz
	}

	option = {
		name = flavor_hab.1200.a
		historical_option = yes

		location:schwaz = {
			change_raw_material = goods:silver
			add_location_modifier = {
				modifier = mining_rush
				years = 50
				mode = add_and_extend
			}
		}

	}
}