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_cas_rio_salado.5] 萨拉多河战役 - 摩洛哥被逐出伊比利亚

时间范围:1337.1.1 - 1360.1.1,每月 100% 概率

触发条件

  • 国家拥有统治者 (has_ruler = yes)
  • 国家拥有阿尔赫西拉斯地区 (owns = location:algeciras)
  • 摩洛哥 (c:MOR) 在伊比利亚地区 (region:iberia_region) 没有存在 (has_presence_in)

关键效果

  • 历史选项 (historical_option = yes):
    • 获得温和的宗教影响力加成 (add_religious_influence = religious_influence_mild_bonus)
    • 获得金币效果,规模为3 (change_gold_effect = { scale = 3 })
    • 设置变量 won_battle_of_rio_salado (set_variable = won_battle_of_rio_salado)

背景介绍: 此事件模拟了1340年10月30日发生的萨拉多河战役。在这场战役中,卡斯蒂利亚-莱昂国王阿方索十一世与葡萄牙国王阿方索四世联手,在塔里法附近的萨拉多河畔击败了由马林苏丹阿布·哈桑领导的摩洛哥-格拉纳达联军。这场胜利是伊比利亚半岛收复失地运动的关键转折点,它极大地削弱了马林王朝在半岛的势力,并标志着基督教王国开始取得对格拉纳达奈斯尔王朝的决定性优势,为后续的再征服运动铺平了道路。

完整事件代码

flavor_cas_as_rio_salado.5 = { #Battle of Río Salado Morocco driven out of Iberia
	hide_portraits = yes
	type = country_event
	title = flavor_cas_rio_salado.5.title
	desc = flavor_cas_rio_salado.5.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1337.1.1
		to = 1360.1.1
		monthly_chance = 100
	}
	
	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_ruler = yes
		owns = location:algeciras
		c:MOR = {
			NOT = {
				has_presence_in = region:iberia_region
			}
		}
	}

	option = {
		name = flavor_cas_rio_salado.5.a
		historical_option = yes

		add_religious_influence = religious_influence_mild_bonus
		change_gold_effect = { scale = 3 }
		set_variable = won_battle_of_rio_salado
	}
}