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.22 弗里斯兰独立运动

时间范围:1500.1.1 - 1700.1.1(每月 1% 概率)

触发条件

  • 国家文化构成中,弗里斯兰文化占比大于0。
  • 陆军规模大于0。
  • 在弗里斯兰地区拥有至少一个驻有本国军队的省份。

关键效果

  • 选项 A
    • 触发自定义提示文本。
    • 效果:所有由本国控制的弗里斯兰文化人口,其满意度将受到“终极惩罚”级别的降低,并且其忠诚度将转向名为 frisian_independence_fighter 的弗里斯兰民族主义叛军。
    • 海军传统受到“严重惩罚”级别的降低。

背景介绍: 在16至17世纪,低地国家(荷兰/尼德兰)的弗里斯兰地区存在着强烈的民族认同和自治诉求。作为历史上一个独特的文化区域,弗里斯兰人时常反抗中央政府的统治,寻求独立或更大的自治权。本事件模拟了当中央政府在该地区驻军时,可能激化矛盾,引发一场由弗里斯兰文化人口支持的民族主义叛乱。

完整事件代码

flavor_hol.22 = {
	type = country_event
	title = flavor_hol.22.title
	desc = flavor_hol.22.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1500.1.1
		to = 1700.1.1
		monthly_chance = 1
	}
	trigger = {
		"culture_percentage_in_country(culture:frisian)" > 0
		army_size > 0
		any_owned_location = {
			area = area:friesland_area
			any_unit_in_location = {
				count >= 1
				owner = root
			}
		}
	}
	illustration_tags = {
		10 = angry
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		create_rebel = {
			category = nationalist
			name = frisian_independence_fighter
			save_scope_as = target_rebel
			culture = culture:frisian
		}
	}
	option = {
		name = flavor_hol.22.a
		custom_tooltip = {
			text = flavor_hol.22.a.tt
			every_owned_location = {
				every_pop = {
					limit = {
						owner = root
						culture = culture:frisian
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
					change_pop_allegiance = scope:target_rebel
				}
			}
		}
		add_navy_tradition = navy_tradition_severe_penalty
	}
}