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_flo.63] 约翰·霍克伍德与白色连队

时间范围:1365.1.1 - 1385.1.1(每月 10% 概率)

触发条件

  • 事件仅能触发一次。
  • 动态历史事件,仅针对国家标签为 FLO(佛罗伦萨)或 TUS(托斯卡纳)的国家。
  • 触发时间必须在1365年1月1日至1385年1月1日之间。

关键效果

  • 选项 A (flavor_flo.63.a) [历史选项]

    • 花费6金币。
    • 创建并雇佣名为“flo_white_company”的雇佣兵团,驻扎在佛罗伦萨地区。该兵团包含15个步兵和5个骑兵单位,雇佣成本倍率为0.5。
    • 创建历史人物约翰·霍克伍德(John Hawkwood),并将其招募至你的国家。他出生于1323年,出生地为赫丁厄姆,属性为:行政 40-60,外交 50-60,军事 85-95,属于市民阶层。
    • 任命约翰·霍克伍德为“白色连队”雇佣兵团的指挥官。
  • 选项 B (flavor_flo.63.b)

    • 使社会价值观向 “好战 vs 和解” 谱系的右侧(即更“好战”的方向)发生小幅移动。
    • (隐藏效果)解散已创建的“白色连队”雇佣兵团。

背景介绍: 14世纪中叶,意大利城邦间战争频繁,催生了庞大的雇佣兵市场。约翰·霍克伍德是这一时期最著名的英格兰雇佣兵队长之一。他率领的“白色连队”以纪律和效率闻名,长期受雇于佛罗伦萨等意大利城邦,深刻影响了该地区的军事格局和政治平衡。本事件模拟了佛罗伦萨(或托斯卡纳)决定是否雇佣这位传奇佣兵及其精锐部队的关键抉择。

完整事件代码

flavor_flo.63 = {
	type = country_event
	title = flavor_flo.63.title
	desc = flavor_flo.63.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FLO
		tag = TUS
		from = 1365.1.1
		to = 1385.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		create_character = {
			first_name = name_john
			last_name = Hawkwood
			adm = { 40 60 }
			dip = { 50 60 }
			mil = { 85 95 }
			estate = estate_type:burghers_estate
			birth_date = 1323.1.1
			birth_location = location:hedingham
			create_in_limbo = yes
			save_scope_as = target_character
		}
		create_mercenary = {
			name = flo_white_company
			home = location:florence
			categories = {
				army_infantry = 15
				army_cavalry = 5
			}
			cost_multiplier = 0.5
			save_scope_as = white_company_scope
		}
	}

	option = {
		name = flavor_flo.63.a
		historical_option = yes
		change_gold_effect = { scale = -6 }

		scope:target_character = {
			move_country = ROOT
		}
		hire_mercenary = scope:white_company_scope
		scope:white_company_scope = {
			random_mercenary_sub_unit = {
				owning_unit = {
					set_as_commander = scope:target_character
				}
			}
		}
	}

	option = {
		name = flavor_flo.63.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_minor_move_to_right
		}
		hidden_effect = {
			destroy_mercenary = scope:white_company_scope	#The loc for the effect is a bit too intense in that context
		}
	}
}