Okay, final version. I think the pace of it is working well - it's not an instant conversion, but a player who is interested in converting will be able to convert within a decade, and it can cause havok with the AI.
Here's my last test run:
July 1590: Game begins.
July 1592: 3 Missionary Events.
Provinces with a Catholic presence: 8: Iwami, Harima, Iyo, Awa, Kii, Musashi, Dewa, Ezochi.
Provinces with a Catholic minority: 0.
Provinces with a significant Catholic minority: 0.
Provinces with a large Catholic minority: 0.
Catholic provinces: 0.
July 1594: An incredible 6 missionary events!
Provinces with a Catholic presence: 6: Aki, Inaba, Settsu, Yamashiro, Mino, Echigo.
Provinces with a Catholic minority: 3: Mutsu, Dewa, Shimotsuke.
Provinces with a significant Catholic minority: 0.
Provinces with a large Catholic minority: 0.
Catholic provinces: Ezochi, Musashi, Kii, Harima, Iwami.
In August 1594 the next missionary event fired, and since Musashi was Catholic, my entire country converted to Catholicism. (Ironically, just weeks earlier the province of Iwami had gotten the rare "Christianity in Decline" event and become Buddhist again)
So it seems to work. The process is sped up in your case since you had so many Missionary events previously, and their modifiers are still in place in Japan. Normally it will be the work of more than a decade to get to this point (I think).
Anyway, here you go: just copy and paste this code over the event already in your DG_Catholic.txt event file.Code:country_event = { #The Black Robes visit $CAPITAL$ id = 551061 trigger = { PAP = { has_country_flag = jesuits_founded } NOT = { has_country_flag = jesuits_arrive } num_of_ports = 1 NOT = { religion_group = muslim } NOT = { religion_group = christian } OR = { technology_group = chinese technology_group = sub_saharan technology_group = indian AND = { has_global_flag = magna_mundi OR = { technology_group = asia technology_group = africa technology_group = india } } } } mean_time_to_happen = { months = 600 modifier = { has_country_flag = tanegashima#Magna Mundi Sengoku factor = 0.7 } modifier = { any_neighbor_country = { has_country_flag = jesuit_influence } factor = 0.25 } modifier = { any_neighbor_country = { religion = catholic } factor = 0.5 } modifier = { NOT = { ai = yes } factor = 0.5 } modifier = { advisor = jesuit_missionary factor = 0.5 } modifier = { advisor = jesuit_ambassador factor = 0.5 } modifier = { any_neighbor_country = { has_country_flag = jesuits_arrive culture_group = THIS } factor = 0.5 } modifier = { any_neighbor_country = { has_country_flag = jesuits_arrive primary_culture = THIS } factor = 0.25 } modifier = { NOT = { stability = 2 } factor = 0.75 } modifier = { NOT = { stability = 0 } factor = 0.75 } } title = "EVTNAME551061" desc = "EVTDESC551061" option = { name = "EVTOPTA551061"#Encourage them to stay ai_chance = { factor = 25 modifier = { check_variable = { which = "religious_fervor" value = 5 } factor = 0.7 } modifier = { check_variable = { which = "religious_fervor" value = 9 } factor = 0.7 } } set_variable = { which = "jesuit_influence" value = 3 } innovative_narrowminded = -1 random_owned = { limit = { owner = { NOT = { advisor = jesuit_ambassador } } } owner = { create_advisor = jesuit_ambassador } } add_country_modifier = { name = "western_arms" duration = 18250#50 years } set_country_flag = jesuits_arrive random_owned = { limit = { owner = { NOT = { num_of_cities = 5 } } } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } owner = { land_tech = +100 government_tech = +100 } } random_owned = { limit = { owner = { num_of_cities = 5 NOT = { num_of_cities = 9 } } } add_province_modifier = { name = "jesuit_mission" duration = 1825 } random_neighbor_province = { limit = { owned_by = THIS } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } owner = { land_tech = +200 government_tech = +200 } } random_owned = { limit = { owner = { num_of_cities = 9 NOT = { num_of_cities = 13 } } } add_province_modifier = { name = "jesuit_mission" duration = 1825 } any_neighbor_province = { limit = { owned_by = THIS } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } owner = { land_tech = +400 government_tech = +400 } } random_owned = { limit = { owner = { num_of_cities = 13 NOT = { num_of_cities = 17 } } } add_province_modifier = { name = "jesuit_mission" duration = 3650 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } any_neighbor_province = { limit = { owned_by = THIS } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } owner = { land_tech = +600 government_tech = +600 } } random_owned = { limit = { owner = { num_of_cities = 17 NOT = { num_of_cities = 25 } } } religion = catholic add_province_modifier = { name = "jesuit_mission" duration = 3650 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } any_neighbor_province = { limit = { owned_by = THIS } add_province_modifier = { name = "jesuit_mission" duration = 3650 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } owner = { land_tech = +800 government_tech = +800 } } random_owned = { limit = { owner = { num_of_cities = 25 } } religion = catholic add_province_modifier = { name = "jesuit_mission" duration = 3650 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } any_neighbor_province = { limit = { owned_by = THIS } add_province_modifier = { name = "jesuit_mission" duration = 3650 } } owner = { land_tech = +1200 government_tech = +1200 } } any_neighbor_country = { limit = { religion = catholic } relation = { who = THIS value = 50 } } PAP = { set_country_flag = jesuit_contacts relation = { who = THIS value = 50 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } has_country_flag = jesuit_influence_strong num_of_cities = 1 } relation = { who = THIS value = 100 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } NOT = { has_country_flag = jesuit_influence_strong } has_country_flag = jesuit_influence_moderate num_of_cities = 1 } relation = { who = THIS value = 50 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } NOT = { has_country_flag = jesuit_influence_moderate } has_country_flag = jesuit_influence num_of_cities = 1 } relation = { who = THIS value = 25 } } random_country = { limit = { PAP = { has_country_flag = jesuit_contacts } } PAP = { clr_country_flag = jesuit_contacts } } } option = { name = "EVTOPTB551061"#Allow them limited access ai_chance = { factor = 50 } set_variable = { which = "jesuit_influence" value = 2 } set_country_flag = jesuits_arrive random_owned = { limit = { owner = { NOT = { advisor = jesuit_ambassador } } } owner = { random = { chance = 50 create_advisor = jesuit_ambassador } } } random_owned = { limit = { owner = { num_of_cities = 4 NOT = { num_of_cities = 13 } } } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } owner = { land_tech = +100 government_tech = +100 } } random_owned = { limit = { owner = { num_of_cities = 13 NOT = { num_of_cities = 16 } } } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } random_neighbor_province = { limit = { owned_by = THIS } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } owner = { land_tech = +200 government_tech = +200 } } random_owned = { limit = { owner = { num_of_cities = 17 NOT = { num_of_cities = 25 } } } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } any_neighbor_province = { limit = { owned_by = THIS } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } owner = { land_tech = +400 government_tech = +400 } } random_owned = { limit = { owner = { num_of_cities = 25 } } add_province_modifier = { name = "jesuit_mission" duration = 3650 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } any_neighbor_province = { limit = { owned_by = THIS } add_province_modifier = { name = "jesuit_mission" duration = 1825 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } owner = { land_tech = +600 government_tech = +600 } } any_neighbor_country = { limit = { religion = catholic } relation = { who = THIS value = 25 } } PAP = { set_country_flag = jesuit_contacts relation = { who = THIS value = 25 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } has_country_flag = jesuit_influence_strong num_of_cities = 1 } relation = { who = THIS value = 50 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } NOT = { has_country_flag = jesuit_influence_strong } has_country_flag = jesuit_influence_moderate num_of_cities = 1 } relation = { who = THIS value = 25 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } NOT = { has_country_flag = jesuit_influence_moderate } has_country_flag = jesuit_influence num_of_cities = 1 } relation = { who = THIS value = 10 } } random_country = { limit = { PAP = { has_country_flag = jesuit_contacts } } PAP = { clr_country_flag = jesuit_contacts } } } option = { name = "EVTOPTC551061"#Expel the foreign devils ai_chance = { factor = 25 modifier = { advisor = jesuit_ambassador factor = 0.7 } modifier = { advisor = jesuit_missionary factor = 0.7 } modifier = { check_variable = { which = "religious_fervor" value = 5 } factor = 1.4 } modifier = { check_variable = { which = "religious_fervor" value = 9 } factor = 1.4 } } remove_advisor = jesuit_ambassador remove_advisor = jesuit_missionary remove_advisor = jesuit_confessor set_country_flag = jesuits_arrive innovative_narrowminded = 1 any_neighbor_country = { limit = { religion = catholic } relation = { who = THIS value = -50 } casus_belli = { type = cb_insult months = 12 target = THIS } } PAP = { set_country_flag = jesuits_attacked relation = { who = THIS value = -50 } casus_belli = { type = cb_insult months = 12 target = THIS } } any_country = { limit = { PAP = { has_country_flag = jesuits_attacked } has_country_flag = jesuit_influence_strong num_of_cities = 1 } relation = { who = THIS value = -100 } casus_belli = { type = cb_insult months = 12 target = THIS } } any_country = { limit = { PAP = { has_country_flag = jesuits_attacked } NOT = { has_country_flag = jesuit_influence_strong } has_country_flag = jesuit_influence_moderate num_of_cities = 1 } relation = { who = THIS value = -50 } casus_belli = { type = cb_insult months = 12 target = THIS } } any_country = { limit = { PAP = { has_country_flag = jesuits_attacked } NOT = { has_country_flag = jesuit_influence_moderate } has_country_flag = jesuit_influence num_of_cities = 1 } relation = { who = THIS value = -25 } } random_country = { limit = { PAP = { has_country_flag = jesuits_attacked } } PAP = { clr_country_flag = jesuits_attacked } } } } province_event = { #Christian Missionaries id = 551062 trigger = { NOT = { religion_group = christian } owner = { check_variable = { which = "jesuit_influence" value = 2 } } owner = { NOT = { religion_group = christian } } owner = { NOT = { has_country_flag = christians_expelled } } OR = { has_province_modifier = jesuit_mission any_neighbor_province = { religion_group = christian } port = yes } } mean_time_to_happen = { months = 240 modifier = { owner = { advisor = jesuit_ambassador } factor = 0.5 } modifier = { owner = { advisor = jesuit_missionary } factor = 0.5 } modifier = { has_province_modifier = jesuit_mission factor = 0.5 } modifier = { citysize = 5000 factor = 1.5 } modifier = { citysize = 10000 factor = 1.5 } modifier = { citysize = 25000 factor = 1.5 } modifier = { citysize = 50000 factor = 1.5 } modifier = { citysize = 100000 factor = 1.5 } modifier = { citysize = 250000 factor = 1.5 } modifier = { citysize = 500000 factor = 1.5 } } title = "EVTNAME551062" desc = "EVTDESC551062" option = { name = "EVTOPTA551062"#They are harmless ai_chance = { factor = 35 modifier = { owner = { check_variable = { which = "religious_fervor" value = 5 } } factor = 0.5 } modifier = { owner = { check_variable = { which = "religious_fervor" value = 9 } } factor = 0 } modifier = { owner = { NOT = { check_variable = { which = "religious_fervor" value = 1 } } } factor = 1.4 } modifier = { owner = { NOT = { check_variable = { which = "religious_fervor" value = -3 } } } factor = 1.4 } } owner = { land_tech = +50 government_tech = +50 random_owned = { limit = { owner = { NOT = { advisor = jesuit_ambassador } } } owner = { random = { chance = 5 create_advisor = jesuit_ambassador } } } any_country = { limit = { religion = catholic has_country_flag = jesuit_influence } relation = { who = THIS value = 10 } } random_owned = { limit = { THIS = { has_province_modifier = jesuit_mission has_province_modifier = heresy } } THIS = { religion = catholic change_variable = { which = "catholic" value = 3 } change_variable = { which = "province_religion" value = -3 } add_province_modifier = { name = "conversion_tensions" duration = 1825 } } } random_owned = { limit = { THIS = { has_province_modifier = jesuit_mission NOT = { has_province_modifier = heresy } } } THIS = { change_variable = { which = "catholic" value = 2 } change_variable = { which = "province_religion" value = -2 } add_province_modifier = { name = "heresy" duration = 18250 } } } random_owned = { limit = { THIS = { NOT = { has_province_modifier = jesuit_mission } } } THIS = { add_province_modifier = { name = "jesuit_mission" duration = 18250 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } } } } option = { name = "EVTOPTC551062"#Embrace this new faith ai_chance = { factor = 5 modifier = { owner = { check_variable = { which = "religious_fervor" value = 5 } } factor = 0.7 } modifier = { owner = { check_variable = { which = "religious_fervor" value = 9 } } factor = 0 } } owner = { land_tech = +100 government_tech = +100 change_variable = { which = "jesuit_influence" value = 0.5 } random_owned = { limit = { has_province_modifier = jesuit_mission has_province_modifier = heresy owner = { NOT = { ai = yes } } } owner = { capital_scope = { change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } } } random_owned = { limit = { owner = { capital_scope = { NOT = { religion = catholic } } } } owner = { any_neighbor_country = { limit = { religion = catholic } relation = { who = THIS value = 20 } } any_neighbor_country = { limit = { religion = THIS } relation = { who = THIS value = -50 } } } } random_owned = { limit = { owner = { capital_scope = { NOT = { religion = catholic } } } } owner = { create_advisor = jesuit_ambassador } } random_owned = { limit = { owner = { capital_scope = { religion = catholic } } owner = { innovative_narrowminded = 1 NOT = { idea = divine_supremacy } } } owner = { add_idea = divine_supremacy } } random_owned = { limit = { owner = { capital_scope = { religion = catholic } } owner = { NOT = { innovative_narrowminded = 0 } NOT = { idea = humanist_tolerance } } } owner = { add_idea = humanist_tolerance } } random_owned = { limit = { owner = { capital_scope = { religion = catholic } } } owner = { any_neighbor_country = { limit = { religion = catholic } relation = { who = THIS value = 100 } } any_neighbor_country = { limit = { religion = THIS } relation = { who = THIS value = -250 } } create_advisor = jesuit_confessor religion = catholic clr_country_flag = true_faith } } any_owned = { limit = { has_province_modifier = jesuit_mission has_province_modifier = heresy } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } } random_owned = { limit = { has_province_modifier = jesuit_mission NOT = { has_province_modifier = heresy } } add_province_modifier = { name = "heresy" duration = 18250 } change_variable = { which = "catholic" value = 2 } change_variable = { which = "province_religion" value = -2 } } random_owned = { limit = { THIS = { NOT = { has_province_modifier = jesuit_mission } } } THIS = { add_province_modifier = { name = "jesuit_mission" duration = 18250 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } } any_neighbor_province = { add_province_modifier = { name = "jesuit_mission" duration = 3650 } change_variable = { which = "catholic" value = 1 } change_variable = { which = "province_religion" value = -1 } } PAP = { set_country_flag = jesuit_contacts relation = { who = THIS value = 20 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } has_country_flag = jesuit_influence_strong num_of_cities = 1 } relation = { who = THIS value = 20 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } NOT = { has_country_flag = jesuit_influence_strong } has_country_flag = jesuit_influence_moderate num_of_cities = 1 } relation = { who = THIS value = 10 } } any_country = { limit = { PAP = { has_country_flag = jesuit_contacts } NOT = { has_country_flag = jesuit_influence_moderate } has_country_flag = jesuit_influence num_of_cities = 1 } relation = { who = THIS value = 5 } } random_country = { limit = { PAP = { has_country_flag = jesuit_contacts } } PAP = { clr_country_flag = jesuit_contacts } } } option = { name = "EVTOPTD551062"#Discourage their efforts ai_chance = { factor = 35 } owner = { remove_advisor = jesuit_ambassador land_tech = +25 government_tech = +25 remove_country_modifier = western_arms change_variable = { which = "jesuit_influence" value = -1 } any_country = { limit = { religion = catholic has_country_flag = jesuit_influence } relation = { who = THIS value = -5 } } } } option = { name = "EVTOPTB551062"#Expel the foreigners ai_chance = { factor = 25 modifier = { owner = { check_variable = { which = "religious_fervor" value = 5 } } factor = 1.4 } modifier = { owner = { check_variable = { which = "religious_fervor" value = 9 } } factor = 1.4 } modifier = { owner = { NOT = { check_variable = { which = "religious_fervor" value = 1 } } } factor = 0.7 } modifier = { owner = { NOT = { check_variable = { which = "religious_fervor" value = -3 } } } factor = 0.7 } } owner = { remove_advisor = jesuit_ambassador remove_advisor = jesuit_missionary remove_advisor = jesuit_confessor } PAP = { set_country_flag = jesuits_attacked relation = { who = THIS value = -50 } casus_belli = { type = cb_insult months = 12 target = THIS } } any_country = { limit = { PAP = { has_country_flag = jesuits_attacked } has_country_flag = jesuit_influence_strong num_of_cities = 1 } relation = { who = THIS value = -100 } casus_belli = { type = cb_insult months = 12 target = THIS } } any_country = { limit = { PAP = { has_country_flag = jesuits_attacked } NOT = { has_country_flag = jesuit_influence_strong } has_country_flag = jesuit_influence_moderate num_of_cities = 1 } relation = { who = THIS value = -50 } casus_belli = { type = cb_insult months = 12 target = THIS } } any_country = { limit = { PAP = { has_country_flag = jesuits_attacked } NOT = { has_country_flag = jesuit_influence_moderate } has_country_flag = jesuit_influence num_of_cities = 1 } relation = { who = THIS value = -25 } } random_country = { limit = { PAP = { has_country_flag = jesuits_attacked } } PAP = { clr_country_flag = jesuits_attacked } } owner = { remove_country_modifier = western_arms set_variable = { which = "jesuit_influence" value = 0 } set_country_flag = christians_expelled random_owned = { limit = { owner = { stability = 3 } } owner = { prestige = 0.05 } } random_owned = { limit = { owner = { NOT = { stability = 3 } } } owner = { stability = 1 } } any_neighbor_country = { limit = { religion = catholic } relation = { who = THIS value = -50 } casus_belli = { type = cb_insult months = 12 target = THIS } } any_owned = { limit = { religion = catholic } religious_rebels = 1 } any_owned = { limit = { has_province_modifier = jesuit_mission } religious_rebels = 0 remove_province_modifier = jesuit_mission } any_owned = { limit = { has_province_modifier = conversion_tensions } religious_rebels = 0 remove_province_modifier = conversion_tensions } } } }














Reply With Quote

















