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.44 洛赫亚铁矿开发

时间范围

  • 事件窗口:1540.1.1 - 1550.1.1
  • 触发概率:每月 8% 概率

触发条件

  • 国家拥有洛赫亚(lohja)地区。

关键效果

  • 选项 A(历史选项)
    • 将洛赫亚(lohja)地区的原材料资源更改为铁(iron)。
  • 选项 B
    • 国家获得少量稳定性加成(stability_mild_bonus)。

背景介绍

在16世纪中叶,瑞典(SWE)或芬兰(FIN)控制的洛赫亚地区发现了重要的铁矿资源。这一发现为当地的经济和军事发展提供了关键原材料,推动了该地区的工业化进程,并增强了国家的经济实力。

完整事件代码

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

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_iron.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		tag = FIN
		from = 1540.1.1
		to = 1550.1.1
		monthly_chance = 8
	}

	trigger = {
		owns = location:lohja
	}

	immediate = {
		location:lohja = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_swe.44.a
		historical_option = yes
		location:lohja = {
			change_raw_material = goods:iron
		}
	}
	option = {
		name = flavor_swe.44.b
		add_stability = stability_mild_bonus
	}
}