[flavor_ara.4] 乔瓦尼·蓬塔诺登场
时间范围:1475.1.1 - 1500.1.1(每月 10% 概率触发)
触发条件:
- 事件仅对标签为
ARA的国家有效。 - 事件在游戏时间内仅能触发一次。
关键效果:
-
选项 A (flavor_ara.4.a) - 历史选项
- 获得少量威望加成 (
add_prestige = prestige_mild_bonus)。 - 将新创建的人物“乔瓦尼·蓬塔诺”移动至本国。
- 获得少量威望加成 (
-
选项 B (flavor_ara.4.b)
- 获得少量稳定度加成 (
add_stability = stability_mild_bonus)。 - 将新创建的人物“乔瓦尼·蓬塔诺”移动至本国。
- 获得少量稳定度加成 (
背景介绍: 此事件模拟了文艺复兴时期著名人文主义者、诗人乔瓦尼·蓬塔诺(Giovanni Pontano,拉丁名Iovianus Pontanus)在阿拉贡宫廷登场的历史情境。蓬塔诺作为那不勒斯阿拉贡王朝的重要廷臣和学者,他的到来象征着人文主义思想在南意大利的传播与宫廷文化的繁荣。
完整事件代码:
flavor_ara.4 = { #Iovianus Pontanus
type = country_event
title = flavor_ara.4.title
desc = flavor_ara.4.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ARA
from = 1475.1.1
to = 1500.1.1
monthly_chance = 10
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
character:ara_antonio_beccadelli ?= {
save_scope_as = target_character
}
create_character = {
first_name = name_john
last_name = Pontano
birth_date = 1426
artist_skill = 0.85
artist = writer
estate = estate_type:burghers_estate
culture = culture:median
birth_location = location:spoleto
create_in_limbo = yes
save_scope_as = target_character2
}
}
option = {
name = flavor_ara.4.a
historical_option = yes
add_prestige = prestige_mild_bonus
scope:target_character2 = { move_country = root }
}
option = {
name = flavor_ara.4.b
add_stability = stability_mild_bonus
scope:target_character2 = { move_country = root }
}
}