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.38 布拉格统一

时间范围

  • 事件窗口:1750.1.1 - 1790.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家拥有 location:prague(布拉格地区)
  • 国家处于和平状态(at_war = no
  • location:prague 是国家的首都(is_capital = yes

关键效果

选项 A(历史选项)

  • 名称:flavor_boh.38.a
  • 效果:
    • 减少国家金币(change_gold_effect = { scale = -12 }
    • location:prague 地区:
      • 增加发展度(change_development = development_mild_bonus
      • 增加繁荣度(change_prosperity = prosperity_severe_bonus
    • 小幅提升中央化社会价值观(change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_left }

选项 B

  • 名称:flavor_boh.38.b
  • 效果:
    • 小幅提升去中央化社会价值观(change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_right }

背景介绍

该事件反映了18世纪下半叶波希米亚王国(或其后继国家)在首都布拉格推动城市统一与现代化建设的努力。在和平时期,中央政府可能通过投资基础设施、整合行政区域或促进经济活动来强化首都的核心地位,这通常伴随着财政支出,并引发关于权力应更集中于首都还是分散至地方的政治讨论。

完整事件代码

flavor_boh.38 = { # The Unification of Prague
	type = country_event
	title = flavor_boh.38.title
	desc = flavor_boh.38.desc
	historical_info = flavor_boh.38.historical_info

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BOH
		from = 1750.1.1
		to = 1790.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	trigger = {
		owns = location:prague
		at_war = no
		location:prague = {
			is_capital = yes
		}
	}

	option = {
		name = flavor_boh.38.a
		historical_option = yes
		change_gold_effect = { scale = -12 }
		location:prague = {
			change_development = development_mild_bonus
			change_prosperity = prosperity_severe_bonus
		}
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_left }
	}

	option = {
		name = flavor_boh.38.b
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_right }
	}
}