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_hsa.2 汉萨同盟的造船技术抉择

时间范围

1300.1.1 - 1500.1.1,每月 5% 概率触发

触发条件

  • 国家标签为 HSA(汉萨同盟)
  • 地区 lubeck(吕贝克)的所有者是本国的附属国
  • 国家 c:HOL(荷兰)存在
  • 荷兰的 预期海军规模 大于本国

关键效果

选项 A:flavor_hsa.2.a

  • 历史选项
  • 为国家添加修正项 hsa_stop_shipbuilding_technology,持续 20 年(模式为叠加并延长)

选项 B:flavor_hsa.2.b

  • 为国家添加修正项 hsa_spread_shipbuilding_technology,持续 20 年(模式为叠加并延长)

背景介绍

在14至15世纪,汉萨同盟作为北海和波罗的海地区的贸易霸主,其海军力量与造船技术是其维持商业网络的关键。随着荷兰的崛起,其海军实力逐渐超越汉萨同盟,尤其是在造船技术方面形成了竞争压力。当汉萨同盟控制着重要港口吕贝克,并面对荷兰海军优势时,同盟内部在技术发展路线上产生了分歧:是保守地停止技术外流以维持现有优势,还是积极传播技术以寻求新的合作与平衡。

完整事件代码

flavor_hsa.2 = {
	type = country_event
	title = flavor_hsa.2.title
	desc = flavor_hsa.2.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = HSA
		from = 1300.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	trigger = {
		tag = HSA
		location:lubeck = { owner = { is_subject_of = root } }
		country_exists = c:HOL
		c:HOL = {
			expected_navy_size > root.expected_navy_size
		}
	}

	option = {
		name = flavor_hsa.2.a
		historical_option = yes
		add_country_modifier = { modifier = hsa_stop_shipbuilding_technology years = 20 mode = add_and_extend }
	}
	option = {
		name = flavor_hsa.2.b
		add_country_modifier = { modifier = hsa_spread_shipbuilding_technology years = 20 mode = add_and_extend }
	}
}