[flavor_hab.1501] 格奥尔格·冯·波伊巴赫登场
时间范围
- 事件为一次性触发,无明确起止日期范围。
- 触发概率:未指定每月概率(
monthly_chance未定义)。
触发条件
- 事件为特定国家事件,仅能通过其他事件或条件触发(代码中未定义
trigger字段)。
关键效果
- 选项 A(历史选项):
- 在首都创建一件艺术作品:
- 艺术家:格奥尔格·冯·波伊巴赫
- 品质:77
- 类型:论文(
treatise) - 关键标识:
theoricae_novae_planetarum
- 2年后静默触发事件
flavor_hab.1502
- 在首都创建一件艺术作品:
背景介绍
格奥尔格·冯·波伊巴赫是15世纪奥地利的天文学家与数学家,以其对托勒密天文学体系的改进而闻名。他撰写的《新行星理论》为后世天文学发展奠定了基础,尤其在行星运动模型方面贡献显著。本事件模拟了波伊巴赫作为学者与艺术家,在首都创作重要学术著作的历史情景。
完整事件代码
flavor_hab.1501 = { #Georg von Peuerbach
type = country_event
title = flavor_hab.1501.title
desc = flavor_hab.1501.desc
fire_only_once = yes
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:peasants
background = pop_type:peasants }
character:georg_von_peuerbach = { save_scope_as = target_artist }
}
option = {
name = flavor_hab.1501.a
historical_option = yes
capital = {
create_art = {
artist = scope:target_artist
quality = 77
type = work_of_art_type:treatise
key = theoricae_novae_planetarum
}
}
trigger_event_silently = {
id = flavor_hab.1502
years = 2
}
}
}