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_swe.9 斯德哥尔摩造船事件

时间范围

  • 触发窗口:1620年1月1日 - 1640年1月1日
  • 触发概率:每月 2% 概率

触发条件

  • 国家拥有斯德哥尔摩(Stockholm)地区
  • 斯德哥尔摩地区当前正在建造至少1艘海军舰船(num_navy_constructions > 0

关键效果

  • 选项flavor_swe.9.a
    • 效果:增加少量威望惩罚(add_prestige = prestige_weak_penalty

背景介绍

该事件模拟了瑞典王国(SWE)在17世纪早期(1620-1640年)在首都斯德哥尔摩进行海军建设的场景。这一时期正值瑞典在古斯塔夫二世·阿道夫统治下崛起为波罗的海强国,海军扩张是其军事改革和地区争霸的重要组成部分。事件反映了国家在首都造船时可能面临的资源调配、工期压力或公众舆论带来的威望波动。

完整事件代码

flavor_swe.9 = {
	type = country_event
	title = flavor_swe.9.title
	desc = flavor_swe.9.desc
	historical_info = flavor_swe.9.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1620.1.1
		to = 1640.1.1
		monthly_chance = 2
	}

	image = "gfx/interface/illustrations/units/navy_heavy_ship_4.dds"

	trigger = {
		owns = location:stockholm
		location:stockholm = {
			num_navy_constructions > 0
		}
	}

	option = {
		name = flavor_swe.9.a
		add_prestige = prestige_weak_penalty
	}
}