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

590 骠骑兵的起源

时间范围:1400.1.1 - 1500.1.1(每月 1% 概率)

触发条件

  • 奥斯曼帝国(TUR)与匈牙利(HUN)接壤。
  • 匈牙利已拥有“复合轻骑兵”科技(hun_composite_light_cavalry)。
  • 特兰西瓦尼亚地区(transylvania_area)中,至少有一个省份满足以下条件:
    • 省份所有者为匈牙利。
    • 省份的本地文化统一度小于1。
    • 省份内存在塞尔维亚文化(culture:serbian)的人口。

关键效果

  • 选项 A

    • 名称:flavor_hun.590.a
    • 效果:增加少量陆军传统(army_tradition_mild_bonus)。
  • 选项 B

    • 名称:flavor_hun.590.b
    • 历史选项:是(historical_option = yes
    • 效果:
      • 减少12金币(change_gold_effect = { scale = -12 })。
      • 增加大量陆军传统(army_tradition_ultimate_bonus)。

背景介绍: 15世纪,面对日益强大的奥斯曼帝国的军事压力,匈牙利王国急需改革其军事力量。在特兰西瓦尼亚地区,匈牙利统治者接触到了当地塞尔维亚移民带来的轻骑兵战术与组织经验。这些经验与匈牙利本地的骑兵传统相结合,最终催生了后来闻名欧洲的军事单位——骠骑兵。这一事件标志着匈牙利军事史上一个重要的创新时期。

完整事件代码

flavor_hun.590 = { #The Origin of the Hussars
	type = country_event
	title = flavor_hun.590.title
	desc = flavor_hun.590.desc
	historical_info = flavor_hun.590.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 1
	}

	trigger = {
		c:TUR = {
			is_neighbor_of = c:HUN
		}
		has_advance = hun_composite_light_cavalry
		area:transylvania_area = {
			any_location_in_area = {
				owner = root
				local_cultural_unity < 1
				any_pop = {
					culture = culture:serbian
				}
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_hun.590.a
		add_army_tradition = army_tradition_mild_bonus
	}

	option = {
		name = flavor_hun.590.b
		historical_option = yes
		change_gold_effect = { scale = -12 }
		add_army_tradition = army_tradition_ultimate_bonus
	}
}