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.1 萨拉多河前奏

时间范围:1337.1.1 - 1350.1.1(每月 2% 概率)

触发条件

  • 国家宗教为天主教。
  • 拥有统治者。
  • 摩洛哥(MOR)拥有阿尔赫西拉斯(algeciras)地区。
  • 葡萄牙(POR)与卡斯蒂利亚(CAS)是宿敌或处于敌对状态。
  • 未与葡萄牙(POR)或摩洛哥(MOR)处于战争状态。

关键效果

  • 选项 A (历史选项)
    • 摩洛哥(MOR)对本国产生“宣称我国土地”的负面意见。
    • 触发事件 flavor_cas_rio_salado.2
    • 获得对摩洛哥(MOR)的征服省份宣战理由(目标省份:阿尔赫西拉斯)。
    • 触发事件 flavor_cas_rio_salado.4(针对葡萄牙)。
  • 选项 B
    • 本国遭受严重威望惩罚。
    • 摩洛哥(MOR)对本国产生“拒绝宣称”的正面意见。

背景介绍: 该事件描绘了14世纪中叶伊比利亚半岛的紧张局势。卡斯蒂利亚王国在阿方索十一世统治下,面对南方格拉纳达埃米尔国及其北非盟友的威胁,同时与邻国葡萄牙关系紧张。事件聚焦于对战略要地阿尔赫西拉斯的领土主张,这成为后来1340年萨拉多河战役的重要前奏,该战役是基督教王国在收复失地运动中的一次关键胜利。

完整事件代码

flavor_cas_rio_salado.1 = { #Río Salado Prelude
	hide_portraits = yes
	type = country_event
	title = flavor_cas_rio_salado.1.title
	desc = flavor_cas_rio_salado.1.desc
	historical_info = flavor_cas_rio_salado.1.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		from = 1337.1.1
		to = 1350.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate
		background = estate_type:nobles_estate 
		} 
		#event_illustration_estate_background_effect = { background = type:army }

		ruler = {
			save_scope_as = target_character
		}
		c:CAS = {
			save_scope_as = target_ally
		}
	}

	trigger = {
		religion = religion:catholic
		has_ruler = yes
		c:MOR = {
			owns = location:algeciras
		}
		c:POR = {
			NOR = {
				is_rival_of = c:CAS
				is_enemy_of = c:CAS
			}
		}
		NOT = {
			is_at_war_with = c:POR
			is_at_war_with = c:MOR
		}
	}

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

		c:MOR = {
			add_opinion = { target = root modifier = claimed_our_land }
			trigger_event_non_silently = flavor_cas_rio_salado.2
		}
		add_casus_belli =  { type = casus_belli:cb_conquer_province province = location:algeciras.province target = c:MOR }
		c:POR = {
			trigger_event_non_silently = flavor_cas_rio_salado.4
		}
	}
	option = {
		name = flavor_cas_rio_salado.1.b
		
		add_prestige = prestige_severe_penalty
		c:MOR = {
			add_opinion = { target = root modifier = refused_claim }
		}
	}
}