[flavor_hab.71] 格哈德·冯·奎斯滕贝格登场
时间范围:1600.1.1 - 1650.1.1(每月 10% 概率)
触发条件:
- 国家满足以下任一条件:
- 拥有
geheimrat科技 - 拥有政府改革
hab_geheimer_rat - 拥有政府改革
privy_council
- 拥有
关键效果:
- 历史选项:选择此选项将:
- 获得少量威望加成 (
add_prestige = prestige_mild_bonus) - 将新创建的人物 格哈德·冯·奎斯滕贝格 移动至本国
- 获得少量威望加成 (
背景介绍: 此事件模拟了神圣罗马帝国(奥地利)在17世纪早期,随着枢密院或类似行政机构的建立与发展,一位具备行政与外交才能的官员——格哈德·冯·奎斯滕贝格——可能被招募进入国家服务的历史情境。他出生于科隆,属于市民阶层,其能力设定反映了当时官僚体系中专业人士的典型特征。
完整事件代码:
flavor_hab.71 = { #Gerhard von Questenberg
type = country_event
title = flavor_hab.71.title
desc = flavor_hab.71.desc
fire_only_once = yes
historical_info = flavor_hab.71.historical_info
dynamic_historical_event = {
tag = HAB
from = 1600.1.1
to = 1650.1.1
monthly_chance = 10
}
trigger = {
OR = {
has_advance = geheimrat
has_reform = government_reform:hab_geheimer_rat
has_reform = government_reform:privy_council
}
}
immediate = {
create_character = {
first_name = name_gerard
last_name = von_Questenberg
birth_date = 1586.1.1
birth_location = location:cologne
estate = estate_type:burghers_estate
adm = { 50 80 }
dip = { 50 80 }
mil = { 20 40 }
culture = culture:ripuarian_franconian
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_hab.71.a
historical_option = yes
add_prestige = prestige_mild_bonus
scope:target_character = {
move_country = root
}
}
}