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_mor.1200] 格拉纳达联盟提议

时间范围:1337.1.1 - 1360.1.1 (每月 10% 概率触发)

触发条件

  • 格拉纳达 (GRA) 国家存在。
  • 卡斯蒂利亚 (CAS) 国家存在。
  • 格拉纳达 (GRA) 不是附庸国。
  • 摩洛哥 (事件触发国) 不是附庸国。
  • 摩洛哥 (事件触发国) 未处于战争状态。
  • 科尔多瓦 (cordoba) 地区的所有者为卡斯蒂利亚 (CAS)。

关键效果

  • 选项 A (flavor_mor.1200.a)
    • 获得对卡斯蒂利亚 (CAS) 的宣战理由,类型为“收复安达卢西亚 (cb_reclaim_andalucia)”。
    • 提示:收复科尔多瓦及安达卢西亚大部分地区后,将允许我们要求格拉纳达成为附庸。
    • 向格拉纳达 (GRA) 发送对卡斯蒂利亚的战争提议(静默触发事件 flavor_mor.1201)。
  • 选项 B (flavor_mor.1200.b)
    • 改变社会价值观:belligerent_vs_conciliatory (好战 vs 和解) 向“右”轻微移动 (societal_value_minor_move_to_right)。

背景介绍: 14世纪中叶,伊比利亚半岛的再征服运动仍在继续。卡斯蒂利亚王国控制了原属穆斯林的科尔多瓦地区,对南部的格拉纳达埃米尔国构成直接威胁。作为马格里布地区的穆斯林强国,摩洛哥的马林王朝面临着抉择:是应格拉纳达的潜在请求,介入半岛局势,协助收复失地并扩大自身影响力;还是采取更为保守的策略,避免与崛起的卡斯蒂利亚直接冲突。此事件反映了当时环地中海地区复杂的政治与宗教同盟关系。

完整事件代码

flavor_mor.1200 = {
	type = country_event
	title = flavor_mor.1200.title
	desc = flavor_mor.1200.desc
	randomlog = yes # Tracking desync 20250926

	dynamic_historical_event = {
		tag = MOR
		from = 1337.1.1
		to = 1360.1.1
		monthly_chance = 10
	}
	fire_only_once = yes

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	trigger = {
		country_exists = c:GRA
		country_exists = c:CAS

		c:GRA = {
			is_subject = no
		}
		is_subject = no
		at_war = no

		location:cordoba.owner ?= c:CAS
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:soldiers }

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		c:GRA = {
			save_scope_as = target_country
			ruler_or_regent ?= {
				save_scope_as = target_character2
			}
		}

		c:CAS = {
			save_scope_as = target_country2
		}

		save_scope_as = prev_country
	}

	option = {
		name = flavor_mor.1200.a

		add_casus_belli = {
			target = c:CAS
			type = casus_belli:cb_reclaim_andalucia
		}

		custom_tooltip = mor_reclaiming_corduba_and_most_of_andalucia_will_allow_us_to_request_vassalization_of_granada_tt

		custom_tooltip = {
			text = mor_send_offer_to_granada_for_war_against_castile
			scope:target_country = { trigger_event_silently = flavor_mor.1201 }
		}
	}

	option = {
		name = flavor_mor.1200.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_minor_move_to_right
		}
	}
}