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

CAS.1600 枢机主教西斯内罗斯登场

时间范围
1490.1.1 - 1520.1.1(每月 1% 概率)

触发条件

  • 国家拥有统治者
  • 奥兰(Oran)地区的实际控制者(top_owner)满足以下全部条件:
    • 宗教为天主教(Catholic)
    • 首都位于欧洲(Europe)大陆
  • 国家拥有奥兰(Oran)地区
  • 国家完全拥有格拉纳达(Granada)地区
  • 国家完全拥有安达卢西亚(Andalusia)地区

关键效果

  • 选项 A(历史选项)
    • 获得针对奥兰(Oran)地区所有者的“征服省份”(Conquer Province)宣战理由(Casus Belli)。
  • 选项 B
    • 获得少量稳定度加成(stability_weak_bonus)。

背景介绍
此事件标志着西班牙宗教裁判所大法官、枢机主教弗朗西斯科·希门尼斯·德·西斯内罗斯(Francisco Jiménez de Cisneros)登上历史舞台。在收复失地运动(Reconquista)完成后,西班牙天主教双王(Catholic Monarchs)的统治得到巩固,目光开始转向北非。作为坚定的宗教改革者和王室顾问,西斯内罗斯不仅在国内推动宗教统一与改革,也积极主张对北非的穆斯林势力进行军事扩张,以保卫伊比利亚半岛并传播天主教信仰。此事件模拟了西班牙在完全控制格拉纳达和安达卢西亚后,获得对北非(以奥兰为代表)采取军事行动的历史契机。

完整事件代码

flavor_cas.1600 = {
	type = country_event
	title = flavor_cas.1600.title
	desc = flavor_cas.1600.desc
	historical_info = flavor_cas.1600.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1490.1.1
		to = 1520.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		create_character = {
			first_name = name_francis
			last_name = de_Cisneros
			religion = religion:catholic
			estate = estate_type:clergy_estate
			birth_date = 1436.11.8
			female = no
			birth_location = location:buitrago_de_lozoya
			adm = 62
			dip = 35
			mil = 82
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			save_scope_as = inquisitor_cisneros
			script = cas_cardinal_cisneros
		}
		ruler = {
			save_scope_as = target_character
		}
	}

	trigger = {
		has_ruler = yes
		location:oran.top_owner = {
			NOT = {
				religion = religion:catholic
				capital.continent = continent:europe
			}
		}
		NOT = {
			owns = location:oran
		}
		own_entire_area = area:granada_area
		own_entire_area = area:andalusia_area
	}

	option = {
		name = flavor_cas.1600.a
		historical_option = yes

		add_casus_belli =  {
			type = casus_belli:cb_conquer_province
			province = location:oran.province
			target = location:oran.owner
		}
	}

	option = {
		name = flavor_cas.1600.b

		add_stability = stability_weak_bonus
	}
}