[flavor_fra.460] 新宫廷时尚的引入
时间范围
- 起始日期:1620.1.1
- 结束日期:1660.1.1
- 触发概率:每月 20% 概率
触发条件
- 国家必须拥有一位统治者(
has_ruler = yes) - 国家当前未处于战争状态(
at_war = no)
关键效果
选项 A:将新时尚引入欧洲宫廷
- 名称:
flavor_fra.460.a - 历史选项:是
- 效果:
- 增加大量威望(
add_prestige = prestige_severe_bonus) - 添加国家修正
fra_introduce_new_fashion_to_europe,持续 15 年 - 减少金钱(
change_gold_effect = { scale = -6 })
- 增加大量威望(
选项 B:维持当前的宫廷时尚
- 名称:
flavor_fra.460.b - 效果:
- 增加少量正统性(
add_legitimacy = legitimacy_mild_bonus) - 增加 100 金钱(
add_gold = 100)
- 增加少量正统性(
背景介绍
在17世纪上半叶,法国宫廷作为欧洲文化和时尚的中心,其影响力日益增强。这一时期,新的服饰、发型和礼仪风尚不断涌现,并逐渐从法国传播到其他欧洲国家的宫廷。此事件模拟了法国统治者面临的一个选择:是投入资源,积极将法国的新宫廷时尚推广至整个欧洲,以提升国家的文化声望和软实力;还是采取保守态度,维持现状,以巩固国内统治的稳定性和财政状况。
完整事件代码
flavor_fra.460 = { # Introduction of New Court Fasion
type = country_event
title = flavor_fra.460.title
desc = flavor_fra.460.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1620.1.1
to = 1660.1.1
monthly_chance = 20
}
trigger = {
has_ruler = yes
at_war = no
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = fra_ruler
}
random_neighbor_country = {
save_scope_as = adopted_peruke_court
}
}
illustration_tags = {
10 = regular
10 = interior
}
option = { # Introduce the new fashion to the courts of europe
name = flavor_fra.460.a
historical_option = yes
add_prestige = prestige_severe_bonus
add_country_modifier = { modifier = fra_introduce_new_fashion_to_europe years = 15 mode = add }
change_gold_effect = { scale = -6 }
}
option = { # Maintain the current court fashion
name = flavor_fra.460.b
add_legitimacy = legitimacy_mild_bonus
add_gold = 100
}
}