flavor_pol.49 兹比格涅夫·奥莱希尼茨基登场
时间范围
1420.1.1 - 1450.1.1,每月有 10% 的概率触发。
触发条件
- 国家宗教为 天主教。
- 国家当前 拥有统治者。
关键效果
选项 A:flavor_pol.49.a
- 历史选项:是。
- 在首都:如果尚未拥有建筑 “枢机主教座”,则建造1级;如果已有,则获得 “微弱的繁荣度加成”。
- 将创建的人物 兹比格涅夫·奥莱希尼茨基 移动至本国。
- 社会价值观向 “灵性主义” 方向移动。
选项 B:flavor_pol.49.b
- 将创建的人物 兹比格涅夫·奥莱希尼茨基 移动至本国。
- 该人物能力值降低:军事 -5,外交 -10,行政 -5。
背景介绍
兹比格涅夫·奥莱希尼茨基是15世纪波兰王国一位极具影响力的政治家和枢机主教。他出身于波兰小贵族家庭,凭借其出色的外交与行政才能,在波兰国王瓦迪斯瓦夫二世·雅盖沃和瓦迪斯瓦夫三世统治时期扮演了关键角色。奥莱希尼茨基坚定地支持天主教,并致力于加强波兰与教廷的联系,同时在国内推动教会改革和制度建设。他的登场事件反映了波兰在雅盖隆王朝早期,国内教俗力量互动以及国家治理精英更迭的一个侧面。
完整事件代码
flavor_pol.49 = {
type = country_event
title = flavor_pol.49.title
desc = flavor_pol.49.desc
historical_info = flavor_pol.49.historical_info
dynamic_historical_event = {
tag = POL
from = 1420.1.1
to = 1450.1.1
monthly_chance = 10
}
trigger = {
religion = religion:catholic
has_ruler = yes
}
fire_only_once = yes
illustration_tags = {
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
create_character = { #https://en.wikipedia.org/wiki/Zbigniew_Ole%C5%9Bnicki_(cardinal)
first_name = name_zbygnev
last_name = Olesnicki
adm = { 50 80 }
dip = { 60 90 }
mil = { 50 75 }
birth_date = 1389.12.5
birth_location = location:zwolen
religion = religion:catholic
culture = culture:lesser_polish
estate = estate_type:clergy_estate
create_in_limbo = yes
save_scope_as = target_character
}
ruler = {
save_scope_as = ruler_scope
}
}
option = {
name = flavor_pol.49.a
historical_option = yes
capital = {
if = {
limit = {
NOT = { has_building = building_type:seat_of_cardinal }
}
change_building_level_in_location = {
building = building_type:seat_of_cardinal
value = 1
}
}
else = {
change_prosperity = prosperity_weak_bonus
}
}
scope:target_character = {
move_country = ROOT
}
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
}
option = {
name = flavor_pol.49.b
scope:target_character = {
move_country = ROOT
add_mil = -5
add_dip = -10
add_adm = -5
}
}
}