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.27 圣多默基督徒

时间范围:1450.1.1 - 1550.1.1(每月 10% 概率)

触发条件

  • 葡萄牙(POR)拥有至少一个位于南亚次大陆的省份。
  • 该省份的主流宗教属于基督教组,但不是天主教。

关键效果

  • 选项 A (历史选项)
    • 在葡萄牙拥有的一个随机南亚省份中,所有属于基督教组但非天主教的居民人口中,有25%的人口将皈依天主教。
    • 社会价值观向“灵性主义 vs 人文主义”的左侧(灵性主义方向)发生小幅移动。
  • 选项 B
    • 教士阶层满意度受到轻微惩罚。
    • 社会价值观向“灵性主义 vs 人文主义”的右侧(人文主义方向)发生移动。

背景介绍: 圣多默基督徒是印度南部一个历史悠久的基督教社群,传统上被认为由使徒多马在公元1世纪建立。在葡萄牙殖民者于15世纪末至16世纪初抵达印度后,他们试图将这一社群纳入罗马天主教的管辖之下,引发了关于宗教权威、文化融合与地方传统的复杂互动。此事件反映了葡萄牙帝国在亚洲进行宗教扩张与整合的尝试。

完整事件代码

flavor_por.27 = { #Saint Thomas Christians
	type = country_event
	title = flavor_por.27.title
	desc = flavor_por.27.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1450.1.1
		to = 1550.1.1
		monthly_chance = 10
	}

	trigger = {
		any_owned_location = {
			sub_continent = sub_continent:south_asia
			dominant_religion.group = religion_group:christian
			NOT = { dominant_religion = religion:catholic }
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_por.27.a
		historical_option = yes
		random_owned_location = {
			limit = { sub_continent = sub_continent:south_asia }
			every_pop = {
				limit = {
					owner = root
					religion.group = religion_group:christian
					NOT = { religion = religion:catholic }
				}
				split_pop = {
					fraction = 0.25
					religion = religion:catholic
				}
			}
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_left }
	}

	option = {
		name = flavor_por.27.b
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
	}

	historical_info = flavor_por.27.historical_info
}