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.1201] 施瓦茨银矿开发

时间范围:1400.1.1 - 1440.1.1(每月 5% 概率)

触发条件

  • 拥有施瓦茨(location:schwaz)和因斯布鲁克(location:innsbruck)地区。
  • 施瓦茨地区出产货物为白银(raw_material = goods:silver)。
  • 施瓦茨地区的资源生产工人数量大于等于6(rgo_workers >= 6)。

关键效果

  • 历史选项:选择此选项将获得少量威望加成(add_prestige = prestige_mild_bonus),并在施瓦茨地区提升一级“施瓦茨矿场”建筑等级(change_building_level_in_location = { building = building_type:schwaz_mine value = 1 })。

背景介绍: 该事件模拟了15世纪早期蒂罗尔地区施瓦茨银矿的开发。施瓦茨银矿是当时欧洲最重要的白银来源之一,其产出极大地增强了奥地利哈布斯堡王朝的经济实力和地区影响力。此事件反映了该时期对关键矿产资源的控制和开发如何成为国家财富与权力的重要基石。

完整事件代码

flavor_hab.1201 = { #Schwaz Silver Mine
	type = country_event
	title = flavor_hab.1201.title
	desc = flavor_hab.1201.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		tag = STY
		tag = TIR
		from = 1400.1.1
		to = 1440.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	trigger = {
		owns = location:schwaz
		owns = location:innsbruck
		location:schwaz = {
			raw_material = goods:silver
			rgo_workers >= 6
		}
	}

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

		add_prestige = prestige_mild_bonus
		location:schwaz = {
			change_building_level_in_location = { building = building_type:schwaz_mine value = 1 }
		}
	}
}