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.15 尼尔斯·尤尔提供效忠

时间范围:1649.1.1 - 1690.1.1(每月 5% 概率)

触发条件

  • 拥有或拥有非宗主附庸国拥有奥斯陆(Oslo)地区。

关键效果

  • 选项 A (历史选项)
    • 增加海军传统(navy_tradition_mild_bonus)。
    • 对尼尔斯·尤尔添加角色修正 refuses_to_serve_in_cabinet,持续时间为 -1 年(模式为添加并延长)。
  • 选项 B
    • 增加威望(prestige_mild_bonus)。
    • 对尼尔斯·尤尔添加角色修正 block_leading_armies_or_navies,持续时间为 -1 年(模式为添加并延长)。

背景介绍: 尼尔斯·尤尔是17世纪丹麦-挪威联合王国最杰出的海军指挥官之一。他在第二次北方战争和斯堪尼亚战争中指挥丹麦海军取得了多次关键胜利,尤其是在1677年的克厄湾海战中,他成功击败了瑞典舰队,巩固了丹麦在波罗的海的海上优势。此事件模拟了这位传奇海军上将向国家效忠的时刻,他的加入将显著提升丹麦的海军实力。

完整事件代码

flavor_dan.15 = { #Niels Juel offers service
	type = country_event
	title = flavor_dan.15.title
	desc = flavor_dan.15.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1649.1.1
		to = 1690.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = armed
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_nicholas
			last_name = Juel
			adm =78
			dip = 86
			mil = 95
			birth_date = 1629.5.8
			birth_location = location:oslo
			culture = culture:danish
			estate = estate_type:nobles_estate
			script = dan_niels_juel
			add_trait = trait:ruthless_blockader
			save_scope_as = target_character
		}
	}

	trigger = {
		owns_or_non_sovereign_subject_owns = location:oslo #double check with Kalmar Union Work
	}

	option = {
		name = flavor_dan.15.a
		historical_option = yes

		add_navy_tradition = navy_tradition_mild_bonus
		scope:target_character = {
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
		}
	}

	option = {
		name = flavor_dan.15.b

		add_prestige = prestige_mild_bonus
		scope:target_character = {
			add_character_modifier = {
				modifier = block_leading_armies_or_navies
				years = -1
				mode = add_and_extend
			}
		}
	}
}