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_hab.2103] 土地管理的拉布化改革

时间范围:1750.1.1 - 1770.1.1(每月 1% 概率)

触发条件

  • 国家拥有变量 hab_reforms_of_enlightenment

关键效果

  • 选项 A (flavor_hab.2103.a)

    • 稳定性:stability_severe_penalty
    • 国库收入:change_gold_effect = { scale = 6 }
    • 将新创建的人物 弗朗西斯·安东尼·冯·拉布 移入本国
    • 阶层满意度:
      • 神职人员阶层:estate_satisfaction_severe_penalty
      • 贵族阶层:estate_satisfaction_severe_penalty
      • 农民阶层:estate_satisfaction_severe_bonus
    • 社会价值观:traditionalist_vs_innovativesocietal_value_move_to_right 移动
  • 选项 B (flavor_hab.2103.b)

    • 稳定性:stability_mild_bonus
    • 阶层满意度:
      • 神职人员阶层:estate_satisfaction_mild_bonus
      • 贵族阶层:estate_satisfaction_mild_bonus
      • 农民阶层:estate_satisfaction_mild_penalty
    • 社会价值观:traditionalist_vs_innovativesocietal_value_move_to_left 移动
    • 隐藏效果:静默处决新创建的人物 弗朗西斯·安东尼·冯·拉布

背景介绍: 该事件模拟了18世纪中叶哈布斯堡君主国(奥地利)在启蒙改革背景下,围绕土地管理现代化所面临的抉择。弗朗西斯·安东尼·冯·拉布作为一位出身市民阶层、具有改革思想的官僚,其主张的土地管理“拉布化”改革旨在提高行政效率和国家收入,但会严重触动传统贵族和教会的特权与利益,同时可能惠及农民阶层。统治者需要在推动激进改革以增强国力与维护传统社会结构稳定之间做出选择。

完整事件代码

flavor_hab.2103 = { #The Raabization of the Land Management - formerly flavor_hab.87
	type = country_event
	title = flavor_hab.2103.title
	desc = flavor_hab.2103.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1750.1.1
		to = 1770.1.1
		monthly_chance = 1
	}

	trigger = {
		has_variable = hab_reforms_of_enlightenment
	}

	immediate = {
		create_character = {
			first_name = name_francis.name_anthony
			last_name = von_Raab
			birth_date = 1722.12.21
			birth_location = location:vienna
			estate = estate_type:burghers_estate
			adm = { 20 60 }
			dip = { 20 60 }
			mil = { 20 40 }
			culture = culture:danube_bavarian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_hab.2103.a
		add_stability = stability_severe_penalty
		change_gold_effect = { scale = 6 }
        scope:target_character = {
            move_country = root
        }
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_penalty
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}
		add_estate_satisfaction = { type = estate_type:peasants_estate
			value = estate_satisfaction_severe_bonus
		}
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
	}

	option = {
		name = flavor_hab.2103.b
		add_stability = stability_mild_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
		add_estate_satisfaction = { type = estate_type:peasants_estate
			value = estate_satisfaction_mild_penalty
		}
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}