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_mlo.3] 米兰的医疗进步

时间范围
1456.1.1 - 1470.1.1(每月 10% 概率)

触发条件

  • 控制米兰地区(owns = location:milano
  • 处于和平状态(at_war = no
  • 米兰地区至少拥有一级医院建筑(location:milanohas_building_with_at_least_one_level = hospital

关键效果

  • 选项flavor_mlo.3.a
    • 米兰地区获得严重发展度加成(change_development = development_severe_bonus

背景介绍
在15世纪中叶,米兰公国在和平时期致力于提升其基础设施,特别是在医疗领域。随着医院建筑的建立与完善,米兰的公共卫生条件得到显著改善,这不仅促进了人口健康,也为地区的经济与社会发展奠定了坚实基础。本事件反映了米兰在这一时期通过投资医疗设施来推动整体进步的历史进程。

完整事件代码

flavor_mlo.3 = {
	type = country_event
	title = flavor_mlo.3.title
	desc = flavor_mlo.3.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1456.1.1
		to = 1470.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:milano
		at_war = no
		location:milano = {
			has_building_with_at_least_one_level = hospital
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_mlo.3.a
		location:milano = {
			change_development  = development_severe_bonus
		}
	}
}