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_hab.53 拆除维也纳城墙

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

触发条件

  • 国家拥有维也纳地区。
  • 维也纳地区存在“维也纳城墙”修正。

关键效果

  • 选项 A (历史选项)
    • 移除维也纳地区的“维也纳城墙”修正。
    • 显著提升维也纳地区的发展度。
    • 轻微提升维也纳地区的繁荣度。
  • 选项 B
    • 轻微增加陆军传统。
    • 使社会价值观向“进攻性”方向偏移。

背景介绍: 随着18世纪中后期军事技术的发展与城市扩张需求的增长,维也纳作为哈布斯堡王朝的核心,其古老的中世纪城墙逐渐从防御工事转变为城市发展的阻碍。拆除城墙、拓宽城区成为推动现代化与经济增长的关键决策,同时也反映了军事战略思想从静态防御向机动进攻的转变。

完整事件代码

flavor_hab.53 = { #Tearing Down the Walls of Vienna
	type = country_event
	title = flavor_hab.53.title
	desc = flavor_hab.53.desc

	fire_only_once = yes

	historical_info = flavor_hab.53.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1750.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:vienna
		location:vienna = {
			has_location_modifier = walls_of_vienna
		}
	}

	option = {
		name = flavor_hab.53.a
		historical_option = yes
		location:vienna = {
			remove_location_modifier = walls_of_vienna
			change_development  = development_severe_bonus
			change_prosperity = prosperity_mild_bonus
		}
	}

	option = {
		name = flavor_hab.53.b
		add_army_tradition = army_tradition_mild_bonus
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_right }
	}
}