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_byz.39 新首都

时间范围:1370.1.1 - 1500.1.1,每月 1% 概率触发

触发条件

  • 国家拥有变量 morea_focus_flag
  • 国家拥有并控制君士坦丁堡地区。
  • 国家在摩里亚地区拥有存在度。

关键效果

  • 选项 A
    • 在50个月内,从君士坦丁堡向摩里亚地区人口最多的省份迁移10%的人口。
    • 目标省份获得轻度控制加成。
    • 国家损失2倍规模的金钱。
  • 选项 B
    • 君士坦丁堡获得轻度发展加成。
    • 国家损失1倍规模的金钱。
  • 选项 C:无效果。

背景介绍: 在拜占庭帝国晚期,随着外部压力增大和内部局势变化,帝国核心区域面临挑战。摩里亚地区作为帝国的重要省份,其战略地位和资源潜力逐渐凸显。此事件模拟了帝国统治阶层可能面临的一个抉择:是继续巩固传统首都君士坦丁堡的地位,还是将资源和注意力部分转移到摩里亚,以应对时局变化并寻求新的发展重心。

完整事件代码

flavor_byz.39 = { #A New Capital
	type = country_event
	title = flavor_byz.39.title
	desc = flavor_byz.39.desc

	fire_only_once = yes

	illustration_tags = {
		10 = interior
		10 = regular
	}

	dynamic_historical_event = {
		tag = BYZ
		from = 1370.1.1
		to = 1500.1.1
		monthly_chance = 1
	}

	trigger = {
		has_variable = morea_focus_flag
		location:constantinople.owner = root
		has_presence_in = area:morea_area
	}

	immediate = {
		#event_illustration_estate_background_effect = { background = estate_type:crown_estate }
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		ordered_owned_location = {
			limit = {
				area = area:morea_area
			}
			order_by = population
			max = 1
			check_range_bounds = no
			save_scope_as = target_location
		}

		location:constantinople = {
			save_scope_as = target_location2
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		save_scope_as = target_country
	}

	option = {
		name = flavor_byz.39.a

		add_migration = {
			owner = this
			from = scope:target_location2.province_definition
			to = scope:target_location.province_definition
			amount = 0.1
			months = 50
		}

		scope:target_location = {
			change_control = control_mild_bonus
		}

	change_gold_effect = { scale = -2
		}
	}

	option = {
		name = flavor_byz.39.b

		scope:target_location2 = {
			change_development = development_mild_bonus
		}

	change_gold_effect = { scale = -1
		}
	}

	option = {
		name = flavor_byz.39.c


	}
}