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.1302 巴利亚多利德辩论

时间范围:1540.1.1 - 1565.1.1(每月 5% 概率)

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)
  • 拥有巴利亚多利德地区 (owns = location:valladolid)
  • 拥有变量 had_new_laws
  • 拥有任意附庸国,其首都位于美洲大陆 (any_subject = { capital.continent = continent:america })
  • 已启用政策 encomienda_system_policy

关键效果

  • 选项 A (flavor_cas.1302.a)

    • 历史选项:是
    • 效果:增加少量威望 (add_prestige = prestige_mild_bonus)
  • 选项 B (flavor_cas.1302.b)

    • 效果:
      • 社会价值观向“传统主义”方向移动 (change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left })
      • 解锁政策效果 valladolid_sepulveda
      • 锁定政策效果 encomienda_system_policy
      • 添加政策 policy:valladolid_sepulveda
      • 隐藏效果:静默杀死角色 target_character_casas(巴托洛梅·德·拉斯·卡萨斯)
  • 选项 C (flavor_cas.1302.c)

    • 效果:
      • 社会价值观向“人文主义”方向移动 (change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right })
      • 解锁政策效果 valladolid_las_casas
      • 锁定政策效果 encomienda_system_policy
      • 添加政策 policy:valladolid_las_casas
      • 隐藏效果:静默杀死角色 target_character_sepulveda(胡安·希内斯·德·塞普尔韦达)

背景介绍: 该事件模拟了历史上著名的“巴利亚多利德辩论”(1550-1551年)。这场辩论由西班牙国王卡洛斯一世召集,旨在讨论新大陆原住民的权利与地位,以及西班牙殖民统治的合法性。辩论双方的代表人物——多明我会修士巴托洛梅·德·拉斯·卡萨斯与人文主义者胡安·希内斯·德·塞普尔韦达——就“委托监护制”的合理性、原住民是否具有理性灵魂等核心问题展开了激烈交锋。辩论虽未形成具有法律约束力的结论,但对西班牙殖民政策、国际法思想乃至人权观念的发展产生了深远影响。

完整事件代码

flavor_cas.1302 = { # The Valladolid Debate
	type = country_event
	title = flavor_cas.1302.title
	desc = flavor_cas.1302.desc
	historical_info = flavor_cas.1302.historical_info
	image = "gfx/interface/illustrations/society/religion.dds"
	

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1540.1.1
		to = 1565.1.1
		monthly_chance = 5
	}

	immediate = {

		create_character = {
			first_name = name_bartholomew
			last_name = de_las_Casas
			religion = religion:catholic
			estate = estate_type:clergy_estate
			birth_date = 1484.11.11
			female = no
			birth_location = location:sevilla
			adm = 58
			dip = 77
			mil = 42
			save_scope_as = target_character_casas
		}

		create_character = {
			first_name = name_john.name_genesius
			last_name = de_sepulveda
			religion = religion:catholic
			estate = estate_type:clergy_estate
			birth_date = 1490.1.1
			female = no
			birth_location = location:pedroche
			adm = 76
			dip = 53
			mil = 47
			save_scope_as = target_character_sepulveda
		}
	}

	trigger = {
		religion = religion:catholic
		owns = location:valladolid
		has_variable = had_new_laws
		any_subject = {
			capital.continent = continent:america
		}
		has_policy = encomienda_system_policy
	}

	option = {
		name = flavor_cas.1302.a
		historical_option = yes

		add_prestige = prestige_mild_bonus
	}

	option = {
		name = flavor_cas.1302.b

		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
		unlock_policy_effect = { type = valladolid_sepulveda }
		lock_policy_effect = { type = encomienda_system_policy }
		add_policy = policy:valladolid_sepulveda
		hidden_effect = { kill_character_silently = scope:target_character_casas }
	}

	option = {
		name = flavor_cas.1302.c

		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
		unlock_policy_effect = { type = valladolid_las_casas }
		lock_policy_effect = { type = encomienda_system_policy }
		add_policy = policy:valladolid_las_casas
		hidden_effect = { kill_character_silently = scope:target_character_sepulveda }
	}
}