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.33 奥托·鲁德登场

时间范围:1545.1.1 - 1560.1.1(每月 10% 概率)

触发条件

  • 事件仅对标签为 DAN(丹麦)的国家触发一次。

关键效果

  • 选项 A
    • 花费 6 金币。
    • 获得少量海军传统。
    • 创建并招募人物 奥托·鲁德,使其成为本国海军将领(随机获得一项海军特质),并为其添加“拒绝在内阁任职”的负面特质。
  • 选项 B
    • 损失少量威望。
    • (隐藏效果)移除人物 奥托·鲁德

背景介绍: 奥托·鲁德是16世纪中叶丹麦的一位海军人物。此事件模拟了丹麦王国在海军建设过程中,可能招募到这位具有潜力的海军将领的抉择。选择投资招募他可以为海军带来增益,但也需承担其不愿参与行政事务的代价;而选择放弃则可能错失一位海军人才,并影响国家声望。

完整事件代码

flavor_dan.33 = { #Otto Ruud
	type = country_event
	title = flavor_dan.33.title
	desc = flavor_dan.33.desc
	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_naval_supplies.dds"

	fire_only_once = yes

	dynamic_historical_event = {
		tag = DAN
		from = 1545.1.1
		to = 1560.1.1
		monthly_chance = 10
	}

	immediate = {
		create_character = {
			first_name = name_otto
			last_name = Ruud
			birth_date = 1520.4.2
			birth_location = location:kobenhavn
			estate = estate_type:nobles_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			culture = culture:danish
			script = dan_otte_rud
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_dan.33.a
		change_gold_effect = { scale = -6 }
		add_navy_tradition = navy_tradition_mild_bonus
		scope:target_character = {
			add_random_trait_from_category = admiral
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
			move_country = root
		}
	}

	option = {
		name = flavor_dan.33.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}