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.310 匈牙利军事困境

时间范围

1600.1.1 - 1700.1.1,在此期间内,每月有 10% 的概率触发此事件。

触发条件

  • 国家拥有至少一个繁荣度低于 -0.25 的省份。
  • 国家人力储备百分比低于 70%。

关键效果

选项 A: flavor_hun.310.a

  • 增加贵族阶层满意度(轻微惩罚程度)。
  • 增加人力,数值为 6 * 国家月度人力

选项 B: flavor_hun.310.b

  • 增加贵族阶层满意度(轻微奖励程度)。

背景介绍

在17世纪,匈牙利王国时常面临军事与经济的双重压力。长期的战争消耗导致部分地区繁荣度下降,人力储备也捉襟见肘。贵族阶层作为国家军事力量的重要支柱,其态度与支持度对国家应对危机的能力至关重要。此事件反映了匈牙利在动荡时期,需要在安抚贵族与补充军事资源之间做出抉择的局面。

完整事件代码

flavor_hun.310 = {
	type = country_event
	title = flavor_hun.310.title
	desc = flavor_hun.310.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = HUN
		from = 1600.1.1
		to = 1700.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	trigger = {
		any_owned_location = {
			prosperity < -0.25
		}
		manpower_percentage < 0.7

	}

	option = {
		name = flavor_hun.310.a
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
		add_manpower = { value = root.monthly_manpower multiply = 6 }
	}
	option = {
		name = flavor_hun.310.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}
}