flavor_brapru.4 伊曼努尔·康德登场
时间范围:1760.1.1 - 1775.1.1(每月 2% 概率触发)
触发条件:
- 国家拥有柏林(location:berlin)和柯尼斯堡(location:konigsberg)两地。
关键效果:
- 选项 A:
- 获得少量威望加成(
add_prestige = prestige_mild_bonus)。 - 在柯尼斯堡创建一件艺术作品:
- 类型:论文(
work_of_art_type:treatise) - 作品键:
the_prize_essay - 质量:69
- 创作者:事件生成的伊曼努尔·康德角色(
scope:target_artist)
- 类型:论文(
- 获得少量威望加成(
背景介绍: 此事件模拟了启蒙时代重要哲学家伊曼努尔·康德在普鲁士的登场。康德出生于柯尼斯堡,其思想对现代哲学、伦理学和政治理论产生了深远影响。事件发生时,普鲁士若控制柏林和柯尼斯堡这两大文化中心,将有概率迎来这位思想巨匠,其著作将为国家带来文化与威望的提升。
完整事件代码:
flavor_brapru.4 = { #Immanuel Kant
type = country_event
title = flavor_brapru.4.title
desc = flavor_brapru.4.desc
image = "gfx/interface/illustrations/institutions/enlightenment.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = BRA
tag = PRU
from = 1760.1.1
to = 1775.1.1
monthly_chance = 2
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:burghers background = pop_type:burghers }
create_character = {
first_name = name_emmanuel
last_name = Kant
adm = 62
dip = 32
mil = 8
birth_date = 1724.4.22
birth_location = location:konigsberg
culture = culture:prussian
estate = estate_type:burghers_estate
artist_skill = 0.96
artist = philosopher
save_scope_as = target_artist
script = pru_immanuel_kant
}
}
trigger = {
owns = location:berlin
owns = location:konigsberg
}
option = {
name = flavor_brapru.4.a
add_prestige = prestige_mild_bonus
location:konigsberg = {
create_art = {
artist = scope:target_artist
type = work_of_art_type:treatise
quality = 69
key = the_prize_essay
}
}
}
}