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.8] 荷兰海上乞丐政策

时间范围

  • 事件窗口:1550.1.1 - 1800.1.1
  • 触发概率:每月 2% 概率

触发条件

  • 国家:必须为荷兰(NED)
  • 事件性质:动态历史事件,仅触发一次

关键效果

选项 A

  • 名称flavor_ned.8.a
  • 效果:解锁政策效果 sea_beggars_policy

选项 B

  • 名称flavor_ned.8.b
  • 效果:改变社会价值观 belligerent_vs_conciliatory,向“右”移动(即向 belligerent 方向移动)

背景介绍

此事件反映了荷兰在16至18世纪期间,面对海上贸易与军事扩张的战略抉择。选项A指向启用历史上著名的“海上乞丐”政策,这是一种结合私掠、海军突击与贸易保护的综合海上战略。选项B则代表国家在对外态度上转向更具对抗性的立场,可能影响后续的外交与军事决策。

完整事件代码

flavor_ned.8 = {
	type = country_event

	title = flavor_ned.8.title
	desc = flavor_ned.8.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = NED
		from = 1550.1.1
		to = 1800.1.1
		monthly_chance = 2
	}

	historical_info = flavor_ned.8.historical_info

	image = "gfx/interface/illustrations/units/navy_heavy_ship_3.dds"

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		save_scope_as = target_country
	}

	option = {
		name = flavor_ned.8.a

		unlock_policy_effect = {
			type = sea_beggars_policy
		}
	}

	option = {
		name = flavor_ned.8.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}
	}
}