flavor_brapru.17 约翰内斯·阿格里科拉登场
时间范围:1530.1.1 - 1566.1.1,每月 5% 概率触发
触发条件:
- 国家拥有柏林地区 (
owns = location:berlin) - 国家宗教为路德宗 (
religion = religion:lutheran)
关键效果:
- 选项 A (历史选项):
- 获得宗教影响力轻度增益 (
add_religious_influence = religious_influence_mild_bonus) - 对最多7个除本国外的路德宗国家,按其总人口排序,添加“阿格里科拉的声誉”好感度修正 (
add_opinion = { target = root modifier = agricolas_reputation })
- 获得宗教影响力轻度增益 (
- 选项 B:
- 获得正统性轻度增益 (
add_legitimacy = legitimacy_mild_bonus)
- 获得正统性轻度增益 (
背景介绍: 此事件模拟了德国神学家、宗教改革家约翰内斯·阿格里科拉在普鲁士或勃兰登堡登场的场景。阿格里科拉是马丁·路德的早期支持者和合作者,以其在反律法主义辩论中的立场而闻名。事件设定在宗教改革的关键时期,反映了新教思想在德意志地区的传播及其对诸侯国政治与宗教格局的影响。
完整事件代码:
flavor_brapru.17 = { #Johannes Agricola
type = country_event
title = flavor_brapru.17.title
desc = flavor_brapru.17.desc
fire_only_once = yes
dynamic_historical_event = {
tag = BRA
tag = PRU
from = 1530.1.1
to = 1566.1.1
monthly_chance = 5
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
location:berlin = {
save_scope_as = berlin_province
}
create_character = {
first_name = name_john
last_name = agricola
adm = 56
dip = 35
mil = 38
birth_date = 1494.4.20
birth_location = location:eisleben
artist_skill = 0.82
artist = philosopher
estate = estate_type:burghers_estate
religion = religion:lutheran
save_scope_as = target_artist
}
}
trigger = {
owns = location:berlin
religion = religion:lutheran
}
option = {
name = flavor_brapru.17.a
historical_option = yes
add_religious_influence = religious_influence_mild_bonus
ordered_country = {
limit = {
religion = religion:lutheran
this != root
}
order_by = total_population
max = 7
add_opinion = { target = root modifier = agricolas_reputation }
}
}
option = {
name = flavor_brapru.17.b
add_legitimacy = legitimacy_mild_bonus
}
}