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_iro.46 三姐妹的恩惠

时间范围:1337.1.1 - 1600.1.1(每月 4% 概率)

触发条件

  • 国家拥有统治者 (has_ruler = yes)
  • 国家已掌握“三姐妹”技术 (has_advance = three_sisters)

关键效果

  • 选项 A:收获的益处
    • 首都获得一个名为 iro_three_sisters_harvest 的地点修正,持续时间为 modifier_duration_years_normal 年。
  • 选项 B:与 <country_name> 共享丰饶的收获
    • 国家获得一个名为 iro_sharing_of_three_sisters_harvest 的国家修正,持续 10 年。

背景介绍: 该事件反映了北美原住民,特别是易洛魁联盟,在农业实践中采用“三姐妹”(玉米、豆类和南瓜)间作系统所带来的益处。这种可持续的种植方法提高了土壤肥力、增加了粮食产量,并支撑了更稳定、更繁荣的社区。事件模拟了这种农业创新如何为国家带来具体的经济或社会增益。

完整事件代码

flavor_iro.46 = { # Benefits of the Three Sisters
	type = country_event
	title = flavor_iro.46.title
	desc = flavor_iro.46.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = KKA
		tag = ONY
		tag = ONO
		tag = GYO
		tag = ONN
		from = 1337.1.1
		to = 1600.1.1
		monthly_chance = 4
	}

	trigger = {
		has_ruler = yes
		has_advance = three_sisters
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }	
	}	
	
	illustration_tags = {
		10 = happy
		10 = exterior
	}	

	option = { # Reap the benefits of the harvest
		name = flavor_iro.46.a				
		capital = {
			add_location_modifier = {
				modifier = iro_three_sisters_harvest
				years = modifier_duration_years_normal
				mode = add
			}
		}		
	}
	option = { # Share the bountiful harvest throughout <country_name>
		name = flavor_iro.46.b		
		add_country_modifier = { modifier = iro_sharing_of_three_sisters_harvest years = 10 mode = add }	
	}
}