flavor_mos.115 詹姆斯·布鲁斯的到来
时间范围:1687年1月1日 - 1735年1月1日,每月 5% 概率触发
触发条件:
- 国家已解锁“官阶表”科技。
- 国家拥有并控制莫斯科地区。
关键效果:
- 选项 A (历史选项):
- 詹姆斯·布鲁斯加入我国。
- 显示自定义提示
flavor_mos.115.tt2。 - AI 选择权重:100%。
- 选项 B:
- 詹姆斯·布鲁斯加入我国。
- 为其添加以下角色修正:
refuses_to_serve_in_cabinet(拒绝在内阁任职)artillery_maestro(炮兵大师)
- 显示自定义提示
flavor_mos.115.tt3。 - AI 选择权重:50%。
- 选项 C:
- 秘密处决詹姆斯·布鲁斯。
- 获得少量威望加成 (
prestige_mild_bonus)。 - AI 选择权重:50%。
背景介绍: 此事件模拟了苏格兰裔军事工程师、科学家詹姆斯·布鲁斯(James Bruce)在17世纪末至18世纪初为俄罗斯帝国服务的历史可能性。布鲁斯以其在炮兵、工程学和天文学方面的才能而闻名,在彼得大帝的现代化改革中发挥了作用。事件反映了俄罗斯帝国从西欧引进技术和人才,以加强其军事和科学实力的历史进程。
完整事件代码:
flavor_mos.115 = {
type = country_event
title = flavor_mos.115.title
desc = flavor_mos.115.desc
image = "gfx/interface/illustrations/institutions/artillery_institution.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = MOS
tag = RUS
from = 1687.1.1
to = 1735.1.1
monthly_chance = 5
}
trigger = {
has_advance = table_of_ranks
location:moscow = {
owner = root
controller = root
}
}
immediate = {
capital = {
save_scope_as = target_location
}
create_character = {
first_name = name_james
last_name = Bruce
estate = estate_type:peasants_estate
adm = 90
dip = 22
mil = 90
birth_date = 1669.1.1
culture = culture:scottish
birth_location = location:moscow
save_scope_as = james_bruce
script = mos_james_bruce
}
}
option = {
name = flavor_mos.115.a
historical_option = yes
scope:james_bruce = { move_country = root }
custom_tooltip = flavor_mos.115.tt2
ai_chance = {
factor = 1
}
}
option = {
name = flavor_mos.115.b
scope:james_bruce = {
move_country = root
add_character_modifier = {
modifier = refuses_to_serve_in_cabinet
years = -1
mode = add_and_extend
}
add_character_modifier = {
modifier = artillery_maestro
years = -1
mode = add_and_extend
}
}
custom_tooltip = flavor_mos.115.tt3
ai_chance = {
factor = 0.5
}
}
option = {
name = flavor_mos.115.c
hidden_effect = { kill_character_silently = scope:james_bruce }
add_prestige = prestige_mild_bonus
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_mos.115.historical_info
}