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_nor.1 汉萨同盟冲突

时间范围

1440.1.1 - 1450.1.1,每月有 5% 的概率触发。

触发条件

  • 国家 c:HSA(汉萨同盟)必须存在。

关键效果

  • 选项 A (flavor_nor.1.a)
    • 历史选项:是
    • 效果:汉萨同盟(c:HSA)对挪威(c:NOR)添加观点修正 hanseatic_conflict(汉萨冲突)。
  • 选项 B (flavor_nor.1.b)
    • 效果:挪威(c:NOR)获得 prestige_mild_penalty(轻微威望惩罚)。

背景介绍

1440年至1450年间,挪威王国与强大的汉萨同盟之间关系紧张。汉萨同盟控制着北欧的贸易网络,其商业垄断与挪威的国家利益产生了直接冲突。挪威王室面临抉择:是公开对抗汉萨同盟的商业霸权,还是暂时妥协以避免直接冲突,但可能损害国家威望。

完整事件代码

flavor_nor.1 = {
	type = country_event
	title = flavor_nor.1.title
	desc = flavor_nor.1.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = NOR
		from = 1440.1.1
		to = 1450.1.1
		monthly_chance = 5
	}

	trigger = {
		country_exists = c:HSA
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_nor.1.a
		historical_option = yes
		c:HSA = {
			add_opinion = { target = c:NOR modifier = hanseatic_conflict }
		}
	}
	option = {
		name = flavor_nor.1.b

		add_prestige = prestige_mild_penalty
	}
}