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_cas.126 美食重生

时间范围:1700.1.1 - 1836.1.1,每月 1% 概率触发

触发条件

  • 本国或其任一殖民领属国,必须同时满足以下生产条件:
    • 土豆 (potato) 产量 > 1
    • 稻米 (rice) 产量 > 1
    • 玉米 (maize) 产量 > 1

关键效果

  • 选项 A (历史选项):
    • 为当前主流文化添加文化传统:cultural_tradition_mild_bonus (温和增益)。
    • 改变社会价值观:将 outward_vs_inward (外向 vs 内向) 向左侧移动。

背景介绍: 该事件反映了西班牙帝国(卡斯蒂利亚/西班牙)在殖民扩张时期,将美洲新大陆的多种重要农作物(如土豆、玉米)引入并与旧大陆的稻米等传统作物相结合的历史进程。这种跨洋的农业交流不仅丰富了伊比利亚半岛的饮食文化,也促进了社会价值观的演变,象征着帝国从相对内向的传统向更开放、融合的方向转变。

完整事件代码

flavor_cas.126 = { #A Cuisine Reborn
	type = country_event
	title = flavor_cas.126.title
	desc = flavor_cas.126.desc
	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_potato.dds"

	fire_only_once = yes

	historical_info = flavor_cas.126.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1700.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	trigger = {
		OR = {
			produced_in_country:potato > 1
			any_subject = {
				is_subject_type = colonial_nation
				produced_in_country:potato > 1
			}
		}
		OR = {
			produced_in_country:rice > 1
			any_subject = {
				is_subject_type = colonial_nation
				produced_in_country:rice > 1
			}
		}
		OR = {
			produced_in_country:maize > 1
			any_subject = {
				is_subject_type = colonial_nation
				produced_in_country:maize > 1
			}
		}
	}

	option = {
		name = flavor_cas.126.a
		historical_option = yes
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}
		change_societal_value = { type = outward_vs_inward value = societal_value_move_to_left }
	}
}