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.2013] 波斯蓝釉陶器

时间范围
事件为动态历史事件,无固定 fromto 日期,触发概率取决于游戏内动态历史事件系统。

触发条件

  • 事件通过 set_chinese_expedition_scopes = yes 设置中国远征相关作用域后触发,具体触发条件由游戏内动态历史事件系统决定。

关键效果

  • 选项:flavor_chi.2013.a
    • 为国家添加修正项 chi_persian_blue_pottery,持续 5 年
    • 首都市场增加 goods:dyes(染料)的供应,增加量为 market_goods_severe_gain(市场商品大幅增益)。

背景介绍
该事件模拟了中国与波斯地区在贸易与文化交流中,波斯蓝釉陶器技术传入中国的情景。蓝釉陶器以其独特的色泽和工艺闻名,通过丝绸之路等贸易路线传入,不仅丰富了中国的陶瓷品种,也可能对本地染料产业和市场供应产生积极影响。

完整事件代码

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

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

	immediate = {
		set_chinese_expedition_scopes = yes
	}

	option = {
		name = flavor_chi.2013.a
		
		add_country_modifier = {
			mode = add
			modifier = chi_persian_blue_pottery
			years = 5
		}
		capital.market = {
			add_goods_supply = {
				amount = market_goods_severe_gain
				goods = goods:dyes
			}
		}
	}

	after = {
		fire_post_expedition_events = yes
	}
}