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_ira.21 第二首都的抉择

时间范围:1337.1.1 - 1837.1.1(每月 5% 概率) 触发条件

  • 事件所属国家(root)拥有君士坦丁堡地区(location:constantinople)。
  • 君士坦丁堡地区不是事件所属国家(root)的首都(capital)。

关键效果

  • 选项 A (flavor_ira.21.a):在君士坦丁堡地区添加一个名为 ira_second_capital 的地点修正,持续时间为 modifier_duration_years_normal 年。
  • 选项 B (flavor_ira.21.b):使君士坦丁堡地区的繁荣度遭受严重惩罚(prosperity_severe_penalty),同时国家获得相当于1倍规模的金币(change_gold_effect = { scale = 1 })。

背景介绍: 当爱尔兰(IRA)的势力扩展到地中海,并控制了历史名城君士坦丁堡,而此地并非其行政中心时,统治者面临一个战略抉择。是将其建设为与本土首都并立的第二中心,以巩固在新领土的统治并促进其发展;还是将其视为一个可榨取的资源宝库,通过转移其财富和人才来快速增强本土实力?这个事件模拟了帝国在管理遥远且具有重要象征意义的核心领土时所面临的经典治理困境。

完整事件代码

flavor_ira.21 = {
	type = country_event
	title = flavor_ira.21.title
	desc = flavor_ira.21.desc

	dynamic_historical_event = {
		tag = IRA
		from = 1337.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		location:constantinople = {
			owner = root
			this != root.capital
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		capital = { save_scope_as = target_capital }
		location:constantinople = { save_scope_as = target_location }
	}

	#Expand its development
	option = {
		name = flavor_ira.21.a
		location:constantinople = {
			add_location_modifier = { modifier = ira_second_capital years = modifier_duration_years_normal mode = add_and_extend }
		}
	}

	#Siphon its development
	option = {
		name = flavor_ira.21.b
		location:constantinople = {
			change_prosperity = prosperity_severe_penalty
		}
		change_gold_effect = { scale = 1 }
	}
}