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.35 帕尔·拉克斯曼德谋杀案

时间范围:1535.1.1 - 1550.1.1(每月 1% 概率)

触发条件

  • 脚本角色 dan_laxmand_script 存活。
  • 控制哥本哈根地区。
  • 拥有在位统治者。

关键效果

  • 选项 A (flavor_dan.35.a)
    • 增加少量威望。
    • 损失金钱(规模系数 -6)。
    • 增加贵族阶层少量满意度。
  • 选项 B (flavor_dan.35.b)
    • 减少少量威望。
    • 获得金钱(规模系数 6)。
    • 减少贵族阶层少量满意度。

背景介绍: 该事件模拟了16世纪中叶丹麦王国的一场政治谋杀。帕尔·拉克斯曼德(Pål Laxmand)是当时一位重要的历史人物,其死亡可能与宫廷斗争或贵族间的权力冲突有关。事件反映了中世纪晚期斯堪的纳维亚地区统治阶层内部的不稳定性和暴力冲突。

完整事件代码

flavor_dan.35 = { #The Murder of Pal Laxmand #GRAVEYARD
	type = country_event
	title = flavor_dan.35.title
	desc = flavor_dan.35.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = DAN
		from = 1535.1.1
		to = 1550.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		character:dan_laxmand_script ?= { save_scope_as = laxmand }
		kill_character_silently = scope:laxmand
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:burghers_estate }
	}

	trigger = {
		character:dan_laxmand_script ?= { is_alive = yes }
		owns = location:kobenhavn
		has_ruler = yes
	}

	option = {
		name = flavor_dan.35.a
		add_prestige = prestige_mild_bonus
		change_gold_effect = { scale = -6 }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}

	option = {
		name = flavor_dan.35.b
		add_prestige = prestige_mild_penalty
		change_gold_effect = { scale = 6 }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
	}
}