[flavor_eng.219] 皇家艺术学院的建立
时间范围:1768.1.1 - 1800.1.1,每月 5% 概率
触发条件:
- 国家拥有并控制伦敦地区。
- 国家没有摄政王。
- 政府类型为君主制。
- 满足以下任一条件:
- 国家拥有至少一位艺术家类型为“画家”或“建筑师”且艺术家技能 ≥ 0.75 的人物。
- 特定人物
eng_joshua_reynolds存活。
- 在大不列颠地区内,至少有一个国家拥有的省份拥有至少1级的艺术研究院建筑。
关键效果:
- 选项 A (历史选项):
- 设置变量
royal_academy_of_arts = 1。 - 在首都省份建造建筑
building_type:royal_academy_of_arts(皇家艺术学院)。
- 设置变量
- 选项 B:
- 为伦敦地区添加一个持续120个月的修正
increased_educational_spending(增加教育支出),效果为叠加并延长。 - 为
estate_type:peasants_estate(农民阶层)添加estate_satisfaction_severe_bonus(阶层满意度大幅增益)。 - 为国家添加
prestige_mild_bonus(威望小幅增益)。
- 为伦敦地区添加一个持续120个月的修正
背景介绍: 该事件模拟了18世纪下半叶英国建立皇家艺术学院的历史进程。在乔治三世国王的支持下,由著名画家约书亚·雷诺兹爵士等人推动,皇家艺术学院于1768年在伦敦成立,旨在提升英国的艺术教育水平和专业标准,标志着英国艺术机构化发展的重要里程碑。
完整事件代码:
flavor_eng.219 = {
type = country_event
fire_only_once = yes
title = flavor_eng.219.title
desc = {
first_valid = {
triggered_desc = {
trigger = {
character:eng_joshua_reynolds ?= { is_alive = yes }
}
desc = flavor_eng.219.desc_joshua_reynolds
}
triggered_desc = {
trigger = { always = yes }
desc = flavor_eng.219.desc_random_artist
}
}
}
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1768.1.1
to = 1800.1.1
monthly_chance = 5
}
trigger = {
location:london = {
owner = root
controller = root
}
has_regent = no
government_type = government_type:monarchy
OR = {
any_character = {
owner = root
OR = {
artist_type = painter
artist_type = architect
}
artist_skill >= 0.75
}
character:eng_joshua_reynolds ?= { is_alive = yes }
}
region:great_britain_region = {
any_location_in_region = {
count >= 1
owner ?= root
has_building_with_at_least_one_level = arts_academy
}
}
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
random_character = {
limit = {
owner = root
OR = {
artist_type = painter
artist_type = architect
}
artist_skill >= 0.75
}
save_scope_as = random_artist
}
capital = { save_scope_as = target_location }
character:eng_joshua_reynolds = { save_scope_as = joshua_reynolds }
}
option = {
name = flavor_eng.219.a
historical_option = yes
set_variable = { name = royal_academy_of_arts value = 1 }
capital = {
construct_building = {
building_type = building_type:royal_academy_of_arts
}
}
}
option = {
name = flavor_eng.219.b
location:london = {
add_location_modifier = { modifier = increased_educational_spending months = 120 mode = add_and_extend }
}
add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_bonus }
add_prestige = prestige_mild_bonus
}
historical_info = flavor_eng.219.historical_info
}