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.1000 光荣革命警告

时间范围:1550.1.1 - 1680.1.1(每月 1% 概率)

触发条件

  • 国家 NED(尼德兰)存在。
  • 国家 NED 不是附庸国,且没有摄政。
  • 本国(事件触发国)的合法性(legitimacy)小于等于 50。
  • 本国不是附庸国。
  • 事件触发国为 GBR(大不列颠)或 ENG(英格兰)。

关键效果

  • 选项 A
    • 设置变量 ned_glorious_revolution_warning
    • 国家 NED 将在 5 年后静默触发事件 flavor_ned.1001

背景介绍: 此事件模拟了17世纪“光荣革命”前夕的政治紧张局势。当英格兰或大不列颠的君主统治合法性低落时,荷兰的执政者威廉三世(奥兰治亲王)可能被英格兰新贵族视为更合法的王位候选人。事件通过设置警告变量并触发后续事件,为历史上1688年威廉三世率军登陆英国、最终确立君主立宪制的重要转折埋下伏笔。

完整事件代码

flavor_ned.1000 = {
	type = country_event

	title = flavor_ned.1000.title
	desc = flavor_ned.1000.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = GBR
		tag = ENG
		from = 1550.1.1
		to = 1680.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	trigger = {
		country_exists = c:NED
		c:NED = {
			is_subject = no
			has_regent = no
		}
		legitimacy <= 50
		is_subject = no
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
		c:NED = {
			ruler_or_regent ?= {
				save_scope_as = target_character2
			}
		}
	}

	option = {
		name = flavor_ned.1000.a

		custom_tooltip = {
			text = NED_UNLESS_IF_WE_SECURE_LEGITIMACY_ENGLISH_NOBLES_WILL_INVITE_DUTCH_RULER
			set_variable = ned_glorious_revolution_warning
			c:NED = { trigger_event_silently = { id = flavor_ned.1001 years = 5 } }
		}
	}
}