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_cas.2001 戈雅创作《1808年5月3日》

时间范围:1780.1.1 - 1828.1.1(每月 5% 概率)

触发条件

  • 国家拥有统治者
  • 国家处于战争状态
  • 名为 spa_de_goya_script 的人物存活,且其拥有者为当前国家

关键效果

  • 选项 A
    • 获得少量威望加成
    • 在首都创建一幅艺术作品:
      • 艺术家:戈雅(spa_de_goya_script
      • 品质:93
      • 类型:绘画
      • 标识符:el_tres_de_mayo_de_1808_en_madrid
  • 选项 B
    • 将艺术家戈雅(spa_de_goya_script)迁移至一个随机邻国

背景介绍: 此事件模拟了西班牙浪漫主义画家弗朗西斯科·戈雅创作其著名画作《1808年5月3日》(又名《1808年5月3日的枪杀》)的历史情境。该作品描绘了拿破仑军队在半岛战争期间处决西班牙反抗者的场景,是戈雅艺术生涯的巅峰之作,也是艺术史上对战争残酷性的经典控诉。事件设定在戈雅活跃的晚年时期,正值西班牙政局动荡、战事频发的年代。

完整事件代码

flavor_cas.2001 = { #Francisco de Goya Los fusilamientos del tres de mayo
	hide_portraits = yes
	type = country_event
	title = flavor_cas.2001.title
	desc = flavor_cas.2001.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1780.1.1
		to = 1828.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }

		ruler = {
			save_scope_as = target_ruler
		}
		character:spa_de_goya_script = {
			save_scope_as = target_artist
		}
		random_neighbor_country = {
			save_scope_as = exile_destination
		}
	}

	trigger = {
		has_ruler = yes
		at_war = yes
		character:spa_de_goya_script ?= {
			is_alive = yes
			owner = root
		}
	}

	option = {
		name = flavor_cas.2001.a

		add_prestige = prestige_mild_bonus
		capital = {
			create_art = {
				artist = scope:target_artist
				quality = 93
				type = work_of_art_type:painting
				key =  el_tres_de_mayo_de_1808_en_madrid
			}
		}
	}

	option = {
		name = flavor_cas.2001.b

		scope:target_artist = {
			move_country = scope:exile_destination
		}
	}
}