flavor_mei.240 哈塞的到来
时间范围:1780.1.1 - 1836.1.1(每月 1% 概率)
触发条件:
- 国家拥有德累斯顿地区。
关键效果:
- 选项 A (历史选项):
- 花费 3 金币。
- 获得少量威望。
- 作曲家约翰·阿道夫·哈塞加入我国。
- 选项 B:
- 损失少量威望。
- (隐藏效果)作曲家约翰·阿道夫·哈塞被移除。
背景介绍: 此事件模拟了18世纪末至19世纪初,作曲家约翰·阿道夫·哈塞可能前往德累斯顿宫廷任职的历史可能性。哈塞是当时欧洲著名的歌剧作曲家,其创作生涯与德累斯顿等地的宫廷音乐生活紧密相连。事件反映了当时宫廷通过聘请知名艺术家来提升文化声望的普遍做法。
完整事件代码:
flavor_mei.240 = { #The Arrival of Hasse
type = country_event
title = flavor_mei.240.title
desc = flavor_mei.240.desc
fire_only_once = yes
historical_info = flavor_mei.240.historical_info
dynamic_historical_event = {
tag = MEI
tag = SAX
from = 1780.1.1
to = 1836.1.1
monthly_chance = 1
}
trigger = {
owns = location:dresden
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
create_character = {
first_name = name_john.name_adolf
last_name = Hasse
birth_date = 1749.9.25
birth_location = location:hamburg
culture = culture:saxon
estate = estate_type:burghers_estate
artist_skill = { 0.75 0.9 }
artist = composer
create_in_limbo = yes
save_scope_as = target_character
}
}
option = {
name = flavor_mei.240.a
historical_option = yes
change_gold_effect = { scale = -3 }
add_prestige = prestige_mild_bonus
scope:target_character = {
move_country = root
}
}
option = {
name = flavor_mei.240.b
add_prestige = prestige_mild_penalty
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}