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.82 阿尔瓦罗·德·巴赞登场

时间范围:1560.1.1 - 1570.1.1(每月 1% 概率触发)

触发条件

  • 国家拥有格拉纳达地区(owns = location:granada)。

关键效果

  • 选项 A (历史选项)
    • 人物 target_character(阿尔瓦罗·德·巴赞)加入本国。
    • 为该人物随机添加一个“海军上将”类特质。
    • 为该人物添加一个持续至游戏结束的“拒绝在内阁任职”修正。
  • 选项 B
    • 获得“海军传统”的严重增益。
    • 社会价值观“陆军 vs 海军”大幅向右移动(即更偏向海军)。
    • 人物 target_character(阿尔瓦罗·德·巴赞)加入本国。
    • 为该人物添加“不适合海军指挥”和“不适合陆军指挥”特质。

背景介绍: 该事件模拟了西班牙著名海军将领阿尔瓦罗·德·巴赞(Álvaro de Bazán)在历史关键时期可供招募的机遇。巴赞出生于格拉纳达的贵族家庭,以其卓越的军事才能,尤其是在勒班陀海战等战役中的杰出指挥而闻名。事件反映了西班牙在16世纪中后期巩固地中海霸权、发展海军力量时,对优秀将领的渴求。玩家可以选择遵循历史路径启用这位天才海军统帅,或选择另一条道路以牺牲这位将领的军事才能为代价,快速提升国家的海军传统与社会倾向。

完整事件代码

flavor_cas.82 = { #Álvaro de Bazán
	type = country_event
	title = flavor_cas.82.title
	desc = flavor_cas.82.desc

	fire_only_once = yes

	historical_info = flavor_cas.82.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1560.1.1
		to = 1570.1.1
		monthly_chance = 1
	}

	illustration_tags = {
 		10 = regular
 		10 = interior
	}

	trigger = {
		owns = location:granada
	}

	immediate = {
		create_character = {
			first_name = name_alvar
			birth_date = 1526.12.12
			birth_location = location:granada
			estate = estate_type:nobles_estate
			adm = { 50 85 }
			dip = { 50 85 }
			mil = 100
			religion = religion:catholic
			dynasty = dynasty:de_bazan_dynasty
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
		}
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_cas.82.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		scope:target_character = {
			add_random_trait_from_category = admiral
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add
			}
		}
	}

	option = {
		name = flavor_cas.82.b
		add_navy_tradition = navy_tradition_severe_bonus
		change_societal_value = {
			type = land_vs_naval
			value = societal_value_large_move_to_right
		}
		scope:target_character = {
			move_country = root
		}
		scope:target_character = {
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}
	}
}