flavor_fra.10 凡尔赛宫的兴建
时间范围:1650.1.1 - 1700.1.1,每月 2% 概率触发
触发条件:
- 政府类型为君主制(
government_type:monarchy)。 - 拥有并控制巴黎地区(
location:paris)。 - 巴黎是首都(
is_capital = yes)。 - 国家拥有统治者(
has_ruler = yes)。
关键效果:
- 选项 A (历史选项):
- 为国家添加名为
fra_commissioning_of_versailles的修正,持续 15 年。 - 在巴黎地区建造建筑
building_type:versailles。
- 为国家添加名为
- 选项 B:
- 增加少量稳定度(
stability_mild_bonus)。 - 减少少量威望(
prestige_mild_penalty)。
- 增加少量稳定度(
背景介绍: 该事件模拟了法国国王路易十四决定在巴黎郊外兴建凡尔赛宫的历史进程。作为绝对君主制的象征,凡尔赛宫的建造不仅是一项浩大的建筑工程,更是国王集中权力、将贵族聚集于宫廷以加强控制的策略。它代表了法国波旁王朝的鼎盛时期,对法国的政治、文化和社会生活产生了深远影响。
完整事件代码:
flavor_fra.10 = { # The Commissioning of Versailles
type = country_event
title = flavor_fra.10.title
desc = flavor_fra.10.desc
historical_info = flavor_fra.10.historical_info
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = fra_ruler
}
}
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1650.1.1
to = 1700.1.1
monthly_chance = 2
}
trigger = {
government_type = government_type:monarchy
owns = location:paris
location:paris = {
is_capital = yes
}
has_ruler = yes
}
option = {
name = flavor_fra.10.a
historical_option = yes
add_country_modifier = { modifier = fra_commissioning_of_versailles years = 15 mode = add }
location:paris = {
construct_building = {
building_type = building_type:versailles
}
}
}
option = {
name = flavor_fra.10.b
add_stability = stability_mild_bonus
add_prestige = prestige_mild_penalty
}
}