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_hol.14] 墨卡托登场

时间范围:1540.1.1 - 1590.1.1(每月 2% 概率触发)

触发条件

  • 事件仅能触发一次。
  • 国家标签为 FLANED

关键效果

  • 选项 A (flavor_hol.14.a):
    • 增加少量陆军传统。
    • 增加少量海军传统。
    • 将创建的人物 Gerard Mercator de Kremer 移动至本国。
  • 选项 B (flavor_hol.14.b):历史选项
    • 获得大量研究进度加成。
    • 将创建的人物 Gerard Mercator de Kremer 移动至本国。

背景介绍: 此事件标志着制图学家杰拉杜斯·墨卡托的登场。墨卡托出生于1512年的佛兰德斯,以其发明的“墨卡托投影法”而闻名,该方法极大地改善了航海图的精度,对地理学和航海术的发展产生了深远影响。在16世纪中后期,他的工作为荷兰等低地国家的海上探索与贸易扩张提供了重要的技术支持。

完整事件代码

flavor_hol.14 = {
	type = country_event
	title = flavor_hol.14.title
	desc = flavor_hol.14.desc
	historical_info = flavor_hol.14.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = FLA
		tag = NED
		from = 1540.1.1
		to = 1590.1.1
		monthly_chance = 2
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_gerard
			last_name = Mercator_de_kremer
			adm = 57
			dip = 77
			mil = 17
			birth_date = 1512.3.5
			birth_location = location:sint_niklaas
			estate = estate_type:burghers_estate
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}
	option = {
		name = flavor_hol.14.a
		add_army_tradition = army_tradition_mild_bonus
		add_navy_tradition = navy_tradition_mild_bonus
		scope:target_character = { move_country = root }
	}
	option = {
		name = flavor_hol.14.b
		historical_option = yes
		add_research_progress = research_progress_severe_bonus
		scope:target_character = { move_country = root }
	}
}