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_eng.29 詹姆斯党起义

时间范围

1700.1.1 - 1730.1.1 (每月 5% 概率)

触发条件

  • 国家拥有统治者或摄政王。
  • 当前统治者或摄政王属于斯图亚特王朝(dynasty:stewart_dynasty)。
  • 斯图亚特王朝的王朝首领存在,且为成年非统治者。
  • 国家 c:SCO 存在。
  • 国家完全拥有罗斯省(province_definition:ross_province)和马里省(province_definition:moray_province)。
  • 在苏格兰高地地区(area:scottish_highlands_area)内,至少拥有一处高地文化(culture:highland)占比超过50%的省份。

关键效果

选项:flavor_eng.29.a

  • 将斯图亚特王朝首领(scope:target_character)移动至本国,并将其效忠对象改为詹姆斯党叛军(scope:jacobite_uprising)。
  • 在苏格兰高地地区内,所有本国拥有的省份中,所有高地文化人口将:
    • 获得“民众满意度终极惩罚”(pop_satisfaction_ultimate_penalty)。
    • 将效忠对象改为詹姆斯党叛军。
  • 国家获得“极端稳定性惩罚”(stability_extreme_penalty)。

背景介绍

此事件模拟了18世纪初英格兰(或大不列颠)可能面临的詹姆斯党起义威胁。詹姆斯党人支持被废黜的斯图亚特王朝复辟,其支持者主要来自苏格兰高地地区。当斯图亚特王朝的合法继承人(王朝首领)流亡在外,且英格兰政府控制着苏格兰的关键省份时,高地地区对斯图亚特王朝的同情可能演变为一场公开的、由斯图亚特王位觊觎者领导的武装叛乱,对国家的稳定构成严重冲击。

完整事件代码

flavor_eng.29 = {
	type = country_event
	title = flavor_eng.29.title
	desc = flavor_eng.29.desc
	historical_info = flavor_eng.29.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1700.1.1
		to = 1730.1.1
		monthly_chance = 5
	}

	trigger = {
		OR = {
			has_ruler = yes
			has_regent = yes
		}
		NOT = {
			ruler ?= { dynasty ?= dynasty:stewart_dynasty }
		}

		dynasty:stewart_dynasty = {
			dynasty_head ?= {
				is_ruler = no
				is_adult = yes
			}
		}
		NOT = { country_exists = c:SCO }

		own_entire_province = province_definition:ross_province
		own_entire_province = province_definition:moray_province

		any_owned_location = {
			area = area:scottish_highlands_area
			province ?= {
				culture_percentage = {
					culture = culture:highland
					value > 0.5
				}
			}
		}

	}

	illustration_tags = {
        10 = armed
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_rebel = {
			category = pretender
			name = jacobite_uprising
			save_scope_as = jacobite_uprising
		}

		dynasty:stewart_dynasty = {
			dynasty_head ?= {
				save_scope_as = target_character
			}
		}
		ruler_or_regent ?= { save_scope_as = target_sitting_ruler }
	}


	option = {
		name = flavor_eng.29.a

		scope:target_character = {
			move_country = root
			change_character_allegiance = scope:jacobite_uprising
		}


		custom_tooltip = {
			text = jacobite_uprising_joining
			area:scottish_highlands_area = {
				every_location_in_area = {
					limit = { owner ?= root }
					every_pop = {
						limit = {
							owner = root
							culture = culture:highland
						}
						add_pop_satisfaction = pop_satisfaction_ultimate_penalty
						change_pop_allegiance = scope:jacobite_uprising
					}
				}
			}

		}

		add_stability = stability_extreme_penalty
	}
}