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_por.28 葡萄牙宗教裁判所的建立

时间范围:1515.1.1 - 1615.1.1(每月 10% 概率触发)

触发条件

  • 国家拥有君主。
  • 国家拥有配偶。
  • 国家采用 local_courts 政策。
  • 存在至少一个联姻国家,且该国家满足以下所有条件:
    • 总人口大于或等于本国总人口。
    • 宗教为天主教。
    • 已采用 local_courts 政策。

关键效果

  • 选项 A (历史选项)
    • 为本国添加 local_courts 政策。
    • 增加教士阶层满意度(estate_satisfaction_weak_bonus)。
    • 使触发事件的目标国家(target_country)对本国增加支持性君主的好感度(opinion_supportive_monarch)。
    • 使社会价值观向“灵性主义 vs 人文主义”的左侧(灵性主义方向)移动。
  • 选项 B
    • 降低教士阶层满意度(estate_satisfaction_mild_penalty)。
    • 使触发事件的目标国家(target_country)对本国增加落后君主的好感度(opinion_backward_monarch)。
    • 使社会价值观向“灵性主义 vs 人文主义”的右侧(人文主义方向)移动。

背景介绍: 该事件模拟了葡萄牙宗教裁判所的建立过程。在16世纪,随着宗教改革的影响和国内宗教统一的需求,葡萄牙王室面临来自国内教士阶层以及外部天主教大国(尤其是通过王室联姻联系的、已建立类似宗教法庭制度的国家)的压力,要求设立宗教裁判所以加强对异端和改宗者的控制,巩固天主教信仰和王权。选择建立裁判所将强化教士阶层的权力和国家的宗教控制力,但可能影响与其他国家的关系和社会思潮。

完整事件代码

flavor_por.28 = { #The Establishment of Portuguese Inquisition
	type = country_event
	title = flavor_por.28.title
	desc = flavor_por.28.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1515.1.1
		to = 1615.1.1
		monthly_chance = 10
	}

	trigger = {
		has_ruler = yes
		has_consort = yes
		NOT = {
			has_policy = local_courts
		}
		any_royal_marriage = {
			total_population >= root.total_population
			religion = religion:catholic
			has_policy = local_courts
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler = {
			save_scope_as = target_character
		}
		random_royal_marriage = {
			limit = {
				total_population >= root.total_population
				religion = religion:catholic
				has_policy = local_courts
			}
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_por.28.a
		historical_option = yes
		add_policy = policy:local_courts
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_weak_bonus }
		scope:target_country = {
			add_opinion = { target = root modifier = opinion_supportive_monarch }
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
	}

	option = {
		name = flavor_por.28.b
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		scope:target_country = {
			add_opinion = { target = root modifier = opinion_backward_monarch }
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
	}

	historical_info = flavor_por.28.historical_info
}