[flavor_hab.1900] 塞缪尔·奥本海默登场
时间范围
1655.1.1 - 1703.1.1(每月 1% 概率)
触发条件
- 控制维也纳地区(
owns = location:vienna)
关键效果
-
选项 A(
flavor_hab.1900.a)- 设置变量
samuel_oppenheimer_hired - 减少金钱(
change_gold_effect = { scale = -2 }) - 将塞缪尔·奥本海默移至本国(
move_country = root)
- 设置变量
-
选项 B(
flavor_hab.1900.b)- 驱逐塞缪尔·奥本海默(
banish_character = yes)
- 驱逐塞缪尔·奥本海默(
背景介绍
塞缪尔·奥本海默(1630–1703)是17世纪后期哈布斯堡君主国的重要犹太银行家与军需供应商。他在维也纳宫廷中扮演关键角色,为帝国军队提供资金与物资,尤其在对抗奥斯曼帝国的战争中贡献显著。该事件模拟了奥本海默在维也纳寻求机会、为君主国服务的可能性。
完整事件代码
flavor_hab.1900 = { #Samuel Oppenheimer
type = country_event
title = flavor_hab.1900.title
desc = flavor_hab.1900.desc
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1655.1.1
to = 1703.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
create_character = {
first_name = name_samuel
last_name = oppenheimer
birth_date = 1630.6.21
birth_location = location:heidelberg
adm = 78
dip = 75
mil = 46
estate = estate_type:burghers_estate
religion = religion:judaism
create_in_limbo = yes
save_scope_as = target_character
script = hab_samuel_oppenheimer
}
}
trigger = {
owns = location:vienna
}
option = {
name = flavor_hab.1900.a
set_variable = samuel_oppenheimer_hired
change_gold_effect = { scale = -2 }
scope:target_character = {
move_country = root
}
}
option = {
name = flavor_hab.1900.b
scope:target_character = { banish_character = yes }
}
}