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_eng.50] 英国烹饪艺术的发展

时间范围

1380.1.1 - 1400.1.1,每月 5% 概率触发

触发条件

  • 国家必须拥有统治者
  • 国家必须拥有首都
  • 首都必须拥有市场

关键效果

  • 选项 A (flavor_eng.50.a):保留排他性
    • 获得大量威望加成
    • 历史选项
  • 选项 B (flavor_eng.50.b):向所有人开放
    • 首都市场添加临时需求:demand:eng_the_forme_of_cury_demand,持续 240 个月,人口规模系数 0.002
    • 主流文化获得终极文化影响力加成

背景介绍

该事件反映了14世纪末期英格兰烹饪艺术的兴起与发展。这一时期见证了宫廷烹饪从贵族专属向更广泛社会阶层传播的转变,特别是随着《The Forme of Cury》(英国最早的烹饪书籍之一)的出现,烹饪知识开始系统化记录和传播,对英国饮食文化产生了深远影响。

完整事件代码

flavor_eng.50 = {
	type = country_event

	historical_info = flavor_eng.50.historical_info

	fire_only_once = yes

	title = flavor_eng.50.title
	desc = flavor_eng.50.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1380.1.1
		to = 1400.1.1
		monthly_chance = 5
	}

	hide_portraits = yes


	trigger = {
		has_ruler = yes
		exists = capital
		exists = capital.market
	}

	illustration_tags = {
		10 = interior
		10 = happy
	}

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

	option = {
		name = flavor_eng.50.a # pretain the exclusivity
		add_prestige = prestige_extreme_bonus
		historical_option = yes
	}
	option = {
		name = flavor_eng.50.b # make it  for all people
		capital.market ?= { add_temporary_demand = { type = demand:eng_the_forme_of_cury_demand months = 240 scale_with_pop = 0.002 } }
		culture = { add_cultural_influence = cultural_influence_ultimate_bonus }
	}
}