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_hab.5] 恩西塞姆陨石事件

时间范围
1470.1.1 - 1520.1.1(每月 2% 概率)

触发条件

  • 拥有恩西塞姆(Ensisheim)地区

关键效果

  • 选项: flavor_hab.5.a
    • 增加少量稳定度(stability_mild_bonus
    • 增加少量宗教影响力(religious_influence_mild_bonus
    • 恩西塞姆地区最大原材料工人数量减少 1(change_max_raw_material_workers = -1

背景介绍
该事件模拟了历史上著名的“恩西塞姆陨石”事件。1492年,一颗陨石坠落在神圣罗马帝国境内的恩西塞姆(今属法国阿尔萨斯地区),当时被视为重要的天象异兆,引发了广泛的宗教与社会讨论。事件中,当地统治者通常会将陨石视为神迹或警示,并采取相应措施以稳定民心与宗教权威。

完整事件代码

flavor_hab.5 = { #Meteorite of Ensisheim
	type = country_event
	title = flavor_hab.5.title
	desc = flavor_hab.5.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1470.1.1
		to = 1520.1.1
		monthly_chance = 2
	}

	image = "gfx/interface/illustrations/event/backgrounds/special/comet_sighted.dds"

	trigger = {
		owns = location:ensisheim
	}

	option = {
		name = flavor_hab.5.a
		add_stability = stability_mild_bonus
		add_religious_influence = religious_influence_mild_bonus
		location:ensisheim = {
			change_max_raw_material_workers = -1
		}
	}
}