diff --git a/CK3ToEU4/Data_Files/blankMod/output/common/rebel_types/01_converted_rebel_types.txt b/CK3ToEU4/Data_Files/blankMod/output/common/rebel_types/01_converted_rebel_types.txt index f18e7f99..6f298928 100644 --- a/CK3ToEU4/Data_Files/blankMod/output/common/rebel_types/01_converted_rebel_types.txt +++ b/CK3ToEU4/Data_Files/blankMod/output/common/rebel_types/01_converted_rebel_types.txt @@ -15201,4 +15201,199 @@ atenism_rebels = { force_converted = yes } } -} \ No newline at end of file +} + +nuragic_pagan_rebels = { + + area = nation # Sticks to provinces of their nation + government = theocracy # Desires Theocracy + religion = nuragic_pagan + defection = none # Defects to countries of their religion + defect_delay = 120 # Held provinces will auto-defect after 18 months, regardless of accept/enforce demands. + independence = none # Does not strive for independence + unit_transfer = yes + gfx_type = culture_province + + resilient = no + reinforcing = yes + general = yes + smart = yes + + artillery = 0.0 + infantry = 0.7 + cavalry = 0.3 + + morale = 1.1 + + # Possible handle actions + handle_action_negotiate = yes + handle_action_stability = yes + handle_action_build_core = yes + handle_action_send_missionary = yes + + # The rebel type with the highest modifier for this province gets picked + spawn_chance = { + factor = 1 + modifier = { + factor = 0.5 + is_overseas = yes + } + modifier = { + factor = 0.0 + owner = { religion = ROOT } + } + modifier = { + factor = 0.0 + NOT = { religion = nuragic_pagan } + } + modifier = { + factor = 0.001 + tolerance_to_this = 5 + } + modifier = { + factor = 0.5 + tolerance_to_this = 2 + } + modifier = { + factor = 5.0 + owner = { has_country_flag = religious_turmoil } + } + modifier = { + factor = 2000 + has_missionary = yes + } + modifier = { + factor = 2 + NOT = { tolerance_to_this = 1 } + } + modifier = { + factor = 2 + NOT = { tolerance_to_this = -1 } + } + modifier = { + factor = 2 + NOT = { tolerance_to_this = -2 } + } + } + + # This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.5 + units_in_province = 1 + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 0.0 + religion = nuragic_pagan + owner = { religion = nuragic_pagan } + } + modifier = { + factor = 2.0 + NOT = { religion = nuragic_pagan } + any_neighbor_province = { + religion = nuragic_pagan + NOT = { has_province_modifier = "forced_conversion" } + } + } + modifier = { + factor = 1.5 + unrest = 2 + } + modifier = { + factor = 1.5 + unrest = 4 + } + modifier = { + factor = 1.5 + unrest = 6 + } + } + + # Province Scope + siege_won_trigger = { + NOT = { + AND = { + owned_by = PAP + is_capital = yes + } + } + } + siege_won_effect = { + if = { + limit = { + religion = nuragic_pagan + } + add_province_modifier = { + name = "religious_violence" + duration = 730 + } + } + if = { + limit = { + NOT = { religion = nuragic_pagan } + } + change_religion = nuragic_pagan + add_province_modifier = { + name = "forced_conversion" + duration = 730 + } + } + } + + # Country scope + can_negotiate_trigger = { + religion_group = pagan + } + + # Country scope + can_enforce_trigger = { + always = yes + } + + # Localisation for their demands + demands_description = "generic_rebels_demand" + + # Country Scope + demands_enforced_effect = { + if = { + limit = { + NOT = { religion_group = pagan } + } + add_prestige = -50 + every_owned_province = { + limit = { + has_rebel_faction = REB + } + add_local_autonomy = 20 + } + } + if = { + limit = { + tag = PAP + } + add_stability = -1 + } + if = { + limit = { + religion = nuragic_pagan + } + add_country_modifier = { + name = "religious_intolerance" + duration = 3650 + } + } + if = { + limit = { + religion_group = pagan + NOT = { religion = nuragic_pagan } + } + change_religion = nuragic_pagan + force_converted = yes + } + } +} diff --git a/CK3ToEU4/Data_Files/blankMod/output/common/religions/01_christianity.txt b/CK3ToEU4/Data_Files/blankMod/output/common/religions/01_christianity.txt index 3a1a935c..247bfab0 100644 --- a/CK3ToEU4/Data_Files/blankMod/output/common/religions/01_christianity.txt +++ b/CK3ToEU4/Data_Files/blankMod/output/common/religions/01_christianity.txt @@ -27,6 +27,43 @@ christian = { will_of_the_martyrs } } + arianism = { + color = { 120 120 0 } + icon = 107 + allowed_conversion = { + reformed + hussite + monophysite + } + country = { + global_tax_modifier = 0.1 + stability_cost_modifier = -0.1 + } + country_as_secondary = { + global_tax_modifier = 0.1 + defensiveness = 0.1 + } + on_convert = { + change_religion = reformed + add_prestige = -100 + remove_country_modifier = counter_reformation + remove_country_modifier = the_statue_in_restraint_of_appeals + remove_country_modifier = revocation_of_restraint_of_appeals + remove_country_modifier = bavarian_jesuits + remove_country_modifier = the_societas_jesu + remove_country_modifier = the_declaration_of_indulgence + remove_country_modifier = de_heretico_comburendo + remove_country_modifier = the_conventicle_act + } + + heretic = { BOGOMILIST WALDENSIAN HUSSITE LOLLARD SOCINIAN } + + date = 325.1.1 + + fervor = yes + + misguided_heretic = yes # Other christians hate them less + } messalian = { color = { 0.6 0.1 0.4 } #153 25.5 102 icon = 33 diff --git a/CK3ToEU4/Data_Files/blankMod/output/common/religions/09_pagan.txt b/CK3ToEU4/Data_Files/blankMod/output/common/religions/09_pagan.txt index dc051a52..abd7c797 100644 --- a/CK3ToEU4/Data_Files/blankMod/output/common/religions/09_pagan.txt +++ b/CK3ToEU4/Data_Files/blankMod/output/common/religions/09_pagan.txt @@ -460,4 +460,21 @@ pagan = { heretic = { DARKNESS SNAKE_CLAN } } + nuragic_pagan = { + color = { 120 128 95 } + icon = 164 + country = { + build_cost = -0.1 + tolerance_heretic = 1 + } + province = { + local_missionary_strength = 0.02 + } + country_as_secondary = { + build_cost = -0.1 + tolerance_heretic = 1 + } + + heretic = { SNAKE_CLAN } + } } \ No newline at end of file diff --git a/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_english.yml b/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_english.yml index ee87e442..753707a2 100644 --- a/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_english.yml +++ b/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_english.yml @@ -41,8 +41,10 @@ samaritan_faith:3 "Samaritan" karaite_faith:3 "Karaite" jain:3 "Jain" - + arianism: "Arian" + #Descriptions + arianism_religion_desc:0 "Arianism is a nontrinitarian branch of Christianity that asserts that Jesus Christ is the Son of God, created by God the Father, distinct from the Father and therefore subordinate to the Father. Arian teachings were first attributed to Arius and declared heretical by the First Council of Nicaea in 325." pagan_religion_religion_desc:3 "Since the dawn of history, both Europe and the Middle East have been home to countless Pagan religions and cults unrelated to the Abrahamic faiths." bon_religion_desc:3 "Bön is the ancient indigenous pre-Buddhist religion of Tibet. It is shamanistic and animistic in nature with multiple deities. After the introduction of Buddhism to Tibet, Bön adopted many of its elements." west_african_pagan_religion_desc:3 "The West African religion includes many of the diverse pagan beliefs of the tribes of Sub-Saharan Africa. Ancestor worship, animism and totemistic shamanism dominate, but there also various pantheons of gods." @@ -175,7 +177,10 @@ mardukism: "Mardukism" mardukism_religion_desc: "The history of the Chaldean pantheon stretches back many thousands of years. Worshipping gods such as Anu, Enki and Nanna, the devotees of the Chaldean religion construct imposing temples in honor of their chosen God." ajivika: "Ajivika" -# March 21 additions: + nuragic_pagan: "Nuragic" + nuragic_pagan_religion_desc:0 "Nuragic is a belief that stretches back to the Bronze Age of Corsica and Sardinia. Filled with cults of animals and wells, most central to Nuragic belief is the Henotheistic belief in a Father God known by many names, including Sardo, Sid Addir, and more." + + #March 21 additions: # Religions germanic_pagan:0 "Fyrnsidu" anglo_pagan:0 "Osgeleafe" diff --git a/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_french.yml b/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_french.yml index 61ee541b..653497db 100644 --- a/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_french.yml +++ b/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_french.yml @@ -41,9 +41,10 @@ samaritan_faith:3 "Samaritain" karaite_faith:3 "Karaite" jain:3 "Jain" + arianism: "Arianisme" - - mazdaki_religion_desc:3 "Mazdak était un prêtre zoroastrien qui prétendait être le prophète d'Ahurâ Mazda. Il tenta de réformer la religion en y introduisant des éléments gnostiques, et chercha à mettre en avant une possession communautaire des biens et des programmes de charité." + arianism_religion_desc:0 "L'arianisme est une branche du christianisme qui affirme que Jésus-Christ est le Fils de Dieu, créé par Dieu le Père, distinct du Père et donc subordonné au Père. Les enseignements ariens ont d'abord été attribués à Arius, puis ont été déclarés hérétiques par le premier Concile de Nicée en 325." + mazdaki_religion_desc:3 "Mazdak était un prêtre zoroastrien qui prétendait être le prophète d'Ahurâ Mazda. Il tenta de réformer la religion en y introduisant des éléments gnostiques, et chercha à mettre en avant une possession communautaire des biens et des programmes de charité." manichean_religion_desc:3 "Le manichéisme est une religion gnostique, incorporant des éléments propres au christianisme, au zoroastrianisme au bouddhisme et au gnosticisme." baltic_pagan_reformed_religion_desc:3 "La foi baltique réformée dispose d'un Livre Saint, comprenant les mythes de la Création, divers chapitres sur les dieux et un livre consacré aux prophéties. L'Église dispose d'une liturgie uniformisée et d'une hiérarchie bien établie, au sommet de laquelle se trouve le Grand Prêtre des dievs." finnish_pagan_reformed_religion_desc:3 "La foi suomenusko réformée dispose d'un Livre Saint, comprenant les mythes de la Création, divers chapitres sur les dieux et un livre consacré aux sorts et aux mystères. L'Église dispose aussi d'une liturgie uniformisée et une hiérarchie bien établie, au sommet de laquelle se trouve le grand prêtre d'Ukko." @@ -173,7 +174,10 @@ kemetism_religion_desc: "L'histoire de la religion égyptienne indigène remonte à plusieurs milliers d'années. Se manifestant comme une foi polythéiste, le culte de Ra, Atum, Sekhmet et d'autres, montre une profonde révérence pour les aspects fondamentaux du monde naturel." mardukism: "Mardoukisme" mardukism_religion_desc: "L'histoire du panthéon chaldéen remonte à plusieurs milliers d'années. Adorant des dieux comme Anu, Enki et Nanna, les fidèles de la religion chaldéenne construisent des temples imposants en l'honneur de leur Dieu choisi." -# March 21 update + nuragic_pagan: "Nuragique" + nuragic_pagan_religion_desc:0 "Le nuragique est une croyance qui remonte à l'âge du bronze de la Corse et de la Sardaigne. Rempli de cultes d'animaux et de puits, le point central de la croyance nuragique est la croyance hénothéiste en un Dieu Père connu sous de nombreux noms, dont Sardo, Sid Addir, et plus encore." + + #March 21 update # Religions germanic_pagan:0 "Fyrnsidu" anglo_pagan:0 "Osgeleafe" diff --git a/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_german.yml b/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_german.yml index 0fa8a706..4cba908e 100644 --- a/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_german.yml +++ b/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_german.yml @@ -41,8 +41,9 @@ samaritan_faith:3 "Samariter" karaite_faith:3 "Karaite" jain:3 "Jain" + arianism: "Arianismus" - + arianism_religion_desc:0 "Der Arianismus ist ein nichttrinitarischer Zweig des Christentums, der behauptet, dass Jesus Christus der Sohn Gottes ist, der von Gott dem Vater geschaffen wurde, sich vom Vater unterscheidet und daher dem Vater untergeordnet ist. Die arianischen Lehren wurden erstmals Arius zugeschrieben und 325 vom Ersten Konzil von Nicäa für ketzerisch erklärt." mazdaki_religion_desc:3 "Mazdak war ein zoroastrischer Priester, der behauptete, ein Prophet von Ahura Mazda zu sein. Er versuchte, die Religion mit gnostischen Elementen zu reformieren und setzte sich für kommunale Besitztümer und Wohlfahrtsprogramme ein." manichean_religion_desc:3 "Der Manichäismus ist eine gnostische Religion, die Elemente des Christentums, des Zoroastrismus, des Buddhismus und des Gnostizismus vereint." baltic_pagan_reformed_religion_desc:3 "Der reformierte baltische Glaube hat ein Heiliges Buch mit einem Schöpfungsmythos, Kapitel über die Götter und ein Buch mit Prophezeiungen. Die Kirche hat auch eine standardisierte Liturgie und eine offizielle Kirchenhierarchie unter Leitung des Hohepriesters von Dievs." @@ -172,7 +173,10 @@ kemetism_religion_desc: "Die Geschichte der indigenen ägyptischen Religion reicht viele tausend Jahre zurück. Die Verehrung von Ra, Atum, Sekhmet und anderen, die sich als polytheistischer Glaube manifestiert, zeigt eine tiefe Ehrfurcht vor den grundlegenden Aspekten der natürlichen Welt." mardukism: "Mardukismus" mardukism_religion_desc: "Die Geschichte des chaldäischen Pantheons reicht viele tausend Jahre zurück. Die Anhänger der chaldäischen Religion verehren Götter wie Anu, Enki und Nanna und errichten imposante Tempel zu Ehren ihres auserwählten Gottes." -# March 21 update + nuragic_pagan: "Nuragisch" + nuragic_pagan_religion_desc:0 "Nuragic ist ein Glaube, der bis in die Bronzezeit Korsikas und Sardiniens zurückreicht. Voller Tier- und Brunnenkulte ist der henotheistische Glaube an einen Vatergott, der unter vielen Namen bekannt ist, darunter Sardo, Sid, das Herzstück des nuraghischen Glaubens Addir und mehr. + + #March 21 update # Religions germanic_pagan:0 "Fyrnsidu" anglo_pagan:0 "Osgeleafe" diff --git a/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_spanish.yml b/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_spanish.yml index 3f5c264b..6842a6a0 100644 --- a/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_spanish.yml +++ b/CK3ToEU4/Data_Files/blankMod/output/localisation/replace/converted_religions_l_spanish.yml @@ -41,7 +41,9 @@ samaritan_faith:3 "Samaritana" karaite_faith:3 "Karaita" jain:3 "Jain" - + arianism: "Arrianismo" + + arianism_religion_desc: "El arrianismo es una rama del cristianismo Nontrinitario que afirma que Jesucristo es el Hijo de Dios, creado por Dios el Padre, distinto del Padre y por lo tanto subordinado al Padre. enseñanzas arrianas fueron atribuidas primero a Arrio y declaradas heréticas por el Primer Concilio de Nicea en el año 325." mazdaki_religion_desc:3 "Mazdak fue un sacerdote zoroastriano que afirmaba ser profeta de Ahura Mazda. Intentó reformar la religión con elementos gnósticos y defendía las posesiones comunitarias y los programas de bienestar." manichean_religion_desc:3 "El maniqueísmo es una religión gnóstica que incorpora elementos del cristianismo, el zoroastrismo, el budismo y el gnosticismo." baltic_pagan_reformed_religion_desc:3 "El culto báltico reformado tiene un libro sagrado con un mito sobre la creación, capítulos sobre los dioses y un libro de profecías. La iglesia también tiene una liturgia estandarizada y una jerarquía eclesiástica formal liderada por el alto sacerdote de Dievas." @@ -172,7 +174,10 @@ kemetism_religion_desc: "La historia de la religión indígena egipcia se remonta a muchos miles de años. Manifestando como una fe politeísta, la adoración de Ra, Atum, Sekhmet y otros, muestra una profunda reverencia por los aspectos fundamentales del mundo natural." mardukism: "Marduquismo" mardukism_religion_desc: "La historia del panteón caldeo se remonta a muchos miles de años. Adorando a dioses como Anu, Enki y Nanna, los devotos de la religión caldea construyen imponentes templos en honor a su Dios elegido." -# March 21 update + nuragic_pagan: "Nuragico" + nuragic_pagan_religion_desc:0 "La nurágica es una creencia que se remonta a la Edad del Bronce de Córcega y Cerdeña. Llena de cultos a animales y pozos, lo más central de la creencia nurágica es la creencia henoteísta en un Dios Padre conocido por muchos nombres, incluidos Sardo, Sid Addir y más." + + #March 21 update # Religions germanic_pagan:0 "Fyrnsidu" anglo_pagan:0 "Osgeleafe"