Is the .mod file supposed to have a closing brace ('}') at the end? The validator is throwing a hissy fit about not being able to load the .mod file and I think it is making my mod that uses cleanslate as a base fail to load.
Is the .mod file supposed to have a closing brace ('}') at the end? The validator is throwing a hissy fit about not being able to load the .mod file and I think it is making my mod that uses cleanslate as a base fail to load.
government_flavor = {
name = gov_hereditary_absolute_autocracy
graphics = GFX_evt_judged_by_ruler
priority = 1
trigger = {
OR = {
has_law = imperial_administration
has_law = ze_administration_laws_2
}
OR = {
religion_group = indian_group
religion_openly_norse_or_reformed_trigger = yes
religion_openly_tengri_or_reformed_trigger = yes
}
OR = {
government = feudal_government
government = theocratic_feudal_government
}
# Council is powerless
has_law = law_voting_power_0
has_law = banish_voting_power_0
has_law = execution_voting_power_0
has_law = revoke_title_voting_power_0
has_law = grant_title_voting_power_0
has_law = imprison_voting_power_0
has_law = war_voting_power_0
mercenary = no
NOR = {
has_law = succ_feudal_elective
has_law = succ_hre_elective
}
}
}
government_flavor = {
name = gov_hereditary_absolute_autocracy
graphics = GFX_evt_judged_by_ruler
priority = 1
trigger = {
OR = {
has_law = imperial_administration
has_law = ze_administration_laws_2
}
NOR = {
religion_group = indian_group
religion_openly_norse_or_reformed_trigger = yes
religion_openly_tengri_or_reformed_trigger = yes
}
OR = {
government = feudal_government
government = theocratic_feudal_government
}
# Council is powerless
has_law = law_voting_power_0
has_law = banish_voting_power_0
has_law = execution_voting_power_0
has_law = revoke_title_voting_power_0
has_law = grant_title_voting_power_0
has_law = imprison_voting_power_0
has_law = war_voting_power_0
mercenary = no
NOR = {
has_law = succ_feudal_elective
has_law = succ_hre_elective
}
}
}
prisoner = no
.....
Problem: the event is about a sacrifice... which feels a bit out of place.
At least fiding relief in prayer or similar while imprisoned makes sense, so the event appears plausible in such case.I had not realize it was pagan only, your suggestion makes more sense. Besides this may be the only theology focus available while imprisoned (?) so this is probably intended.