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_mei.20 老卢卡斯·克拉纳赫

时间范围:1505.1.1 - 1555.1.1 (每月 10% 概率触发)

触发条件

  • 宗教:路德宗 (lutheran) 已启用 (is_religion_enabled = yes)。
  • 文化:萨克森文化 (saxon) 的文化影响力 (cultural_influence) 大于 20,且文化传统 (cultural_tradition) 大于 20。

关键效果

  • 选项 A (历史选项)
    • 将创建的人物 target_character 移动至触发事件的国家。
    • 社会价值观:使 spiritualist_vs_humanist 向“右”移动 (societal_value_move_to_right)。
  • 选项 B
    • 将创建的人物 target_character 移动至触发事件的国家。
    • 社会价值观:使 spiritualist_vs_humanist 向“左”移动 (societal_value_move_to_left)。

背景介绍: 此事件模拟了德国文艺复兴时期重要画家、版画家老卢卡斯·克拉纳赫的登场。他以其宗教题材画作、肖像画以及对萨克森选帝侯宫廷的服务而闻名,是宗教改革时期重要的艺术家之一,其作品风格与路德宗的发展紧密相连。

完整事件代码

flavor_mei.20 = { #Lucas Cranach the Elder
	type = country_event
	title = flavor_mei.20.title
	desc = flavor_mei.20.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = MEI
		from = 1505.1.1
		to = 1555.1.1
		monthly_chance = 10
	}

	trigger = {
		religion:lutheran = { is_religion_enabled = yes }
		culture:saxon = {
			cultural_influence > 20
			cultural_tradition > 20
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_lucas
			last_name = cranach
			nickname = nick_the_elder
			birth_date = 1472.10.4
			birth_location = location:kronach
			artist_skill = 0.80
			artist = painter
			save_scope_as = target_character
			estate = estate_type:burghers_estate
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_mei.20.a
		historical_option = yes
		scope:target_character = { move_country = root }
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}
	}

	option = {
		name = flavor_mei.20.b
		scope:target_character = { move_country = root }
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}
	}
	historical_info = flavor_mei.20.historical_info
}