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_tur.199] 保加利亚行政中心建设

时间范围:1500.1.1 - 1700.1.1(每月 1% 概率)

触发条件

  • 国家拥有 sredets 地区。

关键效果

  • 选项 A (flavor_tur.199.a)
    • sredets 地区:
      • 将该地区等级提升为 city
      • 建造建筑 bulgarian_administration_center(保加利亚行政中心)。
  • 选项 B (flavor_tur.199.b)
    • 改变社会价值观:
      • 类型:centralization_vs_decentralization(中央集权 vs 地方分权)
      • 效果:向左侧(分权方向)轻微移动。

背景介绍: 此事件模拟了奥斯曼帝国(TUR)在1500年至1700年间,对其控制下的保加利亚核心地区(以sredets为代表)进行行政整合与管理的决策。选项A代表了帝国在该地区建立正式行政中心、强化中央统治的举措;选项B则可能反映了维持地方传统治理结构、给予一定自治权的政策倾向。这体现了奥斯曼帝国在巴尔干地区统治策略中,中央集权与地方适应之间的平衡考量。

完整事件代码

flavor_tur.199 = {
	type = country_event
	title = flavor_tur.199.title
	desc = flavor_tur.199.desc

	dynamic_historical_event = {
		tag = TUR
		from = 1500.1.1
		to = 1700.1.1
		monthly_chance = 1
	}

	fire_only_once = yes

	trigger = {
		owns = location:sredets
	}

	immediate = {
		location:sredets = {
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_tur.199.a

		scope:target_location = {
			change_location_rank_effect = { location_rank = location_rank:city }

			construct_building = {
				building_type = building_type:bulgarian_administration_center
			}
		}
	}

	option = {
		name = flavor_tur.199.b

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_minor_move_to_left
		}
	}
}