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_corfitz_ulfeldt.3] 科菲茨·乌尔费尔特献上财富

时间范围

  • 事件无明确 fromto 日期限制,为动态触发事件。
  • 触发概率:无 monthly_chance 字段,为条件满足时立即触发。

触发条件

  • 脚本角色 corfitz_ulfeldt_script 必须存活且属于玩家国家。
  • 国家必须存在统治者(ruler)。

关键效果

  • 选项 A (flavor_dan_corfitz_ulfeldt.3.a):
    • 历史选项:是 (historical_option = yes)。
    • 核心效果:
      • 获得大量金钱(change_gold_effect = { scale = 10 })。
      • 在 36 至 60 个月后,静默触发事件 flavor_dan_corfitz_ulfeldt.5
  • 选项 B (flavor_dan_corfitz_ulfeldt.3.b):
    • 核心效果:
      • 增加少量威望(add_prestige = prestige_weak_penalty)。

背景介绍

科菲茨·乌尔费尔特是丹麦历史上一位极具争议的贵族和政治家,在三十年战争期间及之后,他作为克里斯蒂安四世和弗雷德里克三世的重臣,积累了巨额财富,但也因腐败和叛国指控而声名狼藉。此事件模拟了乌尔费尔特向统治者献上其部分财富的情景,反映了他在宫廷中的影响力及其财富来源的争议性。

完整事件代码

flavor_dan_corfitz_ulfeldt.3 = { #Corfits Ulfeldt offers a fortune
	type = country_event
	title = flavor_dan_corfitz_ulfeldt.3.title
	desc = flavor_dan_corfitz_ulfeldt.3.desc

	trigger = {
		character:corfitz_ulfeldt_script = {
			is_alive = yes
			owner = root
		}
		exists = ruler
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = { save_scope_as = target_ruler }
	}

	option = {
		name = flavor_dan_corfitz_ulfeldt.3.a
		historical_option = yes
		change_gold_effect = { scale = 10 }
		trigger_event_silently = {
			id = flavor_dan_corfitz_ulfeldt.5
			months = { 36 60 }
		}
	}

	option = {
		name = flavor_dan_corfitz_ulfeldt.3.b
		add_prestige = prestige_weak_penalty
	}
}