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.1100] 佩德尔·奥克塞被流放?

时间范围:1552.1.1 - 1560.1.1(每月 4% 概率)

触发条件

  • 拥有 kobenhavn 地区。
  • 拥有统治者。

关键效果

  • 选项 A (历史选项)
    • 声望获得少量增益 (prestige_weak_bonus)。
    • 流放目标人物 (banish_character)。
    • 在6年后静默触发事件 flavor_dan.1101
  • 选项 B
    • 政府点数受到轻微惩罚 (government_power_mild_penalty)。
    • 将目标人物移动至本国 (move_country = root)。

背景介绍: 佩德尔·奥克塞是16世纪丹麦的一位重要贵族和政治家,以其卓越的财政管理能力而闻名。在1550年代初期,他因卷入宫廷政治斗争和财政改革引发的冲突而失势。本事件模拟了丹麦统治者面临是否将这位才华横溢但颇具争议的人物驱逐出境的抉择,这一决定将对王国的财政和政治稳定产生深远影响。

完整事件代码

flavor_dan.1100 = { #Peder Oxe pushed into exile? #PRISON
	type = country_event
	title = flavor_dan.1100.title
	desc = flavor_dan.1100.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1552.1.1
		to = 1560.1.1
		monthly_chance = 4
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_peter
			last_name = Oxe
			adm = 83
			dip = 82
			mil = 68
			birth_date = 1520.1.7
			birth_location = location:kobenhavn
			culture = culture:danish
			estate = estate_type:nobles_estate
			save_scope_as = target_character
			script = dan_peder_oxe
			create_in_limbo = yes
		}
	}

	trigger = {
		owns = location:kobenhavn
		has_ruler = yes
	}

	option = {
		name = flavor_dan.1100.a
		historical_option = yes
		custom_tooltip = flavor_dan.1100.a.tt
		add_prestige = prestige_weak_bonus
		
		scope:target_character = { banish_character = yes }
		trigger_event_silently = {
			id = flavor_dan.1101
			years = 6
		}
	}
	option = {
		name = flavor_dan.1100.b
		add_government_power = government_power_mild_penalty
		scope:target_character = { move_country = root }
	}
}