So i want to stop merchant republics to be able to declare holy wars, i took a look at the HIP github but what i wrote doesn't work:
All help is appreciated
can_use = { ROOT = { OR = { AND = { has_game_rule = { name = hre_cb_rules value = restricted } NOT = { has_landed_title = e_hre liege = { has_landed_title = e_hre } } } has_game_rule = { name = hre_cb_rules value = normal } } is_nomadic = no NAND = { FROM = { is_merchant_republic = yes } is_patrician = yes } NOT = { religion_group = pagan_group } NOT = { pacifist = yes } NOT = { religion = taoist } NAND = { OR = { has_landed_title = k_teutonic_state has_landed_title = d_teutonic_order } has_global_flag = northern_crusades_active } NOR = { has_character_flag = currently_reconquering_iberia reconquista_check_trigger = yes } OR = { NOT = { religion = hindu } FROM = { NOT = { has_dharmic_religion_trigger = yes } } AND = { religion_group = FROM FROM = { has_character_modifier = known_satanist } NOT = { has_character_modifier = known_satanist } } } NOT = { same_realm = FROM } OR = { NOT = { religion_group = FROM } is_heresy_of = FROM is_parent_religion = FROM AND = { has_dharmic_religion_trigger = yes FROM = { religion = taoist } } AND = { religion_group = muslim NOT = { religion = FROM } FROM = { NOT = { any_current_enemy = { NOT = { religion_group = muslim } } } } } AND = { religion_group = FROM FROM = { has_character_modifier = known_satanist } NOT = { has_character_modifier = known_satanist } } } top_liege = { religion_group = ROOT OR = { NOT = { religion = FROM } AND = { religion = FROM FROM = { has_character_modifier = known_satanist } NOT = { has_character_modifier = known_satanist } ROOT = { NOT = { has_character_modifier = known_satanist } } } } OR = { religion = ROOT AND = { is_heretic = no ROOT = { is_heretic = no } } } } mercenary = no } }