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.7 朱利奥·阿尔贝罗尼登场

时间范围:1694.1.1 - 1752.1.1(每月 5% 概率)

触发条件

  • 事件仅能触发一次。
  • 动态历史事件,仅当国家为 CAS(卡斯蒂利亚)或 SPA(西班牙)时可能发生。

关键效果

  • 选项 A (历史选项)
    • 国家获得 legitimacy_weak_bonus(少量正统性增益)。
    • 将创建的人物 朱利奥·阿尔贝罗尼 移动至本国。
  • 选项 B
    • 将创建的人物 朱利奥·阿尔贝罗尼 流放。

背景介绍: 朱利奥·阿尔贝罗尼(1664-1752)是一位意大利出生的教士和政治家,在西班牙王位继承战争后成为西班牙国王腓力五世的重要顾问和实际上的首席大臣。他以其外交手腕和试图恢复西班牙在欧洲影响力的改革而闻名,但最终因政策失败而被驱逐。此事件模拟了这位关键历史人物可能为西班牙宫廷效力的时刻。

完整事件代码

flavor_cas.7 = { #Giulio Alberoni
	type = country_event
	title = flavor_cas.7.title
	desc = flavor_cas.7.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1694.1.1
		to = 1752.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }

		create_character = {
			first_name = name_julius
			last_name = Alberoni
			religion = religion:catholic
			estate = estate_type:clergy_estate
			birth_date = 1664.5.21
			female = no
			birth_location = location:piacenza
			culture = culture:emilian
			adm = 69
			dip = 81
			mil = 32
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

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

		add_legitimacy = legitimacy_weak_bonus
		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_cas.7.b
		scope:target_character = { banish_character = yes }
	}
}