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.116 卡斯蒂利亚主义

时间范围:1650.1.1 - 1836.1.1,每月 1% 概率触发

触发条件

  • 国家为 CAS(卡斯蒂利亚)或 SPA(西班牙)。
  • 已接纳启蒙运动思潮。

关键效果

  • 选项 A (历史选项)
    • 文化:添加 cultural_tradition_mild_penalty(轻微惩罚的文化传统)。
    • 获得 research_progress_mild_bonus(轻微研究进度加成)。
    • 社会价值观变化:
      • outward_vs_inward(外向 vs 内向):向“左”移动(趋向内向)。
      • traditionalist_vs_innovative(传统 vs 创新):向“右”移动(趋向创新)。
  • 选项 B
    • 文化:添加 cultural_tradition_mild_bonus(轻微加成的文化传统)。
    • 社会价值观变化:
      • outward_vs_inward(外向 vs 内向):向“右”移动(趋向外向)。
      • traditionalist_vs_innovative(传统 vs 创新):向“左”移动(趋向传统)。

背景介绍: “卡斯蒂利亚主义”是西班牙在启蒙运动时期面临的一场思想与社会运动。它反映了传统卡斯蒂利亚价值观与新兴启蒙思想之间的张力。国家需要在拥抱带来知识进步但也可能削弱传统认同的创新思潮,与坚持本土文化传统但可能阻碍社会变革之间做出选择。这一事件深刻影响了西班牙近代的文化发展方向和社会结构变迁。

完整事件代码

flavor_cas.116 = { #The Casticismo
	type = country_event
	title = flavor_cas.116.title
	desc = flavor_cas.116.desc

	fire_only_once = yes

	historical_info = flavor_cas.116.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1650.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	trigger = {
		has_embraced_institution = institution:enlightenment
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	option = {
		name = flavor_cas.116.a
		historical_option = yes
		culture = {
			add_cultural_tradition = cultural_tradition_mild_penalty
		}
		add_research_progress = research_progress_mild_bonus
		change_societal_value = { type = outward_vs_inward value = societal_value_move_to_left }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
	}

	option = {
		name = flavor_cas.116.b
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}
		change_societal_value = { type = outward_vs_inward value = societal_value_move_to_right }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
	}
}