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.80 埃及科普特人的命运

时间范围:1450.1.1 - 1480.1.1 (每月 10% 概率)

触发条件

  • 事件触发国宗教为 米亚菲派 (Miaphysite)
  • 国家 马穆鲁克 (MAM) 满足:
    • 宗教组为 穆斯林 (Muslim)
    • 拥有 亚历山大 (Alexandria) 地区。
  • 事件触发国 满足以下条件:
    • 马穆鲁克 (MAM) 的附庸国。
    • 宗主国是 马穆鲁克 (MAM)
    • 正与 马穆鲁克 (MAM) 交战。
    • 马穆鲁克 (MAM) 结盟。

关键效果

  • 选项 A (flavor_eth.80.a) - 历史选项

    • 所有其他信仰 米亚菲派 (Miaphysite) 的国家对 埃塞俄比亚 (ETH) 增加 良好关系 观点修正。
    • 触发 马穆鲁克 (MAM) 的关联事件 flavor_eth.81
  • 选项 B (flavor_eth.80.b)

    • 事件触发国获得 严重惩罚 级别的 威望 损失。
  • 选项 C (flavor_eth.80.c)

    • 事件触发国获得对 马穆鲁克 (MAM)“我们被侮辱了” 宣战理由。
    • 触发 马穆鲁克 (MAM) 的关联事件 flavor_eth.82

背景介绍: 15世纪中叶,作为米亚菲派基督教信仰的中心之一,埃塞俄比亚王国面临着其北方邻国——穆斯林马穆鲁克苏丹国的压力。马穆鲁克控制着埃及,包括亚历山大港,那里生活着大量同属米亚菲派的科普特基督徒。这一事件反映了埃塞俄比亚统治者如何应对其海外教友的命运,以及如何处理与强大穆斯林邻国的复杂关系,其选择将对地区宗教格局和国家声望产生影响。

完整事件代码

flavor_eth.80 = { #The fate of the Egyptian Copts
	hide_portraits = yes
	type = country_event
	title = flavor_eth.80.title
	desc = flavor_eth.80.desc
	
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ETH
		from = 1450.1.1
		to = 1480.1.1
		monthly_chance = 10
	}
	
	trigger = {
		religion = religion:miaphysite
		c:MAM = {
			religion.group = religion_group:muslim
			owns = location:alexandria
		}
		NOT = {
			is_subject_of = c:MAM
			overlord ?= c:MAM
			is_at_war_with = c:MAM
			is_allied_with = { target = c:MAM }
		}
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent = { save_scope_as = target_ruler }
		save_scope_as = target_from_country
	}

	option = {
		name = flavor_eth.80.a
		historical_option = yes

		every_country = {
			limit = {
				religion = religion:miaphysite
				NOT = { this = root }
			}
			add_opinion = { target = c:ETH modifier = opinion_good_relations }
		}
		c:MAM = {
			trigger_event_silently = { id = flavor_eth.81 }
		}
	}
	option = {
		name = flavor_eth.80.b
		add_prestige = prestige_severe_penalty
	}
	option = {
		name = flavor_eth.80.c
		add_casus_belli = {	target = c:MAM	type = casus_belli:cb_insulted_us	}
		c:MAM = {
			trigger_event_silently = { id = flavor_eth.82 }
		}
	}
}