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_pue.107] 祖先普韦布洛人的继承者

时间范围:1337.1.1 - 1737.1.1,每月 100% 概率触发

触发条件

  • 国家拥有统治者 (has_ruler = yes)
  • 国家未处于战争状态 (at_war = no)

关键效果

  • 选项:愿我们的人民永远团结!
    • 增加大量威望 (add_prestige = prestige_ultimate_bonus)
    • 增加大量稳定度 (add_stability = stability_ultimate_bonus)
    • 增加大量部落凝聚力 (add_tribal_cohesion = tribal_cohesion_severe_bonus)
    • 为国家添加修正“祖先普韦布洛人的统一”,持续 100 年 (add_country_modifier = { modifier = pue_unification_of_the_ancestral_puebloans years = 100 mode = add })

背景介绍: 该事件模拟了在14至18世纪间,作为祖先普韦布洛人(Ancestral Puebloans)后裔的普韦布洛(PUE)部落,在和平时期由统治者领导,实现内部统一与团结的历史可能性。事件强调了部落凝聚力、社会稳定与威望的提升,象征着对共同祖先遗产的继承与整合。

完整事件代码

flavor_pue.107 = { # Successors of the Ancestral Puebloans
	type = country_event
	title = flavor_pue.107.title
	desc = flavor_pue.107.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = PUE
		from = 1337.1.1
		to = 1737.1.1
		monthly_chance = 100
	}

	trigger = {
		has_ruler = yes
		at_war = no	
	}
	
	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 = exterior
	}	

	option = { # May our people remain forever united!
		name = flavor_pue.107.a
		add_prestige = prestige_ultimate_bonus
		add_stability = stability_ultimate_bonus
		add_tribal_cohesion = tribal_cohesion_severe_bonus
		add_country_modifier = { modifier = pue_unification_of_the_ancestral_puebloans years = 100 mode = add } 
	}
}