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.2] 领导力的机遇

时间范围

1337.1.1 - 1350.1.1,每月 10% 概率触发

触发条件

  • 国家拥有统治者 (has_ruler = yes)。
  • 国家是部落联盟 (is_member_of_international_organization_of_type = { type = tribal_confederation }) 的成员。
  • 国家稳定度大于 50 (stability > 50)。
  • 部落凝聚力大于 60 (tribal_cohesion > 60)。
  • 仅限以下特定国家标签触发:KKAONYONOGYOONN

关键效果

  • 选项 A:我们应致力于维持联盟

    • 名称:flavor_iro.2.a
    • 历史选项
    • 效果:为国家添加持续10年的修正 iro_earn_tribal_trust
  • 选项 B:致力于将其他部落整合为一个中央联盟

    • 名称:flavor_iro.2.b
    • 效果:为国家添加持续10年的修正 iro_seek_to_integrate

背景介绍

该事件反映了14世纪中叶,易洛魁联盟(或相关部落)在稳定和团结达到一定程度时,其领导者所面临的关键抉择。联盟内部可能出现了关于未来发展方向的讨论:是继续维持传统的、较为松散的部落联盟关系,还是推动建立一个更加集权和一体化的政治实体。这个选择将深刻影响部落间的信任、权力结构以及联盟未来的凝聚力与扩张方向。

完整事件代码

flavor_iro.2 = { # A chance for leadership
	type = country_event
	title = flavor_iro.2.title
	desc = flavor_iro.2.desc

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

	trigger = {
		has_ruler = yes
		is_member_of_international_organization_of_type = { type = tribal_confederation }	
		stability > 50	
		tribal_cohesion > 60		
	}
	
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		ruler ?= {
            save_scope_as = our_ruler
        }	
	}	
	
	illustration_tags = {
		10 = regular
		10 = exterior
	}	

	option = { # We shall aim to maintain the confederation
		name = flavor_iro.2.a	
		historical_option = yes		
		add_country_modifier = { modifier = iro_earn_tribal_trust years = 10 mode = add } 			
	}
	option = { # Aim to integrate the other tribes into a central confederation
		name = flavor_iro.2.b		
		add_country_modifier = { modifier = iro_seek_to_integrate years = 10 mode = add } 			
	}
}