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.28 文兰的再发现

时间范围:1337.1.1 - 1836.1.1(每月 2% 概率)

触发条件

  • 玩家国家为丹麦(tag = DAN)。
  • 在加拿大地区(region:canada_region)内,至少有一个沿海省份(is_coastal = yes)已被本国(root)发现(is_discovered_by = root)。

关键效果

  • 选项flavor_dan.28.a
    • 获得少量威望加成(add_prestige = prestige_mild_bonus)。

背景介绍: 该事件模拟了丹麦(或代表北欧文化圈的势力)重新“发现”或探索北美文兰(Vinland)地区的历史可能性。文兰是北欧探险家在约公元1000年左右到达的北美地区,但此后与欧洲的联系中断。在游戏时间线内,若丹麦的探险家或殖民者再次抵达加拿大沿海,将触发此事件,象征着对这段古老航海历史的重新连接与宣称,并为国家带来声望。

完整事件代码

flavor_dan.28 = { #The Rediscovery of Vinland
	type = country_event
	title = flavor_dan.28.title
	desc = flavor_dan.28.desc
	image = "gfx/interface/illustrations/institutions/new_world.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1337.1.1
		to = 1836.1.1
		monthly_chance = 2
	}

	historical_info = flavor_dan.28.historical_info

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		region:canada_region = {
			any_location_in_region = {
				is_coastal = yes
				is_discovered_by = root
			}
		}
	}

	option = {
		name = flavor_dan.28.a
		add_prestige = prestige_mild_bonus
	}
}