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_chk.9 卡霍基亚对玉米的依赖

时间范围:1337.1.1 - 1437.1.1(每月 8% 概率)

触发条件

  • 国家拥有统治者。
  • 国家拥有卡霍基亚(cahokia)地区。

关键效果

  • 选项A:玉米是我们主要的食物来源,我们不能放弃它!
    • 历史选项:是
    • 效果:
      • 增加少量稳定度。
      • 添加国家修正“chk_over_reliance_on_maize”,持续20年。
      • 首都市场添加临时需求“demand:chk_reliance_on_maize”,持续240个月。
  • 选项B:努力恢复碱化处理(Nixtamalization)的实践
    • 效果:
      • 减少大量稳定度。
      • 减少40金币。
      • 添加国家修正“chk_reintroduction_of_nixtamalization”,持续20年。

背景介绍: 卡霍基亚是北美密西西比文化的重要中心,其社会繁荣与农业,尤其是玉米种植紧密相关。玉米不仅是主要食物来源,其处理方式(如碱化处理)也深刻影响着营养获取与人口健康。此事件反映了卡霍基亚社会在面临单一作物依赖风险时,是选择维持现状还是尝试恢复传统农业技术以应对潜在危机的历史抉择。

完整事件代码

flavor_chk.9 = { # Cahokian reliance on Maize
	type = country_event
	title = flavor_chk.9.title
	desc = flavor_chk.9.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHK
		from = 1337.1.1
		to = 1437.1.1
		monthly_chance = 8
	}

	trigger = {
		has_ruler = yes
        owns = location:cahokia	
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }	
	}	
	
	illustration_tags = {
		10 = regular
		10 = interior
	}	

	option = { # Maize serves as our primary source diet, we cannot abandon it!
		name = flavor_chk.9.a	
		historical_option = yes
		add_stability = stability_weak_bonus
		add_country_modifier = { modifier = chk_over_reliance_on_maize years = 20 mode = add }
		capital.market = {
			add_temporary_demand = { 
				type = demand:chk_reliance_on_maize
				months = 240
			}	
		}	
	}
	option = { # Strive for a return to the practice of Nixtamalization
		name = flavor_chk.9.b	
		add_stability = stability_severe_penalty
		add_gold = -40
		add_country_modifier = { modifier = chk_reintroduction_of_nixtamalization years = 20 mode = add }
	}
}