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_mam.11 马穆鲁克反奥斯曼联盟

时间范围:1450.1.1 - 1500.1.1,每月 2% 概率触发

触发条件

  • 奥斯曼帝国(TUR)存在。
  • 奥斯曼帝国的预期陆军规模大于马穆鲁克。
  • 奥斯曼帝国拥有君士坦丁堡(Constantinople)地区。
  • 存在至少一个已知国家,其:
    • 宗教属于基督教组。
    • 国家等级至少为 3 级(例如王国或帝国)。
    • 首都位于伊比利亚(iberia_region)或意大利(italy_region)地区。

关键效果

  • 选项 A
    • 在满足触发条件中“已知国家”限制的国家中,按预期陆军规模排序,选取前 3 个。
    • 对这些国家添加针对马穆鲁克的“mam_anti_ottoman_friends”好感度修正。
    • 同时,在这些国家中静默触发事件 flavor_mam.12

背景介绍: 在15世纪中后期,随着奥斯曼帝国在安纳托利亚和巴尔干半岛的持续扩张,尤其是1453年攻陷君士坦丁堡后,其势力对地中海东岸和南岸的马穆鲁克苏丹国构成了直接威胁。面对奥斯曼日益增长的军事压力,马穆鲁克统治者开始寻求与地中海的基督教强国,特别是伊比利亚和意大利地区的王国与共和国建立联系,以期共同遏制奥斯曼的扩张势头。这一事件反映了该时期复杂的宗教与地缘政治博弈。

完整事件代码

flavor_mam.11 = {
	type = country_event
	title = flavor_mam.11.title
	desc = flavor_mam.11.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1450.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		country_exists = c:TUR
		c:TUR.expected_army_size > expected_army_size
		c:TUR = {
			owns = location:constantinople
		}
		any_known_country = {
			religion.group = religion_group:christian
			country_rank_level >= 3
			capital = {
				OR = {
					region = region:iberia_region
					region = region:italy_region
				}
			}
		}
	}

	immediate = {
		event_illustration_government_estate_effect = yes
	}

	option = {
		name = flavor_mam.11.a

		ordered_known_country = {
			limit = {
				religion.group = religion_group:christian
				country_rank_level >= 3
				capital = {
				OR = {
					region = region:iberia_region
					region = region:italy_region
				}
			}
			}
			order_by = expected_army_size
			max = 3
			add_opinion = { target = root modifier = mam_anti_ottoman_friends }
			trigger_event_silently = { id = flavor_mam.12 }
		}
	}
}