[flavor_flo.46] 马基雅维利登场
时间范围:1490.1.1 - 1515.1.1(每月 30% 概率)
触发条件:
- 拥有佛罗伦萨(Florence)地区。
- 政府类型为共和国(government_type:republic)。
关键效果:
- 选项:
flavor_flo.46.a - 效果:
- 获得少量威望(
prestige_mild_bonus)。 - 将创建的角色(马基雅维利)移动至本国。
- 在 500 至 2000 天后,静默触发后续事件
flavor_flo.4601。
- 获得少量威望(
背景介绍: 该事件模拟了文艺复兴时期意大利佛罗伦萨共和国的重要历史人物——尼科洛·马基雅维利的登场。马基雅维利是著名的政治家、外交官、哲学家和历史学家,其著作《君主论》对后世政治思想产生了深远影响。事件设定在1490年至1515年间,正值佛罗伦萨共和国政治动荡和文艺复兴的鼎盛时期,马基雅维利的出现可能为国家带来新的政治理念和外交智慧。
完整事件代码:
flavor_flo.46 = { #Machiavelli
type = country_event
title = flavor_flo.46.title
desc = flavor_flo.46.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FLO
tag = TUS
from = 1490.1.1
to = 1515.1.1
monthly_chance = 30
}
trigger = {
owns = location:florence
government_type = government_type:republic
}
image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
immediate = {
create_character = {
first_name = name_nicholas
last_name = Machiavelli
adm = 25
dip = 30
mil = 25
birth_date = 1469.5.3
birth_location = location:florence
artist_skill = 0.90
artist = philosopher
estate = estate_type:burghers_estate
culture = culture:tuscan
script = flo_machiavelli
save_scope_as = target_artist
create_in_limbo = yes
}
}
option = {
name = flavor_flo.46.a
add_prestige = prestige_mild_bonus
scope:target_character = { move_country = root }
trigger_event_silently = { id = flavor_flo.4601 days = { 500 2000 } }
}
}