[flavor_nap.114] 纯洁雕像
时间范围
1727年1月1日 - 1777年1月1日,每月 2% 概率触发
触发条件
- 拥有
location:naples地区 - 那不勒斯文化 (
culture:neapolitan) 满足:- 文化影响力 (
cultural_influence) > 50 - 文化传统 (
cultural_tradition) > 50
- 文化影响力 (
关键效果
选项: flavor_nap.114.a (历史选项)
- 为当前文化增加
cultural_influence_mild_bonus的文化影响力 - 增加
prestige_weak_bonus的威望 - 在
location:naples地区创建一件艺术品:- 艺术家:
scope:target_artist(事件中创建的安东尼·科拉迪尼) - 品质:90
- 类型:雕像 (
work_of_art_type:statue) - 标识符:
pudizia
- 艺术家:
背景介绍
该事件模拟了18世纪上半叶,在文化繁荣的那不勒斯,一位来自威尼斯的杰出雕塑家安东尼·科拉迪尼受邀创作的过程。科拉迪尼以其精湛的技艺闻名,他的作品“纯洁”(La Pudizia)雕像成为了这一时期艺术赞助与文化发展的象征,反映了当时统治阶层(贵族阶层)对艺术的支持以及城市文化地位的提升。
完整事件代码
flavor_nap.114 = { #La Pudizia
type = country_event
title = flavor_nap.114.title
desc = flavor_nap.114.desc
illustration_tags = {
10 = happy
10 = exterior
}
fire_only_once = yes
dynamic_historical_event = {
tag = NAP
tag = TWS
from = 1727.1.1
to = 1777.1.1
monthly_chance = 2
}
trigger = {
owns = location:naples
culture:neapolitan = {
cultural_influence > 50
cultural_tradition > 50
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = name_anthony
last_name = Corradini
birth_date = 1688.10.19
adm = 70
dip = 75
mil = 25
birth_location = location:venice
artist = sculptor
estate = estate_type:burghers_estate
artist_skill = 0.85
culture = culture:venetian
save_scope_as = target_artist
}
}
option = {
name = flavor_nap.114.a
historical_option = yes
culture = {
add_cultural_influence = cultural_influence_mild_bonus
}
add_prestige = prestige_weak_bonus
location:naples = {
create_art = {
artist = scope:target_artist
quality = 90
type = work_of_art_type:statue
key = pudizia
}
}
}
}