flavor_por.52 航海家王子
时间范围:1420.1.1 - 1460.1.1,每月 10% 概率触发
触发条件:
- 当前统治者或摄政状态下的继承人必须拥有王朝。
- 存在至少一位成年、男性、非统治者的王室成员(与统治者/摄政继承人同王朝),且其总能力值(total_abilities)不低于 180。
- 国家拥有至少一个沿海省份,该省份与首都相连,且不是首都本身。
关键效果:
- 选项 A (历史选项):
- 花费 3 倍基础金额的金钱。
- 为国家添加持续 25 年的修正
por_patronage_of_navigator。 - 为符合条件的王室成员添加昵称 “the_navigator” 和特质 “scholar”。
- 为符合条件的沿海省份添加持续 25 年的修正
por_patronage_of_navigator_location。
- 选项 B:
- 获得少量威望。
背景介绍: 在15世纪早期,葡萄牙正处于地理大发现的前夜。王室成员中涌现出对航海、天文和地理学有浓厚兴趣和卓越才能的“航海家”。此事件模拟了若昂一世时期,恩里克王子(航海家亨利)等王室成员推动航海学校建立、资助探险活动,从而为葡萄牙未来的海外扩张奠定技术和知识基础的历史情景。选择资助(历史选项)将消耗国库但带来长期增益,而拒绝资助则能保全财力并获得一些声望。
完整事件代码:
flavor_por.52 = { # Navigator Prince
type = country_event
title = flavor_por.52.title
desc = flavor_por.52.desc
fire_only_once = yes
dynamic_historical_event = {
tag = POR
from = 1420.1.1
to = 1460.1.1
monthly_chance = 10
}
illustration_tags = {
10 = exterior
10 = regular
}
trigger = {
ruler_or_heir_if_regent ?= {
has_dynasty = yes
}
any_character = {
dynasty ?= root.ruler_or_heir_if_regent.dynasty
is_adult = yes
is_female = no
is_ruler = no
total_abilities >= 180
}
any_owned_location = {
is_connected_to = root.capital
NOT = { is_capital = yes }
is_coastal = yes
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
random_character = {
limit = {
dynasty ?= root.ruler_or_heir_if_regent.dynasty
is_adult = yes
is_ruler = no
is_female = no
total_abilities >= 180
}
save_scope_as = target_character
}
random_owned_location = {
limit = {
is_connected_to = root.capital
NOT = { is_capital = yes }
is_coastal = yes
}
save_scope_as = target_location
}
}
option = {
name = flavor_por.52.a
historical_option = yes
change_gold_effect = { scale = -3 }
add_country_modifier = {
mode = add_and_extend
modifier = por_patronage_of_navigator
years = 25
}
scope:target_character = {
set_nickname = nick_the_navigator
add_trait = trait:scholar
}
scope:target_location = {
add_location_modifier = {
mode = add_and_extend
modifier = por_patronage_of_navigator_location
years = 25
}
}
}
option = {
name = flavor_por.52.b
add_prestige = prestige_mild_bonus
}
}