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.29 迁都加兹温

时间范围:1450.1.1 - 1550.1.1,每月 2% 概率触发 触发条件

  • 国家标签为 IRA
  • 省份 qazvin 不是当前首都,且其所有者是触发国。
  • 触发国拥有至少 1 个宿敌。

关键效果

  • 选项 A (flavor_ira.29.a)
    • 将首都迁至 qazvin
    • 新首都 qazvin 获得 development_mild_bonus(发展度轻度增益)和 control_mild_bonus(控制度轻度增益)。
    • 社会价值观 centralization_vs_decentralization 向“中央集权”方向移动(societal_value_move_to_left)。
  • 选项 B (flavor_ira.29.b)
    • 当前首都(target_capital2)获得 development_extreme_bonus(发展度极大增益)和 prosperity_extreme_bonus(繁荣度极大增益)。

背景介绍: 在1450年至1550年间,作为伊朗地区的统治者,面临着内部治理与外部竞争的压力。加兹温作为一个重要的战略与行政中心,其地位引发了关于国家权力中心是否应该迁移的讨论。这一事件反映了统治者在巩固核心区域与发展既有首都之间的抉择,其决定将影响国家的集权程度与关键省份的繁荣。

完整事件代码

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

	dynamic_historical_event = {
		tag = IRA
		from = 1450.1.1
		to = 1550.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		location:qazvin = {
			is_capital = no
			owner ?= root
		}
		num_rivals >= 1
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:qazvin = {
			save_scope_as = target_capital
		}

		capital ?= {
			save_scope_as = target_capital2
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		random_rival = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_ira.29.a

		set_capital = scope:target_capital

		scope:target_capital = {
			change_development = development_mild_bonus
			change_control = control_mild_bonus
		}

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_left
		}
	}

	option = {
		name = flavor_ira.29.b

		scope:target_capital2 = {
			change_development = development_extreme_bonus
			change_prosperity = prosperity_extreme_bonus
		}
	}
}