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.3] 马穆鲁克与塞浦路斯王国的互动

时间范围

1458年1月1日 - 1470年1月1日,每月 5% 概率触发

触发条件

  • 马穆鲁克(MAM)未处于战争状态。
  • 塞浦路斯王国(CYP)存在。
  • 塞浦路斯王国:
    • 不是附庸国。
    • 未处于战争状态。
    • 宗教属于基督教组。
    • 完全拥有塞浦路斯省份。
    • 政府类型为君主制。
    • 满足以下条件之一:
      • 统治者是女性。
      • 拥有摄政王。

关键效果

选项 A (历史选项)

  • 名称:flavor_mam.3.a
  • 效果:
    • 为塞浦路斯王国(CYP)静默触发事件 flavor_mam.4
    • 马穆鲁克获得少量威望惩罚。

选项 B

  • 名称:flavor_mam.3.b
  • 效果:
    • 马穆鲁克获得少量威望奖励。

背景介绍

此事件模拟了15世纪中叶,马穆鲁克苏丹国与地中海东部的塞浦路斯王国之间可能发生的外交或政治互动。塞浦路斯王国当时由吕西尼昂王朝统治,是一个重要的十字军国家后裔。事件触发条件聚焦于塞浦路斯由女性君主或摄政王统治的时期,这可能为马穆鲁克提供了施加影响或进行交涉的特殊机会。历史选项指向了后续事件的发展。

完整事件代码

flavor_mam.3 = {
	type = country_event
	title = flavor_mam.3.title
	desc = flavor_mam.3.desc
	image = "gfx/interface/illustrations/government/throne_rooms/throne_room_syrian.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1458.1.1
		to = 1470.1.1
		monthly_chance = 5
	}

	trigger = {
		at_war = no
		country_exists = c:CYP

		c:CYP = {
			is_subject = no
			at_war = no
			religion.group = religion_group:christian
			own_entire_province = province_definition:cyprus_province
			government_type = government_type:monarchy
			OR = {
				ruler ?= { is_female = yes }
				has_regent = yes
			}
		}
	}

	option = {
		name = flavor_mam.3.a
		historical_option = yes
		c:CYP = {
			trigger_event_silently = { id = flavor_mam.4 }
		}
		add_prestige = prestige_mild_penalty
	}
	option = {
		name = flavor_mam.3.b
		add_prestige = prestige_mild_bonus
	}
}