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.60 易洛魁大议会(改革解锁)

时间范围:1357.1.1 - 1776.1.1,每月 10% 概率触发

触发条件

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

关键效果

  • 选项 A(历史选项)<统治者>必须依靠五十人议会的指导
    • 添加政府改革:iro_council_of_the_fifty
    • 增加少量稳定度(stability_mild_bonus
  • 选项 B违背议会的指导
    • 增加少量威望(prestige_mild_bonus
    • 减少少量稳定度(stability_mild_penalty
    • 贵族阶层满意度大幅降低(estate_satisfaction_severe_penalty

背景介绍: 该事件模拟了易洛魁联盟历史上重要的政治制度发展——“五十人议会”(或称大议会)的形成。作为易洛魁政治体系的核心,这个由各部落酋长组成的议事机构负责处理联盟内外重大事务、制定法律并维持和平。事件反映了统治者面临的选择:是遵循传统的集体决策机制,还是尝试集中权力,后者可能引发贵族阶层的不满。

完整事件代码

flavor_iro.60 = { # Grand Council of the Iroquois # Reform Unlock
	type = country_event
	title = flavor_iro.60.title
	desc = flavor_iro.60.desc
		
	fire_only_once = yes
	dynamic_historical_event = {
		tag = IRO
		from = 1357.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 }
		unlock_government_reform_effect = { type = iro_council_of_the_fifty }
		ruler ?= {
            save_scope_as = our_ruler
        }		
	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}	

	option = { # <ruler> must rely on the guidance of the council of fifty
		name = flavor_iro.60.a	
		historical_option = yes		
		add_reform = government_reform:iro_council_of_the_fifty
		add_stability = stability_mild_bonus		
	}
	option = { # Disobey the guidance of the council
		name = flavor_iro.60.b		
		add_prestige = prestige_mild_bonus
		add_stability = stability_mild_penalty	
		add_estate_satisfaction = { 
			type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}	
	}
}