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.1301 新印度群岛法

时间范围:1530.1.1 - 1550.1.1(每月 2% 概率触发)

触发条件

  • 拥有至少一个首都位于美洲大陆的附属国。
  • 已触发过 laws_of_burgos_happened 变量相关事件。
  • 当前已启用 laws_of_burgos 政策。

关键效果

  • 选项 A (历史选项)
    • 锁定 laws_of_burgos 政策。
    • 解锁并启用 new_laws_indies 政策。
    • 所有殖民领类型的附属国也将启用 new_laws_indies 政策并锁定 laws_of_burgos 政策。
    • 教士阶层满意度小幅提升。
  • 选项 B
    • 教士阶层满意度小幅下降。
    • 国家稳定度小幅下降。

背景介绍: 此事件模拟了西班牙帝国在美洲殖民统治时期的法律演进。在早期《布尔戈斯法》的基础上,面对殖民地的实际情况和各方压力(尤其是教会对原住民权益的关注),西班牙王室颁布了更为系统和完善的《新印度群岛法》。该法旨在进一步规范殖民地的治理、原住民的地位以及殖民者与王室的关系,标志着西班牙对其海外帝国管理制度的重大调整。

flavor_cas.1301 = { #New Laws of the Indies
	type = country_event
	title = flavor_cas.1301.title
	desc = flavor_cas.1301.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		from = 1530.1.1
		to = 1550.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:peasants background = pop_type:clergy }

		set_variable = { name = had_new_laws value = 1 }
	}

	trigger = {
		any_subject = {
			capital.continent = continent:america
		}
		has_variable = laws_of_burgos_happened
		has_policy = laws_of_burgos
	}

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

		lock_policy_effect = { type = laws_of_burgos }
		unlock_policy_effect = { type = new_laws_indies }
		add_policy = policy:new_laws_indies
		custom_tooltip = flavor_cas.1301.a.tt
		hidden_effect = {
			every_subject = {
				limit = {
					is_subject_type = colonial_nation
				}
				add_policy = policy:new_laws_indies
				lock_policy_effect = { type = laws_of_burgos }
			}
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}
	option = {
		name = flavor_cas.1301.b

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		add_stability = stability_mild_penalty
	}
}