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_boh.44] 布拉格 - 黄金之城

时间范围:1350.1.1 - 1836.1.1(每月 10% 概率)

触发条件

  • 拥有布拉格(Prague)地区。
  • 布拉格地区是首都。
  • 神圣罗马帝国(HRE)存在,且其拥有的任一地区人口数量大于1,并且人口数大于或等于布拉格地区的人口数。

关键效果

  • 选项flavor_boh.44.a
    • 获得大量威望。
    • 布拉格地区:
      • 获得大量繁荣度。
      • 添加持续10年的地区修正“布拉格的黄金之城”(the_golden_city_of_prague),效果可叠加与延长。

背景介绍: 此事件描绘了布拉格作为波希米亚王国首都的黄金时代。在神圣罗马帝国的背景下,布拉格凭借其政治、经济和文化影响力,发展成为帝国境内可与其它主要城市比肩甚至超越的繁荣中心。事件反映了城市通过贸易、建筑和文化发展获得“黄金之城”美誉的历史进程,象征着波希米亚在中欧的崛起与辉煌。

完整事件代码

flavor_boh.44 = { # Prague - The Golden City
	type = country_event
	title = flavor_boh.44.title
	desc = flavor_boh.44.desc
	historical_info = flavor_boh.44.historical_info

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = interior
    }

	dynamic_historical_event = {
		tag = BOH
		from = 1350.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	trigger = {
		owns = location:prague
		location:prague = {
			is_capital = yes
		}
		international_organization:hre ?= {
			any_international_organization_owned_location = {
				count > 1
				population >= location:prague.population
			}
		}
	}

	option = {
		name = flavor_boh.44.a
		add_prestige = prestige_severe_bonus
		location:prague = {
			change_prosperity = prosperity_severe_bonus
			add_location_modifier = { modifier = the_golden_city_of_prague years = 10 mode = add_and_extend }
		}
	}
}