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.61 五十人议会干预殖民外交

时间范围:1530.1.1 - 1776.1.1 (每月 10% 概率)

触发条件

  • 国家拥有统治者或摄政王。
  • 国家已采用政府改革 iro_council_of_the_fifty
  • 至少有一个邻国满足以下所有条件:
    • 拥有殖民特许状。
    • 宗教属于基督教组。
    • 已接纳“新世界”思潮。

关键效果

  • 选项 A:允许议会在外交中采取更强硬立场
    • 历史选项:是
    • 效果:
      • 为国家添加修正 iro_assertive_council_of_fifty,持续10年。
      • 增加少量稳定度。
  • 选项 B:拒绝议会的建议!
    • 效果:
      • 为国家添加修正 iro_disregarded_council_of_fifty_diplomacy,持续10年。
      • 降低贵族阶层少量满意度。

背景介绍: 随着欧洲殖民者抵达北美,易洛魁联盟(IRO)面临着复杂的外交局面。五十人议会作为联盟的核心决策机构,其成员对于如何与这些拥有官方殖民特许状、信仰基督教并带来新世界思潮的欧洲邻国打交道,产生了分歧。此事件反映了联盟内部关于外交策略的争论,是选择让议会发挥更积极、更强硬的作用,还是坚持传统方式,忽视其建议。

完整事件代码

flavor_iro.61 = { # Council of the Fifty Intervenes in Colonial Diplomacy
	type = country_event
	title = flavor_iro.61.title
	desc = flavor_iro.61.desc

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

	trigger = {
		OR = {
			has_ruler = yes
			has_regent = yes
		}
		has_reform = government_reform:iro_council_of_the_fifty
		any_neighbor_country = {
			has_colonial_charters = yes
			religion.group = religion_group:christian
			has_embraced_institution = institution:new_world
		}	
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		random_neighbor_country = {
			limit = {
				has_colonial_charters = yes
				religion.group = religion_group:christian	
				has_embraced_institution = institution:new_world
			}
			save_scope_as = neighbor_country
		}	
		ruler_or_regent ?= {
            save_scope_as = our_ruler
        }	
	}
	
	illustration_tags = {
		10 = angry
		10 = interior
	}	

	option = { # Allow the council to be more assertive in diplomacy
		name = flavor_iro.61.a	
		historical_option = yes	
		add_country_modifier = { modifier = iro_assertive_council_of_fifty years = 10 mode = add } 
		add_stability = stability_mild_bonus			
	}
	option = { # Refute the advice of the council!
		name = flavor_iro.61.b		
		add_country_modifier = { modifier = iro_disregarded_council_of_fifty_diplomacy years = 10 mode = add } 
		add_estate_satisfaction = { 
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_penalty
		}	
	}
}