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_hun.200 匈牙利军事改革

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

触发条件

  • 国家没有摄政王 (has_regent = no)

关键效果

  • 选项flavor_hun.200.a
    • 改变社会价值观:quality_vs_quantity 向左移动 (societal_value_move_to_left)
    • 改变社会价值观:land_vs_naval 向左移动 (societal_value_move_to_left)

背景介绍: 该事件模拟了15世纪中叶匈牙利王国可能进行的一次军事改革或战略调整。在1455年至1470年间,若国家由君主直接统治(无摄政王),则有概率触发此事件。事件的核心决策将引导国家在“质量与数量”以及“陆军与海军”这两对社会价值观上做出选择,推动军事体系向更注重质量与陆军的传统方向转变,这反映了当时中欧地区面临奥斯曼帝国压力下,强化陆军和精锐部队建设的潜在历史路径。

完整事件代码

flavor_hun.200 = {
	type = country_event
	title = flavor_hun.200.title
	desc = flavor_hun.200.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = HUN
		from = 1455.1.1
		to = 1470.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	trigger = {
		has_regent = no
	}

	option = {
		name = flavor_hun.200.a
		change_societal_value = { type = quality_vs_quantity	value = societal_value_move_to_left	}
		change_societal_value = { type = land_vs_naval	value = societal_value_move_to_left	}
	}
}