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.70 新代表团成立

时间范围:1450.1.1 - 1776.1.1(每月 8% 概率)

触发条件

  • 国家拥有统治者。
  • 国家已采用政府改革 iro_council_of_the_fifty(五十人议会)。

关键效果

  • 选项 A:欢迎新成员加入核心圈。
    • 历史选项:是
    • 效果:
      • 增加大量部落凝聚力。
      • 创建一名莫霍克文化(Kanienkehaka)人物,属性为:行政 30-45,外交 36-49,军事 50-65,最小年龄 36 岁。
      • 创建一名奥奈达文化(Onyotaaka)人物,属性为:行政 60-70,外交 36-49,军事 35-45,最小年龄 36 岁。
      • 创建一名卡尤加文化(Gayogohono)人物,属性为:行政 32-45,外交 65-78,军事 30-50,最小年龄 36 岁。
  • 选项 B:无需欢迎扩大的代表团。
    • 效果:
      • 小幅降低稳定度。
      • 大幅增加威望。

背景介绍: 在易洛魁联盟(IRO)的政治体系中,五十人议会是核心的治理机构。随着联盟的发展或内部政治格局的变化,有时需要吸纳新的代表或家族进入决策核心圈。此事件模拟了这一过程,反映了联盟内部权力的整合与平衡。选择欢迎新成员可以增强部落凝聚力并引入来自不同部族(莫霍克、奥奈达、卡尤加)的杰出人才,而拒绝接纳则可能巩固现有权威的威望,但会引发一定的不稳定。

完整事件代码

flavor_iro.70 = { # Forming of a New Delegation
	type = country_event
	title = flavor_iro.70.title
	desc = flavor_iro.70.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = IRO
		from = 1450.1.1
		to = 1776.1.1
		monthly_chance = 8
	}

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

	option = { # Welcome the new members to the inner circle.
		name = flavor_iro.70.a	
		historical_option = yes			
		add_tribal_cohesion = tribal_cohesion_severe_bonus
		create_character = {
			culture = culture:kanienkehaka_culture
			adm = { 30 45 }
			dip = { 36 49 }
			mil = { 50 65 }
			min_age = 36
		}	
		create_character = {
			culture = culture:onyotaaka_culture
			adm = { 60 70 }
			dip = { 36 49 }
			mil = { 35 45 }
			min_age = 36
		}	
		create_character = {
			culture = culture:gayogohono_culture
			adm = { 32 45 }
			dip = { 65 78 }
			mil = { 30 50 }
			min_age = 36
		}						
	}
	option = { # There is no need to welcome an expanded delegation.
		name = flavor_iro.70.b			
		add_stability = stability_weak_penalty
		add_prestige = prestige_severe_bonus
	}
}