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.2000 弗朗西斯科·德·戈雅《着衣的玛哈》

时间范围
1780.1.1 - 1805.1.1,每月 1% 概率触发

触发条件

  • 国家拥有统治者(has_ruler = yes

关键效果

  • 选项 A(flavor_cas.2000.a

    • 增加少量正统性(add_legitimacy = legitimacy_mild_bonus
    • 减少少量金钱(change_gold_effect = { scale = -2 }
    • 在首都创建一幅画作《着衣的玛哈》(key = maja_vestida),由艺术家弗朗西斯科·德·戈雅创作,品质为 91,类型为绘画(work_of_art_type:painting
  • 选项 B(flavor_cas.2000.b

    • 将艺术家弗朗西斯科·德·戈雅流放至随机邻国(move_country = scope:exile_destination

背景介绍
该事件模拟了西班牙画家弗朗西斯科·德·戈雅(Francisco de Goya)在 18 世纪末至 19 世纪初的艺术活动。戈雅是西班牙浪漫主义画派的代表人物,其作品《着衣的玛哈》(La maja vestida)是其著名肖像画之一,展现了他在宫廷艺术中的影响力。事件反映了戈雅可能受到王室赞助创作画作,或因政治、宗教原因被迫流亡的历史可能性。

完整事件代码

flavor_cas.2000 = { #Francisco de Goya La maja vestida
	type = country_event
	title = flavor_cas.2000.title
	desc = flavor_cas.2000.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1780.1.1
		to = 1805.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

		create_character = {
			first_name = name_francis.name_joseph
			last_name = de_goya
			adm = 71
			dip = 79
			mil = 19
			artist = painter
			birth_date = 1746.3.30
			artist_skill = 0.86
			birth_location = location:daroca
			save_scope_as = target_artist
			estate = estate_type:burghers_estate
			script = spa_de_goya_script
		}
		random_neighbor_country = {
			save_scope_as = exile_destination
		}
		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_ruler = yes
	}

	option = {
		name = flavor_cas.2000.a

		add_legitimacy = legitimacy_mild_bonus
		change_gold_effect = { scale = -2 }
		capital = {
			create_art = {
				artist = scope:target_artist
				quality = 91
				type = work_of_art_type:painting
				key =  maja_vestida
			}
		}
	}

	option = {
		name = flavor_cas.2000.b

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