flavor_fra.20 卢梭出版《社会契约论》
时间范围
1762年1月1日 - 1764年1月1日(每月 75% 概率触发)
触发条件
- 拥有巴黎(Paris)地区
关键效果
- 选项 A(历史选项):
- 文化获得轻微加成(
cultural_influence_mild_bonus) - 国家威望获得轻微加成(
prestige_mild_bonus) - 在巴黎地区创建一件艺术作品:
- 类型:论著(
work_of_art_type:treatise) - 关键标识:
the_social_contract - 质量:93
- 创作者:让-雅克·卢梭(
scope:target_artist)
- 类型:论著(
- 文化获得轻微加成(
背景介绍
1762年,法国启蒙思想家让-雅克·卢梭在巴黎出版了《社会契约论》。这部著作系统阐述了人民主权、社会契约与公意等核心政治理念,对法国大革命及近代民主政治思想产生了深远影响。该事件标志着启蒙运动在法国的深入发展,并为后续的政治变革奠定了理论基础。
完整事件代码
flavor_fra.20 = { # Rousseau Publishes 'The Social Contract'
type = country_event
title = flavor_fra.20.title
desc = flavor_fra.20.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1762.1.1
to = 1764.1.1
monthly_chance = 75
}
trigger = {
owns = location:paris
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = Jean_Jacques
last_name = Rousseau
adm = 42
dip = 82
mil = 21
birth_date = 1712.6.28
birth_location = location:geneve
culture = culture:french
religion = religion:catholic
artist_skill = 0.95
artist = philosopher
estate = estate_type:burghers_estate
save_scope_as = target_artist
script = fra_jean_jacques_rousseau
}
}
option = {
name = flavor_fra.20.a
culture = {
add_cultural_influence = cultural_influence_mild_bonus
}
add_prestige = prestige_mild_bonus
location:paris = {
create_art = {
artist = scope:target_artist
quality = 93
type = work_of_art_type:treatise
key = the_social_contract
}
}
}
}