How about a decision for a country to convert to Norse just for fun but super challenging to archive?
Country must be Scandinavian culture
Country must be Pagan
Country must own X provinces
Country must only own Pagan provinces
Capital is on Scandinavia Region
Country must be at least a Kingdom
Every province on Scandinavia Region must NOT be Christian
If Sweden converted to Shamanism in this timeframe it is VERY realistic that they would at the very least claim to be Norse lol
Plus the AI would NEVER be able to archive this so no dangers there.
I think/hope that should work:
Code:
country_decisions = {
go_norse = {
potential = {
culture_group = scandinavian
NOT = { religion = norse_pagan_reformed }
}
allow = {
all_owned_province = {
religion_group = pagan
}
religion_group = pagan
all_province = {
OR = {
NOT = { region = scandinavian_region }
NOT = { religion_group = christian }
}
}
capital_scope = {
region = scandinavian_region
}
government_rank = 2
}
effect = {
change_religion = norse_pagan_reformed
every_owned_province = {
change_religion = norse_pagan_reformed
}
}
}
}