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.2 摩洛哥的回应

时间范围

  • 事件周期:无明确 fromto 日期,为一次性事件 (fire_only_once = yes)。

触发条件

  • 事件类型:国家事件 (type = country_event)。
  • 触发方式:由其他事件(推测为 flavor_cas_rio_salado.3)触发,无独立 trigger 条件。

关键效果

选项:flavor_cas_rio_salado.2.a

  • 对卡斯提尔(CAS):添加“宣称我国领土”的负面意见修正。
  • 对本国:获得对卡斯提尔(CAS)的“被侮辱”宣战理由。
  • 对格拉纳达(GRA):非静默触发事件 flavor_cas_rio_salado.3

背景介绍

该事件模拟了在伊比利亚半岛的冲突背景下,摩洛哥对卡斯提尔军事行动(推测为萨拉多河战役相关)的官方回应。摩洛哥选择采取强硬的外交与军事姿态,不仅向卡斯提尔提出领土主张并准备战争,同时将事态发展通报给其盟友格拉纳达,预示着地区紧张局势的升级。

完整事件代码

flavor_cas_rio_salado.2 = { #Moroccos response
	hide_portraits = no
	type = country_event
	title = flavor_cas_rio_salado.2.title
	desc = flavor_cas_rio_salado.2.desc
	
	fire_only_once = yes
	
	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_ruler
		}
		c:MOR = {
			save_scope_as = target_ally
		}#show the portrair of the MOR ally
	}

	option = {
		name = flavor_cas_rio_salado.2.a

		c:CAS = {
			add_opinion = { target = root modifier = claimed_our_land }
		}
		add_casus_belli =  { type = casus_belli:cb_insulted_us target = c:CAS }
		c:GRA = {
			trigger_event_non_silently = flavor_cas_rio_salado.3
		}
	}
}