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_dan.32 安德斯·索伦森·维德尔登场

时间范围:1572.1.1 - 1602.1.1(每月 10% 概率)

触发条件

  • 事件仅能触发一次 (fire_only_once = yes)。
  • 动态历史事件条件:国家为丹麦 (tag = DAN)。

关键效果

  • 选项 A (flavor_dan.32.a)
    • 花费金币:减少相当于6个月收入的金币 (scale = -6)。
    • 人物操作:将创建的安德斯·索伦森·维德尔 (target_character) 移动至本国。
    • 文化增益:为本文化添加“温和的文化传统增益”与“温和的文化影响力增益”。
  • 选项 B (flavor_dan.32.b)
    • 声望惩罚:获得“温和的声望惩罚”。
    • 隐藏效果:静默杀死创建的安德斯·索伦森·维德尔 (target_character)。

背景介绍: 安德斯·索伦森·维德尔(1542-1616)是丹麦文艺复兴时期的重要历史学家、翻译家和神职人员。他最著名的贡献是将《萨克索·格拉玛提库斯的丹麦史》从拉丁文翻译成丹麦文,并收集整理了丹麦民歌,对丹麦的民族认同和历史意识的塑造起到了关键作用。此事件模拟了丹麦君主决定是否资助这位学者,从而影响国家文化发展的历史抉择。

完整事件代码

flavor_dan.32 = { #Anders Sørensen Vedel
	type = country_event
	title = flavor_dan.32.title
	desc = flavor_dan.32.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = DAN
		from = 1572.1.1
		to = 1602.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	historical_info = flavor_dan.32.historical_info

	immediate = {
		create_character = {
			first_name = name_andrew
			last_name = Sorensen_Vedel
			birth_date = 1542.9.9
			birth_location = location:kolding
			estate = estate_type:clergy_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.8
			culture = culture:danish
			save_scope_as = target_character
			script = dan_sorensen
			create_in_limbo = yes
		}
				event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_dan.32.a
		change_gold_effect = { scale = -6 }
		scope:target_character = {
			move_country = root
		}
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
			add_cultural_influence = cultural_influence_mild_bonus
		}
	}

	option = {
		name = flavor_dan.32.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}