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_sca.1 斯堪的纳维亚统一

时间范围:1337.1.1 - 1837.1.1,每月 1% 概率

触发条件

  • 仅能触发一次 (fire_only_once = yes)。
  • 动态历史事件限定:国家标签为 SCA(斯堪的纳维亚)。

关键效果

  • 选项flavor_sca.1.a
    • 获得巨量政府力量 (add_government_power = government_power_extreme_bonus)。
    • 改变社会价值观:中央化 vs 去中央化 (centralization_vs_decentralization) 向“左侧”(即中央化方向)大幅移动 (societal_value_large_move_to_left)。

背景介绍: 此事件模拟了历史上斯堪的纳维亚地区(涵盖现代丹麦、挪威、瑞典等国)追求政治统一的进程。在1337年至1837年这漫长的五百年间,该地区曾多次出现试图整合各国、建立一个统一斯堪的纳维亚国家的思潮与运动。事件反映了统一过程中中央权力的强化以及对国家治理结构集中化的推动。

完整事件代码

flavor_sca.1 = { #Unification of Scandinavia
	type = country_event
	title = flavor_sca.1.title
	desc = flavor_sca.1.desc
	
	fire_only_once = yes
	
	historical_info = flavor_sca.1.historical_info
	
	dynamic_historical_event = {
		tag = SCA
		from = 1337.1.1
		to = 1837.1.1
		monthly_chance = 1
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_sca.1.a
		add_government_power = government_power_extreme_bonus
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}
	}
}