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_ned.3 弗雷德里克·柯伊特登场

时间范围

  • 事件窗口:1640.1.1 - 1680.1.1
  • 触发概率:每月 2% 概率

触发条件

  • 国家:必须为 NED(荷兰)
  • 事件性质:为动态历史事件,且 fire_only_once = yes(仅触发一次)

关键效果

选项 A(历史选项)

  • 名称flavor_ned.3.a
  • 效果
    • 将创建的人物 弗雷德里克·柯伊特 移动至本国(荷兰)
    • 为该人物增加 10 点行政能力(add_adm = 10

选项 B

  • 名称flavor_ned.3.b
  • 效果
    • 将创建的人物 弗雷德里克·柯伊特 移动至 target_country(与荷兰同宗教且威望最高的国家)

背景介绍

此事件模拟了弗雷德里克·柯伊特(Frederick Coyett)——一位瑞典裔的荷兰东印度公司官员——在17世纪中后期可能为荷兰共和国服务的历史可能性。柯伊特在历史上以其在台湾(福尔摩沙)的统治以及后来向郑成功投降而闻名。该事件为荷兰提供了一个机会,将这位具有特定行政和外交能力的人物纳入其官僚体系或商人阶层(市民阶层),以增强国家实力。

完整事件代码

flavor_ned.3 = {
	type = country_event

	title = flavor_ned.3.title
	desc = flavor_ned.3.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = NED
		from = 1640.1.1
		to = 1680.1.1
		monthly_chance = 2
	}

	historical_info = flavor_ned.3.historical_info

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_frederick
			last_name = Coyett
			culture = culture:swedish
			birth_location = location:stockholm
			save_scope_as = target_character2
			religion = location:stockholm.owner.religion
			birth_date = 1615.1.1
			adm = 62
			dip = 55
			mil = 46
			estate = estate_type:burghers_estate
			create_in_limbo = yes
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		save_scope_as = target_country2

		ordered_known_country = {
			limit = {
				religion = root.religion
			}
			order_by = prestige
			max = 1
			save_scope_as = target_country
		}
	}

	option = {
		historical_option = yes
		name = flavor_ned.3.a

		scope:target_character2 = {
			move_country = root
			add_adm = 10
		}
	}

	option = {
		name = flavor_ned.3.b

		scope:target_character2 = {
			move_country = scope:target_country
		}
	}
}