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.39 丹麦殖民帝国

时间范围:1400.1.1 - 1837.1.1,每月 1% 概率触发

触发条件

  • 国家在美洲大陆拥有存在。
  • 国家在非洲大陆拥有存在。
  • 国家在亚洲大陆拥有存在。

关键效果

  • 选项 A
    • 获得巨额威望加成。
    • 获得巨额正统性加成。
    • 获得巨额稳定度加成。

背景介绍: 该事件模拟了丹麦在历史上建立其殖民帝国的努力。当丹麦王国(DAN)的势力范围同时扩展到美洲、非洲和亚洲时,标志着其全球殖民网络的形成,这一成就极大地提升了国家的威望、统治的合法性以及内部的稳定。

完整事件代码

flavor_dan.39 = { #Danish Colonial Empire
	type = country_event
	title = flavor_dan.39.title
	desc = flavor_dan.39.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1400.1.1
		to = 1837.1.1
		monthly_chance = 1
	}

	historical_info = flavor_dan.39.historical_info

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_peasants_foreign_religion_pop_type_effect = yes
	}

	trigger = {
		has_presence_in = continent:america
		has_presence_in = continent:africa
		has_presence_in = continent:asia
	}

	option = {
		name = flavor_dan.39.a
		add_prestige = prestige_extreme_bonus
		add_legitimacy = legitimacy_extreme_bonus
		add_stability = stability_extreme_bonus
	}
}