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.3] 背叛感

时间范围

1337.1.1 - 1437.1.1,每月 20% 概率

触发条件

  • 国家拥有统治者
  • 国家是部落联盟类型国际组织的成员
  • 国家拥有 iro_merged_tribe 修正
  • 国家拥有变量 enabled_iroquois_unique_interactions

关键效果

历史选项: 我们应该努力修复这些关系

  • 为国家添加修正 iro_too_aggressive_consolidation,持续 10 年

背景介绍

该事件描述了易洛魁联盟在部落整合过程中,因过于激进的统一策略导致内部部落产生疏离与背叛感。在14至15世纪,易洛魁各部落(如卡尤加、奥内达、奥农达加、塞内卡、莫霍克)正经历从松散联盟向更紧密政治实体过渡的阶段,过快的整合可能引发传统势力的不满与抵制。

完整事件代码

flavor_iro.3 = { # Sense of Betrayal
	type = country_event
	title = flavor_iro.3.title
	desc = flavor_iro.3.desc

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

	trigger = {
		has_ruler = yes
		is_member_of_international_organization_of_type = { type = tribal_confederation }
		has_country_modifier = iro_merged_tribe
		has_variable = enabled_iroquois_unique_interactions		
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }			
	}	
	
	illustration_tags = {
		10 = angry
		10 = interior
	}	

	option = { # We should seek to mend these relations
		name = flavor_iro.3.a	
		historical_option = yes		
		add_country_modifier = { modifier = iro_too_aggressive_consolidation years = 10 mode = add } 			
	}
}