flavor_mos.110 阿布拉姆·彼得罗维奇·甘尼巴尔登场
时间范围:1703.1.1 - 1760.1.1(每月 20% 概率) 触发条件:
- 人物
mos_abram_petrovich存活。 - 国家未拥有变量
gannibal_studies_abroad。
关键效果:
- 选项 A (历史选项):
- 将人物
mos_abram_petrovich移动至触发国。 - 获得少量科研进度加成。
- 获得少量陆军传统加成。
- AI选择权重:1。
- 将人物
- 选项 B:
- 将人物
mos_abram_petrovich移动至触发国。 - 移除其特质
unsuited_for_army_command和unsuited_for_naval_command。 - 为其添加持续至游戏结束的修正
gannibal。 - 为国家添加持续10年(可叠加延长)的修正
siege_artillery_engineer。 - AI选择权重:0.5。
- 将人物
- 选项 C:
- 将人物
mos_abram_petrovich移动至触发国。 - 移除其修正
refuses_to_serve_in_cabinet。 - 为国家添加持续10年(可叠加延长)的修正
fortress_forger。 - AI选择权重:0.5。
- 将人物
- 选项 D:
- 贵族阶层满意度提升 10%。
- AI选择权重:0.5。
背景介绍: 此事件涉及阿布拉姆·彼得罗维奇·甘尼巴尔,一位具有非洲血统的俄国军事工程师、贵族,也是诗人亚历山大·普希金的曾外祖父。他幼年被俘并带到俄国,成为彼得大帝的教子,后赴法国学习军事工程学。回国后,他成为俄国重要的军事工程师和将军,对18世纪俄国的军事建设和要塞防御体系做出了贡献。该事件模拟了这位传奇人物在俄国宫廷登场并发挥作用的时刻。
完整事件代码:
flavor_mos.110 = {
type = country_event
title = flavor_mos.110.title
desc = flavor_mos.110.desc
fire_only_once = yes
dynamic_historical_event = {
tag = MOS
tag = RUS
from = 1703.1.1
to = 1760.1.1
monthly_chance = 20
}
illustration_tags = {
10 = happy
10 = exterior
}
trigger = {
character:mos_abram_petrovich ?= {
is_alive = yes
}
NOT = {
has_variable = gannibal_studies_abroad
}
}
immediate = {
capital = {
save_scope_as = target_location
}
character:mos_abram_petrovich = {
save_scope_as = abram_petrovich
}
event_illustration_government_estate_effect = yes
}
option = {
name = flavor_mos.110.a
historical_option = yes
scope:abram_petrovich = {
move_country = root
}
add_research_progress = research_progress_mild_bonus
add_army_tradition = army_tradition_mild_bonus
custom_tooltip = flavor_mos.110.tt1
ai_chance = {
factor = 1
}
}
option = {
name = flavor_mos.110.b
scope:abram_petrovich = {
move_country = root
remove_trait = trait:unsuited_for_army_command
remove_trait = trait:unsuited_for_naval_command
add_character_modifier = {
modifier = gannibal
years = -1
mode = add_and_extend
}
}
add_country_modifier = {
modifier = siege_artillery_engineer
years = 10
mode = add_and_extend
}
ai_chance = {
factor = 0.5
}
}
option = {
name = flavor_mos.110.c
scope:abram_petrovich = {
move_country = root
remove_character_modifier = refuses_to_serve_in_cabinet
}
add_country_modifier = {
modifier = fortress_forger
years = 10
mode = add_and_extend
}
ai_chance = {
factor = 0.5
}
}
option = {
name = flavor_mos.110.d
add_estate_satisfaction = { type = estate_type:nobles_estate
value = 0.10
}
custom_tooltip = flavor_mos.110.tt2
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_mos.110.historical_info
}