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_mor_maghrebi_wars.1100] 马格里布继承

时间范围
无明确 fromto 日期,事件触发后仅发生一次(fire_only_once = yes)。

触发条件

  • 国家宗教属于穆斯林宗教组(religion.group = religion_group:muslim)。
  • 国家控制以下所有省份定义:
    • 突尼斯省(tunis_province
    • 特莱姆森省(tlemcen_province
    • 奥兰省(oran_province
    • 非斯省(fez_province
    • 马拉喀什省(marrakesh_province
    • 卡比利亚省(kabylia_province

关键效果

  • 选项 A(历史选项)flavor_mor_maghrebi_wars.1100.a
    • 触发自定义提示文本 flavor_mor_maghrebi_wars.1100.tt
    • 效果:与本国处于外交范围内、且信仰相同宗教(由事件保存的 religion_scope 决定)的所有其他国家(除本国自身外),将对本国添加“支持君主”意见修正(opinion_supportive_monarch)。

背景介绍
该事件模拟了马格里布地区(今北非西部)在穆斯林王朝统治下,当某一势力成功控制从突尼斯到摩洛哥的核心省份后,所面临的继承或统治合法性问题。历史上,该地区曾由多个柏柏尔人王朝和阿拉伯人王朝统治,如阿尔摩哈德王朝、马里尼德王朝等,领土的统一与分裂常伴随复杂的继承斗争和外部认可过程。事件中其他穆斯林国家对新兴统治者的“支持君主”态度,反映了宗教认同在巩固跨区域政权合法性中的作用。

完整事件代码

flavor_mor_maghrebi_wars.1100 = { #"The [ROOT.GetCountry.GetAdjectiveWithNoTooltip] succesion"
	hide_portraits = yes
	type = country_event
	title = flavor_mor_maghrebi_wars.1100.title
	desc = flavor_mor_maghrebi_wars.1100.desc
	
	fire_only_once = yes
	
	illustration_tags = {
		10 = happy
		10 = exterior
	}

	trigger = {
        religion.group = religion_group:muslim
		province_definition:tunis_province = {
			any_location_in_province_definition = {
				top_owner ?= root
			}
		}
		province_definition:tlemcen_province = {
			any_location_in_province_definition = {
				top_owner ?= root
			}
		}
		province_definition:oran_province = {
			any_location_in_province_definition = {
				top_owner ?= root
			}
		}
		province_definition:fez_province = {
			any_location_in_province_definition = {
				top_owner ?= root
			}
		}
		province_definition:marrakesh_province = {
			any_location_in_province_definition = {
				top_owner ?= root
			}
		}
		province_definition:kabylia_province = {
			any_location_in_province_definition = {
				top_owner ?= root
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }	
		religion = {
			save_scope_as = religion_scope
		}
		ruler = {
			save_scope_as = ruler_scope
		}
	}

	option = {
		name = flavor_mor_maghrebi_wars.1100.a
		historical_option = yes
		
		custom_tooltip = {
			text = flavor_mor_maghrebi_wars.1100.tt
			religion = { 
				every_country_in_religion = {
					limit = {
						NOT = { this = ROOT }
						within_diplomatic_range = ROOT
					}
					add_opinion = { target = ROOT modifier = opinion_supportive_monarch }
				}
			}
		}
	}
}