flavor_hun.290 扬努斯·潘诺尼乌斯登场
时间范围:1454.1.1 - 1470.1.1(每月 10% 概率)
触发条件:
- 事件仅能触发一次。
- 动态历史事件,仅限国家
HUN(匈牙利)在指定时间范围内触发。
关键效果:
- 选项 A (flavor_hun.290.a):
- 获得巨量威望加成 (
prestige_extreme_bonus)。 - 将创建的人物
target_artist移动至本国。 - 损失金钱(效果规模为 -2)。
- 获得巨量威望加成 (
- 选项 B (flavor_hun.290.b):
- 提升教士阶层满意度 (
estate_satisfaction_mild_bonus)。 - (隐藏效果)静默处决人物
target_artist。
- 提升教士阶层满意度 (
背景介绍: 扬努斯·潘诺尼乌斯(Janus Pannonius,1434-1472)是匈牙利文艺复兴时期著名的人文主义诗人、外交官和主教。他曾在意大利学习,深受古典文化影响,其拉丁语诗歌在当时享有盛誉。此事件模拟了这位重要文化人物在匈牙利宫廷登场的历史时刻,反映了文艺复兴思潮向中欧的传播以及人文主义者与教会、宫廷之间的复杂关系。
完整事件代码:
flavor_hun.290 = { #https://en.wikipedia.org/wiki/Janus_Pannonius
type = country_event
title = flavor_hun.290.title
desc = flavor_hun.290.desc
fire_only_once = yes
dynamic_historical_event = {
tag = HUN
from = 1454.1.1
to = 1470.1.1
monthly_chance = 10
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
create_character = {
first_name = name_john
last_name = Pannonius
adm = {20 40}
dip = {20 40}
mil = {20 40}
birth_date = 1434.6.29
birth_location = location:osijek
artist_skill = 0.85
artist = philosopher
estate = estate_type:burghers_estate
culture = culture:hungarian
save_scope_as = target_artist
create_in_limbo = yes
}
}
option = {
name = flavor_hun.290.a
add_prestige = prestige_extreme_bonus
scope:target_artist = {
move_country = root
}
change_gold_effect = { scale = -2 }
}
option = {
name = flavor_hun.290.b
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
hidden_effect = { kill_character_silently = scope:target_artist }
}
}