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_dai.4 顺化建都

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

触发条件

  • 国家拥有 amarendrapura 地区。
  • 国家拥有统治者。
  • 国家总人口 ≥ 3000。
  • 国家等级 > 2。
  • 国家未处于战争状态。

关键效果

  • 选项 A (历史选项)
    • 将首都迁至 amarendrapura 地区。
    • 将该地区重命名为 hue_location
    • 将该地区等级提升至城市。
    • 在该地区免费建造建筑 imperial_city_of_hue
  • 选项 B
    • 将当前首都地区重命名为 hue_location
    • 将当前首都地区等级提升至城市。
    • 在当前首都地区免费建造建筑 imperial_city_of_hue
  • 选项 C
    • amarendrapura 地区重命名为 hue_location
    • 将该地区等级提升至城市。
    • 在该地区免费建造建筑 imperial_city_of_hue

背景介绍: 此事件模拟了越南阮朝在19世纪初将首都迁至顺化(Hue)并营建皇城的历史进程。阮福映在1802年统一越南后,建立了阮朝,并选择顺化作为新的帝国中心,象征着新王朝的权威与统治的巩固。事件反映了国家在和平、发展时期对政治中心进行规划与建设的决策。

完整事件代码

flavor_dai.4 = {
	type = country_event
	title = flavor_dai.4.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = { NOT = { scope:capital_location = scope:target_location } }
				desc = flavor_dai.4.desc.a
			}
			triggered_desc = {
				trigger = { scope:capital_location = scope:target_location }
				desc = flavor_dai.4.desc.b
			}
		}
	}
	historical_info = flavor_dai.4.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAI
		from = 1800.1.1
		to = 1837.1.1
		monthly_chance = 10
	}
	trigger = {
		owns = location:amarendrapura
		has_ruler = yes
		total_population >= 3000
		country_rank_level > 2
		at_war = no
	}
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= { save_scope_as = target_character }
		location:amarendrapura = { save_scope_as = target_location }
		capital = { save_scope_as = capital_location }
	}
	option = {
		name = flavor_dai.4.a
		historical_option = yes
		trigger = { NOT = { scope:capital_location = scope:target_location } }
		set_capital = scope:target_location
		scope:target_location = {
			rename_location = hue_location
			change_location_rank_effect = { location_rank = location_rank:city }
			construct_building = {
				building_type = building_type:imperial_city_of_hue
				cost_multiplier = 0
				cost_multiplier_reason = "flavor_dai.4.tt"
			}
		}
	}
	option = {
		name = flavor_dai.4.b
		trigger = { NOT = { scope:capital_location = scope:target_location } }
		scope:capital_location = {
			rename_location = hue_location
			change_location_rank_effect = { location_rank = location_rank:city }
			construct_building = {
				building_type = building_type:imperial_city_of_hue
				cost_multiplier = 0
				cost_multiplier_reason = "flavor_dai.4.tt"
			}
		}
	}
	option = {
		name = flavor_dai.4.c
		trigger = { scope:capital_location = scope:target_location }
		scope:target_location = {
			rename_location = hue_location
			change_location_rank_effect = { location_rank = location_rank:city }
			construct_building = {
				building_type = building_type:imperial_city_of_hue
				cost_multiplier = 0
				cost_multiplier_reason = "flavor_dai.4.tt"
			}
		}
	}
}