flavor_fra.15 安德烈-埃居尔·德·弗勒里登场
时间范围:1710.1.1 - 1730.1.1(每月 12% 概率触发)
触发条件:
- 国家宗教为天主教 (
religion = religion:catholic) - 国家拥有君主 (
has_ruler = yes) - 国家拥有继承人 (
has_heir = yes)
关键效果:
- 历史选项 (
historical_option = yes):- 将新创建的人物
安德烈-埃居尔·德·弗勒里移动至法国 (move_country = c:FRA)。 - 为该人物添加一个名为
is_andre_fleury的永久性角色修正 (years = -1)。 - 提升该人物的行政、外交、军事能力各10点 (
add_adm = 10,add_dip = 10,add_mil = 10)。
- 将新创建的人物
背景介绍: 该事件模拟了法国历史上重要的政治人物安德烈-埃居尔·德·弗勒里(André-Hercule de Fleury)在路易十五统治初期登上政治舞台的过程。弗勒里原为教士,后成为路易十五的导师,并最终在1726年至1743年间担任法国的首席大臣,对法国政局产生了深远影响。事件反映了在特定历史时期,具备卓越才能的个体如何被引入国家权力核心。
完整事件代码:
flavor_fra.15 = { # André-Hercule de Fleury
type = country_event
title = flavor_fra.15.title
desc = flavor_fra.15.desc
historical_info = flavor_fra.15.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1710.1.1
to = 1730.1.1
monthly_chance = 12
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = Andre_Hercule
last_name = Fleury
adm = 80
dip = 70
mil = 60
birth_location = location:lodeve
birth_date = 1653.6.22
culture = culture:languedocien
religion = religion:catholic
estate = estate_type:clergy_estate
script = andre_hercule_fleury
save_scope_as = target_character
}
}
trigger = {
religion = religion:catholic
has_ruler = yes
has_heir = yes
}
option = {
name = flavor_fra.15.a
historical_option = yes
scope:target_character = {
move_country = c:FRA
}
scope:target_character = {
add_character_modifier = {
modifier = is_andre_fleury
years = -1
mode = add
}
add_adm = 10
add_dip = 10
add_mil = 10
}
}
}