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_hol.26] 弗里斯兰自由

时间范围:1340.1.1 - 1430.12.31(每月 3% 概率)

触发条件

  • 国家 HOL 存在
  • 国家 HOL 的宗教属于基督教组
  • 国家 FRI 存在
  • 国家 FRI 拥有政府改革 frisian_freedom_reform
  • 国家 HOL 当前未处于战争状态

关键效果

  • 历史选项flavor_hol.26.a
    • 对目标国家 FRI 获得宣战理由 casus_belli:cb_insulted_us

背景介绍: 在14至15世纪,荷兰(HOL)与邻国弗里斯兰(FRI)之间的关系时常紧张。弗里斯兰地区独特的“弗里斯兰自由”传统(一种强调地方自治和反抗中央集权的政治制度)与荷兰的中央权威形成了鲜明对比。此事件模拟了荷兰可能因弗里斯兰的自治地位或某种外交侮辱而获得对其宣战理由的历史情境。

完整事件代码

flavor_hol.26 = {
	type = country_event
	title = flavor_hol.26.title
	desc = flavor_hol.26.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		from = 1340
		to = 1430
		monthly_chance = 3
	}
	trigger = {
		country_exists = c:FRI
		religion.group = religion_group:christian
		c:FRI = { has_reform = government_reform:frisian_freedom_reform }
		at_war = no
	}
	illustration_tags = {
		10 = armed
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:FRI = { save_scope_as = target_country }
	}
	option = {
		name = flavor_hol.26.a
		historical_option = yes
		add_casus_belli = { target = scope:target_country type = casus_belli:cb_insulted_us }
	}
}