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.110 茨温格宫

时间范围

  • 事件窗口:1700.1.1 - 1750.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 拥有地区:德累斯顿(location:dresden
  • 国家当前没有摄政王(has_regent = no

关键效果

选项 A:flavor_mei.110.a(历史选项)

  • 国库减少 5.00 规模的金币
  • 获得大量威望(prestige_severe_bonus
  • 在德累斯顿地区建造建筑:茨温格宫(building_type:zwinger

选项 B:flavor_mei.110.b

  • 贵族阶层满意度小幅下降(estate_satisfaction_mild_penalty

背景介绍

茨温格宫是德累斯顿的标志性巴洛克式建筑,最初作为奥古斯特二世(强者奥古斯特)统治下的萨克森选帝侯国宫廷庆典和橘园而建造。该建筑群始建于1709年,历经多年扩建,成为展示王室权力、艺术与科学收藏的重要场所,尤其以其精美的陶瓷收藏和数学物理沙龙闻名。这一事件反映了18世纪初萨克森统治者通过宏伟建筑项目彰显国力与文化影响力的典型做法。

完整事件代码

flavor_mei.110 = { #The Zwinger
	hide_portraits = yes
	type = country_event
	title = flavor_mei.110.title
	desc = flavor_mei.110.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MEI
		from = 1700.1.1
		to = 1750.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:dresden
		has_regent = no
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mei.110.a
		historical_option = yes
		change_gold_effect = { scale = -5.00 }
		add_prestige = prestige_severe_bonus
		location:dresden = {
			construct_building = {
				building_type = building_type:zwinger
			}
		}
	}

	option = {
		name = flavor_mei.110.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
	}
	historical_info = flavor_mei.110.historical_info
}