[flavor_fra.23] 勒内·笛卡尔登场
时间范围:1630.1.1 - 1660.1.1(每月 7% 概率)
触发条件:
- 事件仅能触发一次。
- 动态历史事件,仅限国家标签为
FRA(法兰西)的国家。 - 事件在指定时间范围内(1630年1月1日至1660年1月1日)有概率发生。
关键效果:
- 选项 A:
- 获得巨量研究进度加成(
add_research_progress = research_progress_extreme_bonus)。 - 将创建的人物(勒内·笛卡尔)移动至法兰西国家(
move_country = c:FRA)。
- 获得巨量研究进度加成(
背景介绍: 该事件标志着近代哲学与科学的重要奠基人之一——勒内·笛卡尔(René Descartes)在游戏中的登场。笛卡尔是法国著名的哲学家、数学家和科学家,其“我思故我在”的哲学思想以及创立解析几何的贡献,对欧洲的科学革命与启蒙运动产生了深远影响。此事件模拟了这位关键思想人物在法兰西文化鼎盛时期出现,并可能为国家带来知识进步的契机。
完整事件代码:
flavor_fra.23 = { # René Descartes
type = country_event
title = flavor_fra.23.title
desc = flavor_fra.23.desc
historical_info = flavor_fra.23.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1630.1.1
to = 1660.1.1
monthly_chance = 7
}
image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
immediate = {
create_character = {
first_name = name_renatus
last_name = Descartes
adm = 92
dip = 82
mil = 15
birth_date = 1596.3.31
birth_location = location:paris
culture = culture:french
religion = religion:catholic
artist_skill = 0.90
artist = philosopher
estate = estate_type:burghers_estate
script = fra_rene_descartes
create_in_limbo = yes
}
character:fra_rene_descartes ?= {
save_scope_as = target_character
}
}
option = {
name = flavor_fra.23.a
add_research_progress = research_progress_extreme_bonus
scope:target_character = {
move_country = c:FRA
}
}
}