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.143 铁堡

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

触发条件

  • 国家已解锁 autonomous_pashas 科技。
  • 国家主流文化为 turkish_culture(土耳其文化)。
  • 国家拥有至少一个满足以下条件的地点:
    • 拥有 kurdish_stronghold(库尔德要塞)属性。
    • 该地点内没有已建造至最高等级的 castle(城堡)建筑。

关键效果

  • 选项 A (历史选项)
    • 在人口最多的符合条件的库尔德要塞地点(保存为 kurdish_stronghold_location)执行以下操作:
      • 如果该地点已有城堡建筑,则将其等级提升 1 级。
      • 如果该地点没有城堡建筑,则以 50% 的成本(理由:royal_sponsorship)建造一座城堡。
      • 为该地点增加 development_weak_bonus(微弱发展度加成)。
    • 所有属于本国、文化为 kurdish_culture(库尔德文化)且类型为 nobles(贵族)的人口获得 pop_satisfaction_extreme_bonus(极高的满意度加成)。
    • 国家获得 prestige_weak_penalty(微弱的威望惩罚)。
    • 国家社会价值观 centralization_vs_decentralization(中央集权 vs 地方分权)向“右”(即地方分权方向)移动。
  • 选项 B
    • 所有属于本国、文化为 kurdish_culture(库尔德文化)且类型为 nobles(贵族)的人口获得 pop_satisfaction_extreme_penalty(极高的满意度惩罚)。
    • 所有拥有 kurdish_stronghold(库尔德要塞)属性的地点获得 control_weak_bonus(微弱的控制度加成)。
    • 国家获得 prestige_weak_bonus(微弱的威望加成)。
    • 国家社会价值观 centralization_vs_decentralization(中央集权 vs 地方分权)向“左”(即中央集权方向)移动。

背景介绍: 奥斯曼帝国在其广阔的疆域内统治着众多民族与地区,其中库尔德地区的部落势力强大,拥有自己的军事要塞。为了巩固帝国边疆、维护地方稳定并争取库尔德贵族(尤其是其军事精英)的支持,帝国中央有时会选择承认并资助这些地方势力,协助他们强化其据点,将其纳入帝国的防御体系。这一政策体现了奥斯曼帝国灵活的地方治理策略,即在集权与地方自治之间寻求平衡。

完整事件代码

flavor_tur.143 = { #The Iron Castle
	type = country_event
	title = flavor_tur.143.title
	desc = flavor_tur.143.desc

	historical_info = flavor_tur.143.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1537.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	trigger = {

		has_advance = autonomous_pashas

		culture = culture:turkish_culture

		any_owned_location = {
			kurdish_stronghold = yes
			NOT = {
				any_buildings_in_location = {
					building_type = building_type:castle
					is_at_max_level = yes
				}
			}
		}
	}

	immediate = {

		ordered_owned_location = {
			order_by = population
			limit = {
				kurdish_stronghold = yes
				NOT = {
					any_buildings_in_location