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_mei.210 迈森瓷器厂

时间范围:1710.1.1 - 1836.1.1,每月 1% 概率触发

触发条件

  • 国家拥有迈森(Meissen)地区。
  • 迈森地区的等级为“城镇”(town)或“城市”(city)。

关键效果

  • 选项 A (历史选项)
    • 如果迈森地区没有“瓷器厂”(porcelain_manufactory)建筑:
      • 以75%的成本(因“皇室赞助”)在迈森地区建造一座瓷器厂。
      • 迈森地区获得少量发展度与繁荣度加成。
    • 如果迈森地区已有“瓷器厂”建筑:
      • 国家损失少量金钱。
      • 迈森地区获得大量发展度与繁荣度加成。
    • 在所有位于欧洲(continent:europe)的市场中,为“来自中国的瓷器”(porcelain_from_china)添加为期60个月的临时需求。
  • 选项 B
    • 使社会价值观“资本经济 vs 传统经济”(capital_economy_vs_traditional_economy)向右移动(即偏向资本经济)。

背景介绍: 该事件模拟了历史上著名的迈森瓷器厂的建立与发展。迈森瓷器厂由萨克森选帝侯奥古斯特二世于1710年创立,是欧洲第一家成功生产出真正硬质瓷器的工厂,打破了当时中国对瓷器制造的垄断。该厂的建立不仅是一项重要的工业成就,也极大地推动了萨克森地区的经济发展和文化声望,使“迈森瓷器”成为欧洲顶级奢侈品的代名词。事件反映了国家赞助对早期工业的关键作用,以及新产品对欧洲市场需求的刺激。

完整事件代码

flavor_mei.210 = { #The Meissen Porcelain Factory
	type = country_event
	title = flavor_mei.210.title
	desc = flavor_mei.210.desc

	fire_only_once = yes

	historical_info = flavor_mei.210.historical_info

	dynamic_historical_event = {
		tag = MEI
		tag = SAX
		from = 1710.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

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

	trigger = {
		owns = location:meissen
		location:meissen = {
			OR = {
				location_rank = location_rank:town
				location_rank = location_rank:city
			}
		}
	}

	option = {
		name = flavor_mei.210.a
		historical_option = yes
		if = {
			limit = {
				location:meissen = {
					NOT = {
						has_building = building_type:porcelain_manufactory
					}
				}
			}
			location:meissen = {
				construct_building = {
					building_type = building_type:porcelain_manufactory
					cost_multiplier = 0.75
					cost_multiplier_reason = "royal_sponsorship"
				}
			}
			location:meissen = {
				change_development = development_weak_bonus
				change_prosperity = prosperity_weak_bonus
			}
		}
		else = {
			change_gold_effect = { scale = -2 }
			location:meissen = {
				change_development = development_severe_bonus
				change_prosperity = prosperity_severe_bonus
			}
		}
		every_market_with_merchants = {
			limit = {
				location.continent = continent:europe
			}
			add_temporary_demand = { type = demand:porcelain_from_china months = 60 }
		}
	}

	option = {
		name = flavor_mei.210.b
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }
	}
}