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.44] 共享的兄弟情谊

时间范围:1400.1.1 - 1776.1.1(每月 10% 概率触发)

触发条件

  • 国家拥有统治者(has_ruler = yes)。

关键效果

  • 历史选项:我们的共享兄弟情谊使邦联保持强大
    • 解锁名为 shared_brotherhood 的进步效果(unlock_advance_effect)。

背景介绍: 该事件模拟了易洛魁联盟(IRO)内部通过共享的兄弟情谊与团结精神来维持邦联力量与稳定的历史进程。在漫长的历史时期内,这种基于共识和亲属关系的政治结构是联盟得以存续和发展的关键。

完整事件代码

flavor_iro.44 = { # Shared Brotherhood # Unlocks Advance
	type = country_event
	title = flavor_iro.44.title
	desc = flavor_iro.44.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = IRO
		from = 1400.1.1
		to = 1776.1.1
		monthly_chance = 10
	}

	trigger = {
		has_ruler = yes	
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }	
	}	
	
	illustration_tags = {
		10 = happy
		10 = interior
	}	

	option = { # Our shared brotherhood has allowed the Confederacy to remain strong
		name = flavor_iro.44.a	
		historical_option = yes		
		unlock_advance_effect = { type = shared_brotherhood }
	}
}