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_gen.21 热那亚弩手

时间范围: 1337.1.1 - 1837.1.1(每月 1% 概率)

触发条件:

  • 国家拥有一支包含“热那亚弩手”子单位的部队。

关键效果:

  • 选项 A(历史选项): 获得大量陆军传统。
  • 选项 B: 获得大量威望。

背景介绍: 热那亚弩手是中世纪晚期至文艺复兴时期欧洲战场上著名的雇佣兵单位,以其精湛的技艺和纪律性著称。他们作为精锐远程部队,常被各国雇佣,在关键战役中发挥了决定性作用。此事件旨在模拟热那亚弩手为雇佣国带来的军事荣耀或声望提升。

完整事件代码:

flavor_gen.21 = {
	type = country_event
	fire_only_once = yes
	title = flavor_gen.21.title
	desc = flavor_gen.21.desc
	dynamic_historical_event = {
		tag = GEN
		from = 1337.1.1
		to = 1837.1.1
		monthly_chance = 1
	}
	illustration_tags = {
		10 = happy
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	trigger = {
		any_unit = {
			any_sub_unit = {
				sub_unit_type = unit_type:a_genoese_crossbowmen
			}
			count = 1
		}
	}
	#They shall shape the battlefields of our time.
	option = {
		name = flavor_gen.21.a
		historical_option = yes
		add_army_tradition = army_tradition_extreme_bonus
	}
	#The crossbowmen bring glory to [ROOT.GetCountry.GetName].
	option = {
		name = flavor_gen.21.b
		add_prestige = prestige_extreme_bonus
	}
}