[flavor_brapru.39] 格奥尔格·威廉·弗里德里希·黑格尔
时间范围
1805.1.1 - 1830.1.1,每月 2% 概率触发。
触发条件
- 国家拥有柏林地区。
关键效果
选项 A (历史选项):
- 将人物“格奥尔格·威廉·弗里德里希·黑格尔”移动至本国。
- 社会价值观“传统主义 vs 创新”大幅向右移动(倾向于创新)。
选项 B:
- 社会价值观“传统主义 vs 创新”大幅向左移动(倾向于传统主义)。
- (隐藏效果)静默移除人物“格奥尔格·威廉·弗里德里希·黑格尔”。
背景介绍
该事件模拟了德国哲学家格奥尔格·威廉·弗里德里希·黑格尔在普鲁士或勃兰登堡的活动。黑格尔是德国唯心主义哲学的代表人物,其思想对后世哲学、政治理论产生了深远影响。事件设定在19世纪初,正值黑格尔思想成熟并开始在柏林大学任教的时期,反映了哲学思想对国家社会价值观(传统与创新)的潜在塑造作用。
完整事件代码
flavor_brapru.39 = { #Georg Wilhelm Friedrich Hegel
type = country_event
title = flavor_brapru.39.title
desc = flavor_brapru.39.desc
fire_only_once = yes
dynamic_historical_event = {
tag = BRA
tag = PRU
from = 1805.1.1
to = 1830.1.1
monthly_chance = 2
}
illustration_tags = {
10 = regular
10 = interior
}
trigger = {
owns = location:berlin
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
create_character = {
first_name = name_george.name_william.name_frederick
last_name = Hegel
birth_date = 1769.9.14
birth_location = location:stuttgart
culture = culture:swabian
estate = estate_type:burghers_estate
artist_skill = { 0.8 0.95 }
artist = philosopher
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_brapru.39.a
historical_option = yes
scope:target_character = {
move_country = root
}
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_right }
}
option = {
name = flavor_brapru.39.b
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_left }
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}