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.1300 迁都伊斯法罕

时间范围:1580.1.1 - 1630.1.1(每月 5% 概率)

触发条件

  • 国家拥有 isfahan 地区。
  • isfahan 地区的整合等级为 core,且该地区不是国家首都。
  • 国家宗教为 shia(什叶派)。
  • 国库黄金储备大于或等于国家月收入(贸易与税收之和)的 1.80 倍。
  • 国家未处于战争状态。

关键效果

  • 选项 A (flavor_ira.1300.a):
    • 消耗相当于 1.80 倍月收入的黄金。
    • 将首都迁至 isfahan 地区。
    • isfahan 地区添加名为 ira_building_isfahan 的地点修正,持续时间为 modifier_duration_years_normal
    • 在 120 至 240 个月后,静默触发事件 flavor_ira.1301
  • 选项 B (flavor_ira.1300.b):
    • 获得 stability_extreme_bonus 的稳定度加成。

背景介绍: 在萨法维帝国时期,伊斯法罕因其优越的地理位置、繁荣的经济和重要的文化宗教地位,被视为迁都的理想选择。该事件反映了统治者权衡国家财政与战略发展,决定是否投入巨资将政治中心迁至这一核心地区,以巩固对波斯腹地的控制并促进国家建设。

完整事件代码

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

	dynamic_historical_event = {
		tag = IRA
		from = 1580.1.1
		to = 1630.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		owns = location:isfahan
		location:isfahan = {
			integration_level = core
			this != root.capital
		}
		religion = religion:shia
		gold >= { value = root.monthly_income_trade_and_tax multiply = 1.80 }
		at_war = no
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		location:isfahan = { save_scope_as = target_location }
	}

	option = {
		name = flavor_ira.1300.a
		change_gold_effect = { scale = -1.80 }
		set_capital = location:isfahan
		location:isfahan = {
			add_location_modifier = { modifier = ira_building_isfahan years = modifier_duration_years_normal mode = add_and_extend }
		}
		trigger_event_silently = { id = flavor_ira.1301 months = { 120 240 } }
	}
	option = {
		name = flavor_ira.1300.b
		add_stability = stability_extreme_bonus
	}
}