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.21 彼得·托登舍尔德登场

时间范围:1715.1.1 - 1725.1.1(每月 2% 概率)

触发条件

  • 拥有或拥有非宗主附庸国拥有尼达罗斯(location:nidaros)地区。
  • 拥有哥本哈根(location:kobenhavn)地区。

关键效果

  • 选项 A (历史选项)
    • 获得海军传统惩罚(navy_tradition_weak_penalty)。
    • 目标人物彼得·托登舍尔德获得“拒绝在内阁任职”修正(持续至游戏结束),并加入我国。
  • 选项 B
    • 获得海军传统奖励(navy_tradition_weak_bonus)。
    • 社会价值观向“传统主义 vs 创新”的左侧(传统主义)移动。
    • 放逐目标人物彼得·托登舍尔德。

背景介绍: 此事件模拟了丹麦-挪威联合王国海军英雄彼得·托登舍尔德在北方战争后期的登场。托登舍尔德以其大胆的战术和领导才能闻名,尤其在1715年至1720年间对瑞典海军的行动中表现出色。事件反映了丹麦在战后时期吸纳军事人才的选择,以及传统海军精英对新晋“明星”指挥官可能存在的排斥态度。

完整事件代码

flavor_dan.21 = { #Peter Tordenskjold
	type = country_event
	title = flavor_dan.21.title
	desc = flavor_dan.21.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1715.1.1
		to = 1725.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		create_character = {
			first_name = name_peter
			nickname = nick_tordenskjold
			last_name = jansen_wessel
			adm = 71
			dip = 53
			mil = 93
			birth_date = 1690.10.28
			birth_location = location:nidaros
			add_trait = trait:naval_showman
			estate = estate_type:nobles_estate
			culture = culture:danish
			save_scope_as = target_character
			script = dan_nor_tordenskold
			create_in_limbo = yes
		}
	}

	trigger = {
		owns_or_non_sovereign_subject_owns = location:nidaros
		owns = location:kobenhavn
	}

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

		add_navy_tradition = navy_tradition_weak_penalty
		scope:target_character = {
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
			move_country = root
		}
	}

	option = {
		name = flavor_dan.21.b

		add_navy_tradition = navy_tradition_weak_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
		
		scope:target_character = { banish_character = yes }
	}
}