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.220] 约翰·梅尔基奥尔·丁林格

时间范围:1700.1.1 - 1730.1.1(每月 1% 概率)

触发条件

  • 国家标签为 MEISAX

关键效果

  • 选项 A (历史选项)
    • 花费 5 金币。
    • 获得大量威望。
    • 将人物 约翰·梅尔基奥尔·丁林格 移至本国,并赋予其 杰出 特质。
    • 本国文化获得少量文化传统加成。
  • 选项 B
    • 损失大量威望。
    • (隐藏效果)静默处决人物 约翰·梅尔基奥尔·丁林格

背景介绍: 约翰·梅尔基奥尔·丁林格是巴洛克时期著名的德国金匠和珠宝商,以其为萨克森选帝侯奥古斯特二世制作的奢华、精巧的珠宝和艺术品而闻名。此事件模拟了这位杰出艺术家可能被萨克森宫廷或其他德意志邦国招募,从而为国家带来艺术声望与文化发展的历史可能性。

完整事件代码

flavor_mei.220 = { #Johann Melchior Dinglinger
	type = country_event
	title = flavor_mei.220.title
	desc = flavor_mei.220.desc

	fire_only_once = yes

	historical_info = flavor_mei.220.historical_info

	dynamic_historical_event = {
		tag = MEI
		tag = SAX
		from = 1700.1.1
		to = 1730.1.1
		monthly_chance = 1
	}

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

	immediate = {
		create_character = {
			first_name = name_john.name_melchior
			last_name = Dinglinger
			birth_date = 1664.12.26
			birth_location = location:biberach
			culture = culture:swabian
			estate = estate_type:burghers_estate
			artist_skill = { 0.9 1 }
			artist = sculptor
			create_in_limbo = yes
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mei.220.a
		historical_option = yes
		change_gold_effect = { scale = -5 }
		add_prestige = prestige_severe_bonus
		scope:target_character = {
			move_country = root
			add_trait = trait:prominent
		}
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}
	}

	option = {
		name = flavor_mei.220.b
		add_prestige = prestige_severe_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}