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.15 七省联盟

时间范围

1500.1.1 - 1800.1.1(每月 2% 概率触发)

触发条件

  • 事件仅对 NED(尼德兰)国家触发。
  • 事件为 一次性事件fire_only_once = yes)。
  • 事件为 动态历史事件,需满足特定历史时间范围。

关键效果

选项 A:flavor_ned.15.a

  • 设置变量 ned_seven_provinces_flag
  • 添加政府改革 government_reform:seven_provinces(七省联盟)。
  • 社会价值观 中央化 vs 去中心化右侧(去中心化) 移动。

选项 B:flavor_ned.15.b

  • 社会价值观 中央化 vs 去中心化左侧(中央化) 移动。

背景介绍

该事件模拟了尼德兰地区在近代早期(1500-1800年)可能出现的政治体制变革。选项A代表了历史上尼德兰七省联合共和国(荷兰共和国)的形成,这是一个以各省高度自治和去中心化为特征的联邦政体。选项B则代表了加强中央集权的另一种政治发展方向。事件反映了该地区在摆脱外来统治、构建本土政治结构过程中的关键抉择。

完整事件代码

flavor_ned.15 = {
	hide_portraits = yes
	type = country_event

	title = flavor_ned.15.title
	desc = flavor_ned.15.desc

	fire_only_once = yes

	historical_info = flavor_ned.15.historical_info

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

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	option = {
		name = flavor_ned.15.a

		set_variable = ned_seven_provinces_flag
		add_reform = government_reform:seven_provinces

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}

	}

	option = {
		name = flavor_ned.15.b

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_left
		}

	}
}