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.1301] 伊斯法罕的迈丹广场

时间范围

  • 触发时间范围:无明确起止日期限制(fromto 未定义)
  • 触发概率:每月不适用(monthly_chance 未定义,事件为一次性触发)

触发条件

  • 国家必须拥有伊斯法罕(location:isfahan
  • 伊斯法罕的整合等级必须为核心(integration_level = core
  • 伊斯法罕必须是国家的首都(this = root.capital

关键效果

选项:flavor_ira.1301.a

  • 为国家添加大量威望(add_prestige = prestige_extreme_bonus
  • 在伊斯法罕添加永久性地点修正 ira_isfahan_maidanmonths = modifier_duration_permanent

背景介绍

该事件模拟了历史上伊斯法罕作为波斯帝国首都时,其核心地标——迈丹广场(Naqsh-e Jahan Square)的建设或重要性提升。迈丹广场是萨法维王朝时期城市规划的杰作,集政治、宗教、经济功能于一体,象征着帝国的繁荣与中央集权。事件反映了当伊斯法罕被完全整合为国家核心首都时,统治者通过建设或强化这一标志性广场来彰显权威、提升国家声望的历史进程。

完整事件代码

flavor_ira.1301 = {
	type = country_event
	fire_only_once = yes
	title = flavor_ira.1301.title
	desc = flavor_ira.1301.desc

	trigger = {
		owns = location:isfahan
		location:isfahan = {
			integration_level = core
			this = root.capital
		}
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:isfahan = {
			save_scope_as = target_location
			if = {
				limit = {
					NOT = { location_rank = location_rank:city }
				}
				change_location_rank = location_rank:city
			}
		}
	}

	option = {
		name = flavor_ira.1301.a
		add_prestige = prestige_extreme_bonus
		location:isfahan = {
			add_location_modifier = { modifier = ira_isfahan_maidan months = modifier_duration_permanent mode = add_and_extend }
		}
	}
}