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.5] 巴尔塔萨尔·德·苏尼加登场

时间范围:1585.1.1 - 1600.1.1(每月 5% 概率触发)

触发条件

  • 事件仅对特定国家触发:CAS(卡斯蒂利亚)或 SPA(西班牙)。
  • 事件为动态历史事件,且仅能触发一次(fire_only_once = yes)。

关键效果

  • 选项 A (flavor_cas.5.a) [历史选项]
    • 花费少量金钱(change_gold_effect = { scale = -1 })。
    • 获得少量正统性(add_legitimacy = legitimacy_weak_bonus)。
    • 将创建的人物“巴尔塔萨尔·德·苏尼加”移动到玩家国家。
  • 选项 B (flavor_cas.5.b)
    • 放逐创建的人物“巴尔塔萨尔·德·苏尼加”(banish_character = yes)。

背景介绍: 巴尔塔萨尔·德·苏尼加(1561-1622)是西班牙哈布斯堡王朝时期重要的外交官和政治家。他出身于萨拉曼卡的贵族家庭,以其卓越的外交才能(游戏内体现为高外交属性)服务于西班牙王室,在三十年战争前夕的欧洲外交舞台上扮演了关键角色。此事件模拟了这位重要人物在16世纪末进入西班牙宫廷服务的历史时刻。

完整事件代码

flavor_cas.5 = { #Baltasar de Zúñiga
	type = country_event
	title = flavor_cas.5.title
	desc = flavor_cas.5.desc
	image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1585.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	immediate = {
		create_character = {
			first_name = name_balthazar
			last_name = de_Zuniga
			religion = religion:catholic
			estate = estate_type:nobles_estate
			birth_date = 1561.1.1 #unknown
			female = no
			birth_location = location:salamanca
			adm = 67
			dip = 79
			mil = 63
			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.5.a
		historical_option = yes

		change_gold_effect = { scale = -1 }
		add_legitimacy = legitimacy_weak_bonus
		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_cas.5.b

		scope:target_character = { banish_character = yes }
	}
}