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.1801] 穆尔地区纺织业成功

时间范围

1670.1.1 - 1720.1.1,每月 2% 概率触发。

触发条件

  • 国家拥有林茨(linz)地区。
  • 林茨(linz)地区的 布料工厂(cloth_manufactory) 建筑等级 ≥ 4
  • 国家拥有变量 hab_push_for_muhlviertel_textile_industry

关键效果

  • 选项名称: flavor_hab.1801.a
  • 移除变量: hab_push_for_muhlviertel_textile_industry
  • 社会价值变动: 资本经济 vs 传统经济左侧轻微移动
  • 威望增加: 获得 轻微增益
  • 阶层满意度: 市民阶层(burghers_estate) 满意度获得 轻微增益

背景介绍

该事件反映了17世纪末至18世纪初,哈布斯堡君主国在林茨地区推动纺织工业发展的努力。穆尔地区(Mühlviertel)作为上奥地利的一部分,其纺织生产在重商主义政策下得到鼓励。当林茨的布料工厂达到一定规模和生产水平时,标志着这一地区工业化尝试取得了阶段性成功,从而提升了国家威望,并巩固了市民阶层(资产阶级)的经济地位与对政府的支持。

完整事件代码

flavor_hab.1801 = { #Mühlviertel Textile Production Success
	type = country_event
	title = flavor_hab.1801.title
	desc = flavor_hab.1801.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1670.1.1
		to = 1720.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

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

	trigger = {
		owns = location:linz
		location:linz = {
			location_building_level = {
				building_type = building_type:cloth_manufactory
				value >= 4
			}
		}
		has_variable = hab_push_for_muhlviertel_textile_industry
	}

	option = {
		name = flavor_hab.1801.a

		remove_variable = hab_push_for_muhlviertel_textile_industry
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_minor_move_to_left }
		add_prestige = prestige_mild_bonus
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
	}
}