flavor_ven.13 阿尔杜斯·马努提乌斯登场
时间范围:1498.1.1 - 1515.1.1 (每月 10% 概率)
触发条件:
- 事件仅能触发一次。
- 动态历史事件,仅限国家标签为
VEN(威尼斯)的国家。 - 在指定时间范围内随机触发。
关键效果:
- 选项 A (flavor_ven.13.a):
- 增加少量威望 (
add_prestige = prestige_weak_bonus)。 - 将创建的人物
阿尔杜斯·马努提乌斯移动至本国 (move_country = root)。 - 社会价值观向“创新”方向轻微移动 (
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right })。 - 教士阶层满意度大幅下降 (
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_radical_penalty })。
- 增加少量威望 (
- 选项 B (artist_events.3.e):
- 显示自定义提示文本
aldus_disappears_tt。 - 隐藏效果:静默杀死人物
阿尔杜斯·马努提乌斯(kill_character_silently = scope:target_character)。 - 社会价值观向“传统”方向轻微移动 (
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left })。
- 显示自定义提示文本
背景介绍: 此事件模拟了文艺复兴时期著名印刷商和学者阿尔杜斯·马努提乌斯(Aldus Manutius)在威尼斯的登场。他在威尼斯创立了阿尔定出版社,对古典文献的印刷和传播、斜体字的推广以及现代标点符号系统的形成起到了关键作用,是文艺复兴文化传播的重要人物。事件反映了威尼斯共和国作为当时欧洲印刷和文化中心之一的地位,以及新思想(创新)与传统势力(如教士阶层)之间可能产生的张力。
完整事件代码:
flavor_ven.13 = {
type = country_event
title = flavor_ven.13.title
desc = flavor_ven.13.desc
fire_only_once = yes
dynamic_historical_event = {
tag = VEN
from = 1498.1.1
to = 1515.1.1
monthly_chance = 10
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
create_character = {
first_name = name_aldus
last_name = Manutius
birth_date = 1449.6.1
culture = culture:median
birth_location = location:rome
estate = estate_type:burghers_estate
script = aldus_manutius_character
save_scope_as = target_character
create_in_limbo = yes
}
character:aldus_manutius_character = {
set_to_limited_random_stats = {
max_adm = 60
min_adm = 0
max_dip = 65
min_dip = 5
max_mil = 30
min_mil = 0
}
}
}
option = {
name = flavor_ven.13.a
add_prestige = prestige_weak_bonus
scope:target_character = { move_country = root }
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_radical_penalty }
}
option = {
name = artist_events.3.e
custom_tooltip = aldus_disappears_tt
hidden_effect = {
kill_character_silently = scope:target_character
}
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
}
}