flavor_hol.18 荷兰与法国的宗教摩擦
时间范围:1650.1.1 - 1800.1.1(每月 50% 概率)
触发条件:
- 控制阿姆斯特丹地区 (
owns = location:amsterdam) - 神圣罗马帝国 (
international_organization:hre) 存在 - 本国宗教为加尔文宗 (
religion = religion:calvinist) - 法国 (
c:FRA) 存在 - 法国宗教为天主教 (
religion = religion:catholic) - 法国与本国接壤 (
is_neighbor_of = root) - 法国国内加尔文宗人口比例大于 0 (
"religion_percentage_in_country(religion:calvinist)" > 0)
关键效果:
- 选项 A (flavor_hol.18.a):
- 对法国 (
c:FRA) 静默触发事件flavor_hol.19 - 法国的所有非本国的竞争对手 (
every_rival) 获得对本国ned_anti_french_policy观点修正 - 法国获得对本国
fra_dutch_friction观点修正
- 对法国 (
- 选项 B (flavor_hol.18.b):
- 法国获得对本国
ned_friendly_towards_france观点修正 - (隐藏效果)本国获得对法国
ned_friendly_towards_france观点修正
- 法国获得对本国
背景介绍: 在17至18世纪,作为加尔文宗国家的荷兰共和国与天主教大国法国之间,因宗教差异、领土接壤以及法国国内胡格诺派(加尔文宗)少数群体的存在,时常产生外交摩擦与政策分歧。此事件模拟了荷兰在面对强大的邻国法国时,需要在对抗其宗教压迫政策与寻求友好关系之间做出抉择。
完整事件代码:
flavor_hol.18 = {
hide_portraits = yes
type = country_event
title = flavor_hol.18.title
desc = flavor_hol.18.desc
fire_only_once = yes
dynamic_historical_event = {
tag = HOL
tag = NED
from = 1650.1.1
to = 1800.1.1
monthly_chance = 50
}
trigger = {
owns = location:amsterdam
exists = international_organization:hre
religion = religion:calvinist
country_exists = c:FRA
c:FRA = {
religion = religion:catholic
is_neighbor_of = root
"religion_percentage_in_country(religion:calvinist)" > 0
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
c:FRA = { save_scope_as = target_country }
save_scope_as = root_country
}
option = {
name = flavor_hol.18.a
save_scope_as = from
c:FRA = {
trigger_event_silently = { id = flavor_hol.19 }
every_rival = {
limit = {
NOT = { this = root }
}
add_opinion = { target = root modifier = ned_anti_french_policy }
}
add_opinion = { target = root modifier = fra_dutch_friction }
}
}
option = {
name = flavor_hol.18.b
c:FRA = {
add_opinion = { target = root modifier = ned_friendly_towards_france }
}
hidden_effect = {
add_opinion = { target = c:FRA modifier = ned_friendly_towards_france }
}
}
}