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_hsa.8 汉萨同盟艺术家伯恩特·诺特克登场

时间范围:1460.6.1 - 1515.6.1(每月 2% 概率触发)

触发条件

  • 国家文化维护度大于 0.8
  • 国家威望大于 30
  • 已接纳“文艺复兴”思潮

关键效果

  • 选项 A (flavor_hsa.8.a)
    • 将脚本人物 bernt_notke_script(伯恩特·诺特克)移动至本国。
    • 消耗一定数量的金钱(效果为 change_gold_effect = { scale = -3 })。
  • 选项 B (flavor_hsa.8.b)
    • 对本国文化施加轻微的文化传统与文化影响力惩罚。
    • 损失少量国家威望。
    • 放逐事件创建的人物 target_character

背景介绍: 此事件模拟了文艺复兴时期,汉萨同盟(HSA)或吕贝克(LUB)等北德地区在文化繁荣与商业成功的背景下,吸引或培养杰出艺术家的可能性。事件核心人物伯恩特·诺特克(Bernt Notke)是历史上一位著名的晚期哥特式画家与雕塑家,活跃于吕贝克。事件反映了当时富裕的商业城邦通过赞助艺术来提升文化声望,或选择忽视艺术发展可能带来的文化停滞。

完整事件代码

flavor_hsa.8 = {
	hide_portraits = yes
	type = country_event
	title = flavor_hsa.8.title
	desc = flavor_hsa.8.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HSA
		tag = LUB
		from = 1460.6.1
		to = 1515.6.1
		monthly_chance = 2
	}

	trigger = {
		cultural_maintenance > 0.8
		prestige > 30
		has_embraced_institution = institution:renaissance
	}

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

	immediate = {
		save_scope_as = target_country
		create_character = {
			first_name = name_bernard
			last_name = Notke
			estate = estate_type:burghers_estate
			birth_date = 1440.6.1
			adm = 27
			dip = 33
			mil = 15
			birth_location = location:tallinn
			culture = culture:german_baltic
			artist = painter
			artist_skill = 0.75
			create_in_limbo = yes
			script = bernt_notke_script
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_hsa.8.a

		character:bernt_notke_script = { move_country = root }
		custom_tooltip = hsa_bernt_notke_tt
		change_gold_effect = { scale = -3 }
	}

	option = {
		name = flavor_hsa.8.b

		culture = {
			add_cultural_tradition = cultural_tradition_mild_penalty
			add_cultural_influence = cultural_influence_mild_penalty
		}
		add_prestige = prestige_mild_penalty
		scope:target_character = { banish_character = yes }
	}
}