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_ned.1 哈灵根地区资源开发

时间范围:1771.2.7 - 1780.1.1(每月 15% 概率触发)

触发条件

  • 国家拥有哈灵根(Harlingen)地区。

关键效果

  • 历史选项:选择此选项后,哈灵根地区将受到发展度轻度惩罚,同时该地区所有人口规模减少5%。

背景介绍: 该事件模拟了18世纪后期荷兰哈灵根地区可能面临的社会经济挑战。作为荷兰共和国的重要港口和贸易节点,哈灵根在18世纪经历了经济波动和人口压力。此事件反映了当时该地区可能因外部冲击、经济衰退或社会动荡而导致的发展停滞与人口减少,是荷兰在近代早期面临内部治理与区域发展问题的缩影。

完整事件代码

flavor_ned.1 = {
	hide_portraits = yes
	type = country_event

	title = flavor_ned.1.title
	desc = flavor_ned.1.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = NED
		from = 1771.2.7
		to = 1780.1.1
		monthly_chance = 15
	}

	trigger = {
		owns = location:harlingen
	}

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		location:harlingen = {
			save_scope_as = target_location
		}
	}

	option = {
		historical_option = yes
		name = flavor_ned.1.a

		scope:target_location = {
			change_development = development_mild_penalty
			every_pop = {
				add_pop_size = {
					value = pop_size
					multiply = -0.05
				}
			}
		}
	}
}