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_eng.127] 汉斯·荷尔拜因与《大使们》

时间范围:1530.1.1 - 1550.1.1(每月 5% 概率)

触发条件

  • 人物 eng_hans_holbein 必须存活。

关键效果

  • 选项 A (历史选项)
    • 在首都创建一幅名为 the_ambassadors 的绘画艺术品。
    • 艺术家为汉斯·荷尔拜因,品质为 100。
    • 为汉斯·荷尔拜因增加 0.03 点艺术家技能。
  • 选项 B
    • 为本文化添加 cultural_tradition_mild_bonuscultural_influence_mild_bonus 效果。

背景介绍: 此事件模拟了德国文艺复兴时期画家汉斯·荷尔拜因在英格兰宫廷的活动。荷尔拜因曾担任亨利八世的宫廷画家,其最著名的作品之一《大使们》创作于1533年,是一幅充满象征意义的双人肖像画,展现了当时欧洲的政治、宗教与科学思潮。该事件反映了荷尔拜因的艺术成就及其对英格兰文艺复兴时期文化的影响。

完整事件代码

flavor_eng.127 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.127.title
	desc = flavor_eng.127.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1530.1.1
		to = 1550.1.1
		monthly_chance = 5
	}
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	
	trigger = {

		character:eng_hans_holbein ?= { is_alive = yes }

	}

	immediate = {

		character:eng_hans_holbein ?= { save_scope_as = hans_holbein }

		capital = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.127.a
		historical_option = yes

			scope:target_location = {
				create_art = {
					artist = scope:hans_holbein
					quality = 100
					location = scope:target_location
					type = work_of_art_type:painting
					key = the_ambassadors
				}
			}

			scope:hans_holbein = {
				add_artist_skill = 0.03
			}
	}

	option = {
		name = flavor_eng.127.b

		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
			add_cultural_influence = cultural_influence_mild_bonus
		}

	}

	historical_info = flavor_eng.127.historical_info

}