Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

[flavor_ven.96] 罗萨尔巴·卡列拉的展览

时间范围

1700.1.1 - 1720.1.1,每月有 1% 的概率触发。

触发条件

  • 国家必须 拥有 威尼斯地区(location:venice)。

关键效果

事件提供两个选项,其中一个为历史选项:

  1. 选项 A (历史选项)

    • 将新创建的人物 罗萨尔巴·卡列拉 移入本国。
    • 获得 轻微的共和传统惩罚republican_tradition_mild_penalty)。
    • 获得 轻微的威望加成prestige_mild_bonus)。
  2. 选项 B

    • 获得 轻微的共和传统加成republican_tradition_mild_bonus)。
    • 获得 轻微的威望惩罚prestige_mild_penalty)。
    • 隐藏效果:静默杀死新创建的人物 罗萨尔巴·卡列拉

背景介绍

此事件模拟了18世纪初威尼斯画家罗萨尔巴·卡列拉的艺术成就及其对威尼斯共和国文化声望的影响。卡列拉以其粉彩肖像画闻名,她的作品展览提升了威尼斯的文化影响力,但同时也可能引发关于传统与创新的社会讨论。事件反映了艺术家的出现如何为一个国家带来声望,以及在接纳新艺术形式时可能面临的传统价值权衡。

完整事件代码

flavor_ven.96 = { #The Exhibition of Rosalba Carriera
	type = country_event
	title = flavor_ven.96.title
	desc = flavor_ven.96.desc

	fire_only_once = yes

	historical_info = flavor_ven.96.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1700.1.1
		to = 1720.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:venice
	}

	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	immediate = {

		location:venice = {
			save_scope_as = target_location
		}
		create_character = {
			first_name = name_rosalba
			last_name = Carriera
			birth_date = 1673.1.12
			culture = culture:venetian
			birth_location = location:venice
			save_scope_as = target_character
			estate = estate_type:burghers_estate
			female = yes
			artist_skill = 0.8
			create_in_limbo = yes

			artist = painter
		}
	}

	option = {
		name = flavor_ven.96.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		add_republican_tradition = republican_tradition_mild_penalty
		add_prestige = prestige_mild_bonus
	}

	option = {
		name = flavor_ven.96.b
		add_republican_tradition = republican_tradition_mild_bonus
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}