Religion cleanup

This commit is contained in:
Heidesommer 2026-05-23 01:01:32 -04:00
parent 9fb98a6f4c
commit cd1a09e2c1
5 changed files with 194 additions and 520 deletions

View file

@ -69,7 +69,7 @@ heresy.0001 = {
has_game_rule = strict_regional_heresy
trigger_if = {
limit = {
faith = faith:catholic
faith = faith:roman_catholic
}
capital_county = {
title_province = {
@ -135,52 +135,6 @@ heresy.0001 = {
}
add_to_list = potential_heresies
}
if = {
# Abrahamics also get bonus dualistic heresies
limit = {
is_in_family = rf_abrahamic
}
if = {
limit = {
this = religion:christianity_religion
}
faith:mandeaism = {
add_to_list = potential_heresies
}
faith:priscillianism = {
add_to_list = potential_heresies
}
faith:cainitism = {
add_to_list = potential_heresies
}
}
else_if = {
limit = {
this = religion:islam_religion
}
faith:manichean = {
add_to_list = potential_heresies
}
faith:sabianism = {
add_to_list = potential_heresies
}
faith:valentinianism = {
add_to_list = potential_heresies
}
}
else_if = {
limit = {
this = religion:judaism_religion
}
faith:conversos = {
add_to_list = potential_heresies
}
faith:sethianism = {
add_to_list = potential_heresies
}
}
}
}
#We want to pick certain faiths to be our heresy over others, assuming they are valid.
@ -252,165 +206,7 @@ heresy.0001 = {
}
factor = 0
}
# Certain Faiths should be much more rare in general.
# Uncommon Faiths
modifier = {
factor = 0.5
OR = {
#Dualist
this = faith:mandeaism
this = faith:sabianism
}
}
#Rare Faiths
modifier = {
factor = 0.1
OR = {
this = faith:sethianism
this = faith:priscillianism
this = faith:cainitism
}
}
# Lollards more likely in England.
modifier = {
factor = regional_heresy_factor
this = faith:lollard
scope:heretic_capital = {
title_province = {
OR = {
geographical_region = custom_netherlands
geographical_region = world_europe_west_britannia
}
}
}
}
# Cathars more likely in France
modifier = {
factor = regional_heresy_factor
this = faith:cathar
scope:heretic_capital = {
title_province = {
geographical_region = world_europe_west_francia
}
}
}
# Waldensians more likely in Italy/South Germany
modifier = {
factor = regional_heresy_factor
this = faith:waldensian
scope:heretic_capital = {
title_province = {
OR = {
geographical_region = world_europe_south_italy
geographical_region = custom_germany
geographical_region = custom_bavaria
}
}
}
}
# Paulicians more likely in Anatolia
modifier = {
factor = regional_heresy_factor
this = faith:paulician
scope:heretic_capital = {
title_province = {
geographical_region = world_asia_minor
}
}
}
# Iconoclasts more likely in Constantinople
modifier = {
factor = regional_heresy_factor
this = faith:iconoclast
scope:heretic_capital = {
title_province = {
geographical_region = custom_k_thessalonika
}
}
}
# Bogomils more likely in West ERE
modifier = {
factor = regional_heresy_factor
this = faith:bogomilist
scope:heretic_capital = {
title_province = {
geographical_region = world_europe_south_east
}
}
}
# Nestorian more likely in the East
modifier = {
factor = regional_heresy_factor
this = faith:nestorian
scope:heretic_capital = {
title_province = {
OR = {
geographical_region = world_india
geographical_region = world_middle_east
}
}
}
}
# Priscillianism more likely in Egypt or Iberia
modifier = {
factor = regional_heresy_factor
this = faith:priscillianism
scope:heretic_capital = {
title_province = {
OR = {
geographical_region = world_africa_north_east
geographical_region = world_europe_west_iberia
}
}
}
}
# FP3 - Khurramism more likely in Iran
modifier = {
factor = regional_heresy_factor
this = faith:khurramism
scope:heretic_capital = {
title_province = {
geographical_region = world_middle_east_persia
}
}
}
# FP3 - Behafaridism more likely in Iran
modifier = {
factor = regional_heresy_factor
this = faith:zurvanism #Behafaridism
scope:heretic_capital = {
title_province = {
geographical_region = world_middle_east_persia
}
}
}
# FP3 - The "arch heresy", aka Mazdakism more likely in Iran
modifier = {
factor = regional_heresy_factor
this = faith:mazdakism
scope:heretic_capital = {
title_province = {
geographical_region = world_middle_east_persia
}
}
}
# FP3 - Manicheanism more likely in Iran
modifier = {
factor = regional_heresy_factor
this = faith:manichean
scope:heretic_capital = {
title_province = {
geographical_region = world_middle_east_persia
}
}
}
}
save_scope_as = heretic_faith
}
@ -600,16 +396,7 @@ heresy.0005 = {
}
#Religions
faith:theravada.religion = { #Buddhism
add_to_list = eastern_religions
}
faith:manichean.religion = { #Hinduism
add_to_list = eastern_religions
}
faith:vaishnavism.religion = { #Jainism
add_to_list = eastern_religions
}
faith:digambara.religion = { #Dualism
faith:osvicenist.religion = { #Buddhism
add_to_list = eastern_religions
}
@ -696,57 +483,6 @@ heresy.0005 = {
#Certain Faiths are much more likely to appear/spread than others, due to popularity/obscurity.
#Common Faiths
modifier = {
factor = 1
OR = {
#Buddhist
this = faith:theravada
this = faith:mahayana
this = faith:vajrayana
#Hindu
this = faith:vaishnavism
this = faith:smartism
this = faith:srikula_shaktism
#Jain
this = faith:digambara
this = faith:svetambara
#Dualist
this = faith:manichean
}
}
#Uncommon Faiths
modifier = {
factor = 0.5
OR = {
#Hindu
this = faith:advaitism
this = faith:krishnaism
this = faith:kalikula_shaktism
#Jain
this = faith:yapaniya
#Dualist
this = faith:mandeaism
this = faith:sabianism
}
}
#Rare Faiths
modifier = {
factor = 0.1
OR = {
#Dualist
this = faith:valentinianism
this = faith:sethianism
this = faith:priscillianism
this = faith:cainitism
}
}
}
save_scope_as = heretic_faith
}