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_nor.16] 荷兰时代

时间范围

1500.1.1 - 1600.1.1,每月 5% 概率触发。

触发条件

  • 国家 荷兰 (NED) 必须存在。

关键效果

  • 选项: flavor_nor.16.a
    • 为国家添加修正 nor_hollendertiden,持续 50年,模式为叠加并延长 (mode = add_and_extend)。

背景介绍

该事件模拟了16世纪挪威与荷兰之间紧密的经济与文化联系时期,史称“荷兰时代”。在此期间,荷兰商人和水手在挪威的渔业、木材贸易和航运业中扮演了重要角色,对挪威的经济和社会发展产生了深远影响。

完整事件代码

flavor_nor.16 = {
	type = country_event
	title = flavor_nor.16.title
	desc = flavor_nor.16.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = NOR
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	trigger = {
		country_exists = c:NED
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	
	option = {
		name = flavor_nor.16.a
		add_country_modifier = { modifier = nor_hollendertiden years = 50 mode = add_and_extend }
	}
}