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_brapru.9 迁都柏林

时间范围

1390.1.1 - 1440.1.1

  • 在此时间范围内,每月有 6% 的概率触发此事件。

触发条件

  • 国家必须 拥有 柏林地区 (location:berlin)。
  • 柏林地区 不是 当前首都 (is_capital = no)。

关键效果

选项 A:flavor_brapru.9.a (历史选项)

  • 将首都设置为柏林地区 (set_capital = location:berlin)。
  • 社会价值观 中央化 vs 去中心化 向“中央化”方向微幅移动 (societal_value_tiny_move_to_right)。
  • 在柏林地区,摧毁所有汉萨同盟商站类型的建筑 (destroy_all_buildings_of_type = building_type:hanseatic_kontor)。

选项 B:flavor_brapru.9.b

  • 社会价值观 中央化 vs 去中心化 向“去中心化”方向微幅移动 (societal_value_tiny_move_to_left)。

背景介绍

此事件模拟了勃兰登堡选侯国(游戏中的BRA)在14世纪末至15世纪初的一个关键决策时期。随着领土的巩固和政治重心的转移,将行政中心迁至更具战略或经济价值的柏林,成为强化中央集权、塑造国家未来发展的重要步骤。这一迁都行动也意味着对旧有地方势力(如汉萨同盟的商业网络)进行清理或重塑,是国家整合过程中的典型举措。

完整事件代码

flavor_brapru.9 = { #The Capital moves to Berlin
	type = country_event
	title = flavor_brapru.9.title
	desc = flavor_brapru.9.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		from = 1390.1.1
		to = 1440.1.1
		monthly_chance = 6
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:burghers   background = pop_type:burghers }
	}

	trigger = {
		owns = location:berlin
		location:berlin = { is_capital = no }
	}

	option = {
		name = flavor_brapru.9.a
		historical_option = yes
		set_capital = location:berlin
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_tiny_move_to_right }
		location:berlin = {
			destroy_all_buildings_of_type = building_type:hanseatic_kontor
		}
	}

	option = {
		name = flavor_brapru.9.b
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_tiny_move_to_left }
	}
}