1300 英葡联姻提议
时间范围:1658.1.1 - 1700.1.1 (每月 5% 概率)
触发条件:
- 葡萄牙(POR) 满足以下所有条件:
- 拥有丹吉尔(Tangier)地区。
- 政府类型为君主制(monarchy)。
- 没有摄政王。
- 不是附庸国。
- 未处于战争状态。
- 统治者满足以下条件之一:
- 拥有一个 非继承人、女性、未婚、年龄在13至30岁之间 的女儿。
- 属于布拉干萨王朝(braganca_dynasty)。
- 英格兰(ENG)或大不列颠(GBR) 满足以下所有条件:
- 国家存在。
- 统治者未婚。
- 政府类型为君主制(monarchy)。
- 没有摄政王。
- 不是附庸国。
- 对葡萄牙拥有“温莎条约信任”(trust_treaty_of_windsor)修正。
- 未与葡萄牙结盟。
关键效果:
- 选项 A:
- 触发一个自定义提示文本。
- 对葡萄牙本土(北葡萄牙地区和南葡萄牙地区)所有由葡萄牙拥有的、类型为“农民”或“贵族”的人口,施加“民众满意度终极惩罚”。
- 向目标国家(英格兰或大不列颠)静默触发事件
flavor_eng_diplomacy.1301。
- 选项 B:
- 触发条件:葡萄牙在印度西部地区(western_india_region)拥有一块 已被目标国家发现且是沿海 的领地。
- 将上述符合条件的印度地区领地标记为割让领土。
- 向目标国家(英格兰或大不列颠)静默触发事件
flavor_eng_diplomacy.1301。
- 选项 C:
- 葡萄牙获得少量威望加成。
背景介绍: 此事件模拟了17世纪下半叶葡萄牙与英格兰(或后来的大不列颠)之间基于历史悠久的《温莎条约》联盟关系而可能发生的王室联姻外交。葡萄牙试图通过联姻来巩固与这个强大海上盟友的关系。事件为葡萄牙提供了不同的策略选择:牺牲本土民众满意度以促成联姻(选项A)、以海外殖民地为代价进行联姻(选项B,若条件满足),或者干脆拒绝提议并寻求其他方式维持威望(选项C)。
完整事件代码:
flavor_eng_diplomacy.1300 = {
hide_portraits = yes
type = country_event
title = flavor_eng_diplomacy.1300.title
desc = flavor_eng_diplomacy.1300.desc
fire_only_once = yes
dynamic_historical_event = {
tag = POR
from = 1658.1.1
to = 1700.1.1
monthly_chance = 5
}
trigger = {
owns = location:tangier
government_type = government_type:monarchy
has_regent = no
is_subject = no
at_war = no
ruler = {
OR = {
AND = {
any_child = {
is_heir = no
is_female = yes
is_married = no
age_in_years > 13
age_in_years < 30
}
}
dynasty = dynasty:braganca_dynasty
}
}
OR = {
AND = {
country_exists = c:ENG
c:ENG = {
ruler = { is_married = no }
government_type = government_type:monarchy
has_regent = no
has_trust = { modifier = trust_treaty_of_windsor target = c:POR }
is_subject = no
NOT = { is_allied_with = { target = root } }
}
}
AND = {
country_exists = c:GBR
c:GBR = {
ruler = { is_married = no }
government_type = government_type:monarchy
has_regent = no
has_trust = { modifier = trust_treaty_of_windsor target = c:POR }
is_subject = no
NOT = { is_allied_with = { target = root } }
}
}
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
if = {
limit = {
country_exists = c:ENG
}
c:ENG = { save_scope_as = target_root_country }
}
else = {
c:GBR = { save_scope_as = target_root_country }
}
region:western_india_region = {
random_location_in_region ?= {
limit = {
is_discovered_by = scope:target_root_country
is_coastal = yes
owner = root
}
}
save_scope_as = overseas_location
}
scope:target_root_country.ruler = { save_scope_as = target_character }
location:tangier = { save_scope_as = ceded_location }
}
option = {
name = flavor_eng_diplomacy.1300.a
custom_tooltip = {
text = flavor_eng_diplomacy.1300.a.custom
area:north_portugal_area = {
every_location_in_area = {
limit = {
owner ?= root
}
every_pop = {
limit = {
owner = root
OR = {
pop_type = pop_type:peasants
pop_type = pop_type:nobles
}
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
area:south_portugal_area = {
every_location_in_area = {
limit = {
owner ?= root
}
every_pop = {
limit = {
owner = root
OR = {
pop_type = pop_type:peasants
pop_type = pop_type:nobles
}
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
}
scope:target_root_country = { trigger_event_silently = { id = flavor_eng_diplomacy.1301 days = 0 } }
}
option = {
name = flavor_eng_diplomacy.1300.b
trigger = {
region:western_india_region = {
any_location_in_region = {
is_discovered_by = scope:target_root_country
is_coastal = yes
owner = root
}
}
}
scope:overseas_location = { save_scope_as = ceded_location }
scope:target_root_country = { trigger_event_silently = { id = flavor_eng_diplomacy.1301 days = 0 } }
}
option = {
name = flavor_eng_diplomacy.1300.c
add_prestige = prestige_mild_bonus
}
historical_info = flavor_eng_diplomacy.1301.historical_info
}