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_chi.52 瓷器塔的建造

时间范围
无明确起止日期(事件由触发条件控制,无固定 fromto 限制)

触发条件

  • 拥有目标省份(owns = scope:target_location

关键效果

  • 选项: flavor_chi.52.a
    • 在目标省份创建一件艺术品:
      • 关键标识:porcelain_tower
      • 类型:纪念碑(work_of_art_type:monument
      • 品质:95 至 100
    • 增加少量威望(add_prestige = prestige_mild_bonus

背景介绍
该事件模拟了在特定省份建造一座瓷器塔(或类似纪念碑)的过程。瓷器塔作为艺术与建筑的杰作,不仅提升了国家的文化声望,也象征着统治者在领土上留下的永久印记。此类建造工程通常由贵族阶层推动,旨在彰显国力与文明成就。

完整事件代码

flavor_chi.52 = {
	type = country_event
	title = flavor_chi.52.title
	desc = flavor_chi.52.desc

	illustration_tags = {
		10 = happy
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	trigger = {
		owns = scope:target_location
	}

	option = {
		name = flavor_chi.52.a

		scope:target_location = {
			create_art = {
				key = porcelain_tower
				quality = { 95 100 }
				type = work_of_art_type:monument
			}
		}

		add_prestige = prestige_mild_bonus
	}
}