flavor_mos.109 亚伯拉罕·彼得罗维奇·甘尼巴尔登场
时间范围:1700.1.1 - 1755.1.1 (每月 10% 概率触发)
触发条件:
- 满足以下任意一项:
- 与奥斯曼帝国(TUR)接壤。
- 与奥斯曼帝国(TUR)结盟。
- 奥斯曼帝国(TUR)对本国持有“良好关系”意见。
- 北部埃塞俄比亚地区内,至少有一个省份满足以下任意一项:
- 所有者为奥斯曼帝国(TUR)。
- 所有者满足以下任意一项:
- 与奥斯曼帝国(TUR)接壤。
- 是奥斯曼帝国(TUR)的附庸国。
- 正与奥斯曼帝国(TUR)交战。
- 西欧次大陆内,至少有一个不属于本国的省份拥有“大学”建筑。
关键效果:
- 选项 A (历史选项):
- 花费 3 金币。
- 如果法国(FRA)存在且拥有大学,则:
- 将角色“亚伯拉罕·彼得罗维奇·甘尼巴尔”移至法国。
- 该角色军事能力 +20。
- 否则,将角色移至西欧一个拥有大学的随机国家。
- 该角色军事能力 +10。
- 贵族阶层满意度 -10%。
- 设置变量
alexander_pushkin = 1。 - 设置变量
gannibal_studies_abroad = 1,持续 1095 天。
- 选项 B:
- (隐藏效果)处决角色“亚伯拉罕·彼得罗维奇·甘尼巴尔”。
- 国家政策倾向“孤立主义”。
背景介绍: 此事件模拟了亚伯拉罕·彼得罗维奇·甘尼巴尔的登场。他是一位非裔俄国贵族,曾是彼得大帝的教子,后来成为杰出的军事工程师和将军。他更为人知的身份是俄国著名诗人亚历山大·普希金的外曾祖父。事件反映了18世纪初,俄国通过与奥斯曼帝国接触的渠道,可能从非洲(特别是埃塞俄比亚地区)获得人才,并将其送往西欧接受教育的潜在历史路径。
完整事件代码:
flavor_mos.109 = {
type = country_event
title = flavor_mos.109.title
desc = flavor_mos.109.desc
fire_only_once = yes
dynamic_historical_event = {
tag = MOS
tag = RUS
from = 1700.1.1
to = 1755.1.1
monthly_chance = 10
}
trigger = {
OR = {
is_neighbor_of = c:TUR
is_allied_with = { target = c:TUR }
has_opinion = {
target = root
modifier = opinion_good_relations
}
}
area:northern_ethiopia_area = {
any_location_in_area = {
OR = {
owner = c:TUR
owner = {
OR = {
is_neighbor_of = c:TUR
is_subject_of = c:TUR
is_at_war_with = c:TUR
}
}
}
}
}
sub_continent:western_europe = {
any_location_in_sub_continent = {
NOT = { owner = root }
has_building = building_type:university
}
}
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
area:northern_ethiopia_area = {
random_location_in_area = {
limit = {
OR = {
owner = c:TUR
owner = {
is_neighbor_of = c:TUR
}
owner = {
is_subject_of = c:TUR
}
}
}
save_scope_as = target_origin
}
}
create_character = {
first_name = name_abraham
last_name = Petrovich
nickname = Gannibal
estate = estate_type:peasants_estate
adm = 34
dip = 30
mil = 78
age = 14
ethnicity = ethnicity:african_ethnicity
culture = root.dominant_culture
birth_location = scope:target_origin
add_trait = trait:unsuited_for_army_command
add_trait = trait:unsuited_for_naval_command
save_scope_as = abram_petrovich
script = mos_abram_petrovich
create_in_limbo = yes
}
scope:target_origin = {
save_scope_as = target_location
}
scope:abram_petrovich = {
add_character_modifier = {
modifier = refuses_to_serve_in_cabinet
years = -1
mode = add_and_extend
}
}
sub_continent:western_europe = {
random_location_in_sub_continent = {
limit = {
NOT = { owner = root }
has_building = building_type:university
}
save_scope_as = target_location
owner = {
save_scope_as = target_country
}
}
}
event_illustration_government_estate_effect = yes
}
option = {
name = flavor_mos.109.a
historical_option = yes
change_gold_effect = { scale = -3 }
custom_tooltip = flavor_mos.109.tt1
if = {
limit = {
country_exists = c:FRA
c:FRA = {
any_owned_location = {
has_building = building_type:university
}
}
}
scope:abram_petrovich = {
move_country = c:FRA
add_mil = 20
}
custom_tooltip = flavor_mos.109.tt2
}
else = {
sub_continent:western_europe = {
scope:target_country = {
scope:abram_petrovich = {
move_country = prev
add_mil = 10
}
}
}
custom_tooltip = flavor_mos.109.tt3
}
add_estate_satisfaction = { type = estate_type:nobles_estate
value = -0.10
}
custom_tooltip = flavor_mos.109.tt4
set_variable = {
name = alexander_pushkin
value = 1
}
set_variable = {
name = gannibal_studies_abroad
value = 1
days = 1095
}
ai_chance = {
factor = 1
}
}
option = {
name = flavor_mos.109.b
hidden_effect = { kill_character_silently = scope:abram_petrovich }
nudge_towards_isolationism = yes
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_mos.109.historical_info
}