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_pol.48] 克拉科夫盐矿开发

时间范围

1360.1.1 - 1375.1.1,每月 10% 概率触发

触发条件

  • 拥有 wieliczka 地区
  • wieliczka 地区的原材料为 goods:salt(盐)

关键效果

选项 A(历史选项)

  • wieliczka 地区添加持续至游戏结束的修正 pol_cracovian_salt_mines
  • 增加 estate_type:burghers_estate(市民阶层)的阶层满意度 estate_satisfaction_mild_bonus

选项 B

  • 增加 prestige_weak_bonus 声望

背景介绍

该事件反映了14世纪中叶波兰王国对克拉科夫地区盐矿资源的正式开发与管理。1368年颁布的《克拉科夫盐矿法令》(Statutes of Żupy Krakowskie)标志着盐矿开采进入制度化阶段,成为波兰王室重要的财政收入来源,并对市民阶层的经济地位产生了积极影响。

完整事件代码

flavor_pol.48 = {
	type = country_event

	title = flavor_pol.48.title
	desc = flavor_pol.48.desc

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

	dynamic_historical_event = {
		tag = POL
		from = 1360.1.1 #21.4.1368 - statutes of Żupy Krakowskie
		to = 1375.1.1
		monthly_chance = 10
	}

	fire_only_once = yes
	illustration_tags = {
		10 = interior
	}

	trigger = {
		owns = location:wieliczka
		location:wieliczka = {
			raw_material = goods:salt
		}
	}

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

	option = {
		name = flavor_pol.48.a

		historical_option = yes

		location:wieliczka = {
			add_location_modifier = {
				modifier = pol_cracovian_salt_mines
				years = -1
			}
		}

		add_estate_satisfaction = {
			type = estate_type:burghers_estate
			value = estate_satisfaction_mild_bonus
		}
	}

	option = {
		name = flavor_pol.48.b

		add_prestige = prestige_weak_bonus
	}
}