So, i want to add Christianity to the game, and i want for it to be accessible via Decision when owning Jerusalem and having the hebrew culture, but i cant seem to get it to show in the game what do I do, here is the scrip:
country_decisions = {
convert_to_christianity = {
potential = {
num_of_cities >= 1
country_culture = hebrew
}
highlight = {
OR = {
scope: province = {
province_id = 687
}
}
}
allow = {
custom_tooltip = {
text = reform_the_old_testament
}
OR = {owns_or_subject_owns = 687
}
}
effect = {
change_religion_effect = {
RELIGION = christianity
}
}
ai_will_do = {
factor = 0
modifier = {
add = 1
capital_scope = {
}
}
}
}
}
i hope that you can help me with it i am new on modding decisions so i don't have a clue!
country_decisions = {
convert_to_christianity = {
potential = {
num_of_cities >= 1
country_culture = hebrew
}
highlight = {
OR = {
scope: province = {
province_id = 687
}
}
}
allow = {
custom_tooltip = {
text = reform_the_old_testament
}
OR = {owns_or_subject_owns = 687
}
}
effect = {
change_religion_effect = {
RELIGION = christianity
}
}
ai_will_do = {
factor = 0
modifier = {
add = 1
capital_scope = {
}
}
}
}
}
i hope that you can help me with it i am new on modding decisions so i don't have a clue!