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_mch.1 马查统治者与贵族

时间范围:1584.1.1 - 1630.1.1,每月 10% 概率触发

触发条件

  • 国家拥有统治者 (has_ruler = yes)

关键效果

  • 选项 A (历史选项)
    • 改变社会价值观:
      • centralization_vs_decentralization:向左移动(趋向中央集权)
      • traditionalist_vs_innovative:向右移动(趋向创新)
      • capital_economy_vs_traditional_economy:向左移动(趋向资本经济)
  • 选项 B
    • 改变社会价值观:
      • centralization_vs_decentralization:向右移动(趋向地方分权)
      • traditionalist_vs_innovative:向左移动(趋向传统)
      • capital_economy_vs_traditional_economy:向右移动(趋向传统经济)

背景介绍: 该事件模拟了16世纪末至17世纪初,马查(MCH)地区的统治者与贵族阶层之间的互动与政策抉择。这一时期,统治者面临着平衡中央集权与地方贵族权力、推动社会革新与维护传统、以及发展新兴资本经济或依赖传统经济模式的关键决策。这些选择将深刻影响国家未来的社会结构和经济发展方向。

完整事件代码

flavor_mch.1 = {
	type = country_event
	title = flavor_mch.1.title
	desc = flavor_mch.1.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = MCH
		from = 1584.1.1
		to = 1630.1.1
		monthly_chance = 10
	}

	trigger = {
		has_ruler = yes
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mch.1.a
		historical_option = yes

		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_left }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_left }

	}
	
	option = {
		name = flavor_mch.1.b

		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }

	}
}