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.16 荷兰黄金时代

时间范围

  • 事件窗口:1588年1月1日 - 1672年1月1日
  • 触发概率:每月 1% 概率

触发条件

  • 国家威望 ≥ 80
  • 主流文化满足:
    • 文化影响力 ≥ 100
    • 文化传统 ≥ 100

关键效果

选项:flavor_ned.16.a

  • 增加少量威望
  • 增加少量稳定度

背景介绍

此事件描绘了荷兰共和国在“黄金时代”的巅峰时刻。从1588年独立战争取得关键进展,到1672年“灾难年”前夜,这一时期荷兰在商业、艺术、科学和海上霸权方面取得了非凡成就。高威望、强大的文化影响力与传统,共同构成了触发这一象征国家繁荣与自信的事件的条件。

完整事件代码

flavor_ned.16 = {
	hide_portraits = yes
	type = country_event

	title = flavor_ned.16.title
	desc = flavor_ned.16.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = NED
		from = 1588.1.1
		to = 1672.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		prestige >= 80
		culture = {
			cultural_influence >= 100
			cultural_tradition >= 100
		}
	}

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

		save_scope_as = target_country
	}

	option = {
		name = flavor_ned.16.a

		add_prestige = prestige_mild_bonus
		add_stability = stability_mild_bonus
	}
}