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_cas.79 佩德罗·罗德里格斯的工业改革

时间范围:1760.1.1 - 1780.1.1(每月 1% 概率)

触发条件

  • 国家已接纳“启蒙运动”制度。
  • 国家已接纳“工业化”制度。

关键效果

  • 选项 A (历史选项)
    • 国库减少 4 年收入。
    • 目标人物(佩德罗·罗德里格斯)加入我国。
    • 获得少量研究进度加成。
    • 社会价值观变化:
      • 重商主义 vs 自由贸易:向左移动(偏向重商主义)。
      • 传统主义 vs 创新:向右移动(偏向创新)。
  • 选项 B
    • 社会价值观变化:
      • 重商主义 vs 自由贸易:向右移动(偏向自由贸易)。
      • 传统主义 vs 创新:向左移动(偏向传统主义)。
    • (隐藏效果)目标人物(佩德罗·罗德里格斯)被静默处决。

背景介绍: 该事件模拟了18世纪中后期,在启蒙思想和工业化浪潮的影响下,西班牙(卡斯蒂利亚)可能进行的经济与社会改革。佩德罗·罗德里格斯作为一位来自莱昂地区、具有改革思想的贵族人物登场。事件的核心在于国家是否选择采纳他推动的、以重商主义和工业创新为导向的改革方案,或是选择另一条更为自由化和保守的道路。这反映了当时西班牙帝国在现代化进程中面临的政策抉择与内部张力。

完整事件代码

flavor_cas.79 = { #Industrial Reforms of Pedro Rodriguez
	type = country_event
	title = flavor_cas.79.title
	desc = flavor_cas.79.desc
	image = "gfx/interface/illustrations/institutions/industrialization.dds"
	
	fire_only_once = yes

	historical_info = flavor_cas.79.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1760.1.1
		to = 1780.1.1
		monthly_chance = 1
	}

	trigger = {
		has_embraced_institution = institution:enlightenment
		has_embraced_institution = institution:industrialization
	}

	immediate = {
		location:tineo = { create_dynasty_from_location = Rodriguez }
		create_character = {
			first_name = name_peter
			dynasty = dynasty:Rodriguez
			birth_date = 1723.7.1
			birth_location = location:tineo
			estate = estate_type:nobles_estate
			adm = { 50 80 }
			dip = { 50 80 }
			mil = { 20 40 }
			culture = culture:leonese
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_cas.79.a
		historical_option = yes
		change_gold_effect = { scale = -4 }
		scope:target_character = {
			move_country = root
		}
		add_research_progress = research_progress_mild_bonus
		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_left
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
	}

	option = {
		name = flavor_cas.79.b
		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_right
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}