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_nav.50 阿尔赫西拉斯围城战

时间范围:1328.4.1 - 1375.1.1(每月 10% 概率)

触发条件

  • 人物 nav_philip_iii_evreux(纳瓦拉的腓力三世)存活。
  • 本国宗教为天主教。
  • 任意国家满足以下条件:
    • 宗教属于穆斯林宗教组。
    • 拥有 algeciras(阿尔赫西拉斯)地区。
  • 国家 CAS(卡斯蒂利亚)与 algeciras(阿尔赫西拉斯)地区的所有者处于战争状态。

关键效果

  • 选项 A (flavor_nav.50.a)
    • 历史选项:是(腓力参加了十字军并死亡)
    • 获得大量威望加成。
    • CAS(卡斯蒂利亚)添加“他们帮助了我们”好感度修正。
    • 90% 概率杀死人物 nav_philip_iii_evreux(纳瓦拉的腓力三世),10% 概率无事发生。
  • 选项 B (flavor_nav.50.b)
    • CAS(卡斯蒂利亚)添加“他们援助了我们”好感度修正。
  • 选项 C (flavor_nav.50.c)
    • 获得少量威望惩罚。

背景介绍: 该事件模拟了14世纪伊比利亚半岛再征服运动中的一个历史片段。阿尔赫西拉斯是直布罗陀海峡沿岸的重要港口,长期由穆斯林政权控制。纳瓦拉国王腓力三世作为天主教君主,面临是否介入卡斯蒂利亚王国对阿尔赫西拉斯的军事行动的选择。历史记载中,腓力三世确实参与了针对格拉纳达王国的十字军行动,并在围城战中去世。

完整事件代码

flavor_nav.50 = { #The Siege of Algeciras
	type = country_event
	title = flavor_nav.50.title
	desc = flavor_nav.50.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAV
		from = 1328.4.1
		to = 1375.1.1
		monthly_chance = 10
	}

	trigger = {
		character:nav_philip_iii_evreux = {
			is_alive = yes
		}
		religion = religion:catholic
		
		any_country = {
			religion.group = religion_group:muslim
			owns = location:algeciras
		}
		c:CAS = {
			is_at_war_with = location:algeciras.owner
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		character:nav_philip_iii_evreux = {
			save_scope_as = target_character
		}
		location:algeciras.owner = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_nav.50.a
		historical_option = yes #Philippe went to crusade and died
		add_prestige = prestige_severe_bonus
		add_opinion = { target = c:CAS modifier = opinion_they_helped_us }
		random_list = {
			90 = { 
				kill_character = character:nav_philip_iii_evreux
			}
			10 = { }
		}
	}
	option = {
		name = flavor_nav.50.b
		add_opinion = { target = c:CAS modifier = opinion_they_aid_us }
	}
	option = {
		name = flavor_nav.50.c
		add_prestige = prestige_mild_penalty
	}

	historical_info = flavor_nav.50.historical_info
}