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_lit.19 新式佳肴

时间范围:1450.1.1 - 1600.1.1,每月 5% 概率触发

触发条件

  • 国家为 立陶宛 (LIT)
  • 国家 满足以下任一条件:
    • 拥有政府改革 patrimonialism
    • 官方宗教为 异教 (pagan)
  • 国家拥有 君主
  • 国家拥有 配偶
  • 配偶的出生地位于以下任一地区:
    • 伊比利亚地区 (iberia_region)
    • 法兰西地区 (france_region)
    • 意大利地区 (italy_region)

关键效果

  • 选项 A (flavor_lit.19.a) [历史选项]
    • 首都市场:添加持续 240 个月的临时需求 demand:lit_fancy_new_dishes
    • 国库:减少 2 年收入。
    • 社会价值观:outward_vs_inward左侧 (inward) 移动。
    • 获得 少量 科研进度。
    • 获得 少量 威望。
    • 贵族阶层:获得 少量 阶层满意度。
  • 选项 B (flavor_lit.19.b)
    • 获得 少量 稳定度。
    • 获得 少量 威望。
    • 社会价值观:outward_vs_inward右侧 (outward) 移动。
    • 贵族阶层:获得 少量 阶层满意度惩罚。

背景介绍: 在15至16世纪,随着立陶宛大公国与西欧,特别是伊比利亚、法兰西和意大利地区的联姻与交流增多,来自这些地区的配偶将新的饮食习惯、烹饪技术和食材引入了立陶宛宫廷。这一事件反映了外来文化对本地贵族生活方式的影响,以及宫廷在接纳新事物与维持传统之间所做的选择。选择引入新式佳肴可能会促进贸易和文化开放,但也伴随着开销;而选择保守态度则可能巩固传统并稳定国内局势。

完整事件代码

flavor_lit.19 = {#Fancy New Dishes
	type = country_event
	title = flavor_lit.19.title
	desc = flavor_lit.19.desc
	historical_info = flavor_lit.19.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = LIT
		from = 1450.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		NOR = {
			has_reform = government_reform:patrimonialism
			is_country_religion_pagan = yes
		}
		has_ruler = yes
		has_consort = yes
		consort = {
			birth_location = {
				OR = {
					region = region:iberia_region
					region = region:france_region
					region = region:italy_region
				}
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		consort = {
			save_scope_as = consort_scope
			birth_location = {
				save_scope_as = birth_location_scope
				owner = {
					save_scope_as = owner_location
				}
			}
		}
		capital = {
			save_scope_as = capital_scope
		}
	}

	option = {
		name = flavor_lit.19.a
		historical_option = yes

		capital.market = {
			add_temporary_demand = {
				type = demand:lit_fancy_new_dishes
				months = 240
			}
		}
		change_gold_effect = { scale = -2.00 }
		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_left
		}

		add_research_progress = research_progress_mild_bonus

		add_prestige = prestige_weak_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_bonus }

	}
	option = {
		name = flavor_lit.19.b

		add_stability = stability_mild_bonus
		add_prestige = prestige_weak_bonus

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_right
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_penalty }
	}
}