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_eth.270] 阿里·伊本·萨布尔·阿丁叛乱

时间范围:1340.1.1 - 1350.1.1,每月 5% 概率触发

触发条件

  • 事件接收国是埃塞俄比亚(ETH)的附庸国。
  • 事件接收国的独立倾向大于等于 50%。
  • 事件接收国的宗教属于穆斯林宗教组。
  • 事件接收国的宗主国(埃塞俄比亚)的统治者或摄政王不属于穆斯林宗教组。
  • 事件接收国的统治者或摄政王属于穆斯林宗教组。

关键效果

  • 选项 A (flavor_eth.270.a):
    • 对埃塞俄比亚(ETH)静默触发事件 flavor_eth.271
  • 选项 B (flavor_eth.270.b):
    • 事件接收国的独立倾向降低 10。

背景介绍: 该事件模拟了14世纪中叶,埃塞俄比亚帝国统治下的一个穆斯林附庸国发生的叛乱。叛乱领袖阿里·伊本·萨布尔·阿丁利用了附庸国对非穆斯林宗主国(埃塞俄比亚)的高独立倾向和宗教差异,试图争取独立或更大的自治权。事件反映了当时东非地区基督教王国与穆斯林苏丹国之间复杂的政治与宗教张力。

完整事件代码

flavor_eth.270 = { #The revolt of Ali ibn Sabr ad-Din
	hide_portraits = yes
	type = country_event
	title = flavor_eth.270.title
	desc = flavor_eth.270.desc

	dynamic_historical_event = {
		tag = IFA
		from = 1340.1.1
		to = 1350.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		is_subject_of = c:ETH
		liberty_desire >= 50
		religion.group = religion_group:muslim
		overlord ?= {
			ruler_or_heir_if_regent ?= {
				NOT = { religion.group = religion_group:muslim }
			}
		}
		ruler_or_regent ?= {
			religion.group = religion_group:muslim
		}
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		c:ETH.ruler_or_regent = {
			save_scope_as = target_character
		}

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}

		save_scope_as = target_country
	}

	option = {
		name = flavor_eth.270.a
		
		c:ETH = {
			trigger_event_silently = {
				id = flavor_eth.271
			}
		}
	}

	option = {
		name = flavor_eth.270.b
		
		add_liberty_desire = -10
	}
}