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_eth.70 贡德尔 - 新首都

时间范围

1630.1.1 - 1700.1.1

  • 触发概率:每月 5% 概率

触发条件

  • 国家拥有 gonder 地区。
  • gonder 地区的 integration_levelcore(核心化)。
  • 国家首都 gonder 地区。

关键效果

选项 A

  • 将首都设置为 gonder 地区。

选项 B

  • 增加 stability_mild_bonus(轻度稳定度加成)。

背景介绍

此事件反映了埃塞俄比亚帝国在17世纪考虑迁都的历史背景。贡德尔(Gondar)地区在此时已完全核心化,统治者可能出于战略、经济或象征性原因,考虑将其确立为帝国的新中心。事件提供了迁都或维持现状以换取稳定的选择。

完整事件代码

flavor_eth.70 = { #Gondar - A new Capital
	type = country_event
	title = flavor_eth.70.title
	desc = flavor_eth.70.desc
		
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ETH
		from = 1630.1.1
		to = 1700.1.1
		monthly_chance = 5
	}
	
	trigger = {
		owns = location:gonder
		location:gonder = { integration_level = core }
		NOT = { capital = location:gonder }
	}
	illustration_tags = {
		10 = exterior
	}
	immediate = {
		event_illustration_estate_background_effect = { background = estate_type:clergy_estate }
		ruler = { 
			save_scope_as = target_character 
		}
	}

	option = {
		name = flavor_eth.70.a
		set_capital = location:gonder
	}
	option = {
		name = flavor_eth.70.b
		add_stability = stability_mild_bonus
	}
}