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.11 荷兰东印度公司对台湾的殖民开发

时间范围:1550.1.1 - 1800.1.1,每月 2% 概率触发

触发条件

  • 国家标签为 NED(荷兰)。
  • 控制至少 1% 的台湾地区(taiwan_area)。
  • 国库黄金储备不低于国家月收入(贸易与税收之和)的两倍。

关键效果

  • 选项 Aflavor_ned.11.a
    • 从首都省份向台湾的四个特定地点(sirayakulunpaiwanpapora)发起移民潮。
    • 移民文化为本国主流文化,每次移民规模为 0.05,持续 100 个月。
  • 选项 Bflavor_ned.11.b
    • 获得少量威望惩罚(prestige_mild_penalty)。

背景介绍: 该事件模拟了荷兰东印度公司在17世纪对台湾的殖民活动。在1624年至1662年间,荷兰人以台湾南部为基地,建立了贸易据点,并尝试引入移民进行农业开发(尤其是甘蔗种植),以巩固其经济与战略地位。此事件反映了荷兰殖民者试图将台湾纳入其全球贸易网络,并向岛上关键地点输送人口与文化的努力。

完整事件代码

flavor_ned.11 = {
	hide_portraits = yes
	type = country_event

	title = flavor_ned.11.title
	desc = flavor_ned.11.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = NED
		from = 1550.1.1
		to = 1800.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		area:taiwan_area = {
			any_location_in_area = {
				percent = 1
				owner ?= root
			}
		}
		gold >= {
			value = root.monthly_income_trade_and_tax
			multiply = 2
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		capital = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_ned.11.a

		add_migration = {
			owner = this
			from = scope:target_location.province_definition
			to = location:siraya.province_definition
			culture = root.culture
			amount = 0.05
			months = 100
		}
		add_migration = {
			owner = this
			from = scope:target_location.province_definition
			to = location:kulun.province_definition
			culture = root.culture
			amount = 0.05
			months = 100
		}
		add_migration = {
			owner = this
			from = scope:target_location.province_definition
			to = location:paiwan.province_definition
			culture = root.culture
			amount = 0.05
			months = 100
		}
		add_migration = {
			owner = this
			from = scope:target_location.province_definition
			to = location:papora.province_definition
			culture = root.culture
			amount = 0.05
			months = 100
		}
	}

	option = {
		name = flavor_ned.11.b

		add_prestige = prestige_mild_penalty
	}
}