flavor_ned.1002 光荣革命与不朽七人
时间范围
1550.1.1 - 1680.1.1,每月有 35% 的概率触发。
触发条件
- 国家拥有变量
glorious_revolution_immortal_seven_flag。 - 国家与 英格兰 (ENG) 或 大不列颠 (GBR) 处于联合统治状态。
关键效果
选项:flavor_ned.1002.a
- 解锁议会议题:
appease_english_population(安抚英格兰人口)。
背景介绍
该事件模拟了荷兰在“光荣革命”背景下的政治抉择。历史上,1688年,荷兰执政威廉三世应英格兰部分贵族(“不朽七人”)之邀,率军登陆英格兰,推翻詹姆斯二世,并与玛丽二世共同加冕为英格兰君主,确立了君主立宪制。此事件标志着英荷关系的重大转折,并深刻影响了欧洲的政治格局。游戏中的事件旨在反映荷兰在联合统治下,为稳定局势而采取安抚英格兰民众的政治措施。
完整事件代码
flavor_ned.1002 = {
type = country_event
title = flavor_ned.1002.title
desc = flavor_ned.1002.desc
fire_only_once = yes
dynamic_historical_event = {
tag = NED
from = 1550.1.1
to = 1680.1.1
monthly_chance = 35
}
illustration_tags = {
10 = happy
10 = exterior
}
trigger = {
has_variable = glorious_revolution_immortal_seven_flag
OR = {
in_union_with = c:ENG
in_union_with = c:GBR
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler_or_regent ?= {
save_scope_as = target_character
}
if = {
limit = {
in_union_with = c:GBR
}
c:GBR = {
save_scope_as = target_country
}
}
else_if = {
limit = {
in_union_with = c:ENG
}
c:ENG = {
save_scope_as = target_country
}
}
}
option = {
name = flavor_ned.1002.a
unlock_parliament_issue_effect = { type = appease_english_population }
}
}