western_room_cfp_cd = {
  capital_county.culture ?= {
    OR = {
      has_graphical_western_culture_group_trigger = yes
      has_graphical_norse_culture_group_trigger = yes
    }
  }
  NOR = {
    has_graphical_hre_culture_group_trigger = yes
    has_graphical_norman_culture_group_trigger = yes
    has_graphical_goidelic_culture_group_trigger = yes
    AND = {
      government_has_flag = government_is_tribal
      capital_province ?= { geographical_region = world_europe_north }
    }
  }
}


mediterranean_room_cfp_cd = {
  NOT = { government_has_flag = government_is_nomadic }
  capital_county.culture ?= {
    OR = {
      has_graphical_mediterranean_culture_group_trigger = yes
      AND = {
        has_graphical_iberian_culture_group_trigger  = yes
        NOR = {
          prev.religion = religion:christianity_religion
          prev.religion = religion:islam_religion
          prev.religion = religion:basque_religion
        }
      }
    }
  }
  trigger_if = {
    limit = {
      has_ep3_dlc_trigger = yes
    }
    NOT = { has_graphical_byzantine_culture_group_trigger = yes }
  }
  trigger_if = {
    limit = {}
    NOR = {
      has_graphical_papal_culture_group_trigger = yes
      has_graphical_cfp_byzantine_culture_group_trigger = yes
    }
  }
}


mena_room_cfp_cd = {
  trigger_if = {
    limit = {
      has_mpo_dlc_trigger = no
    }
    exists = capital_county
    capital_county.culture = {
      has_graphical_steppe_culture_group_trigger = yes
    }
  }
  trigger_else = {
    NOT = { government_has_flag = government_is_nomadic }
    exists = capital_county
    OR = {
      capital_county = {
        culture = {
          has_graphical_steppe_culture_group_trigger = yes
        }
        title_province ?= {
          has_holding = yes
          NOT = {
            has_holding_type = tribal_holding
          }
        }
      }
      AND = {
        capital_county.culture ?= {
          has_graphical_steppe_culture_group_trigger = yes
        }
        capital_county = {
          title_province ?= {
            has_holding = yes
            NOT = {
              has_holding_type = tribal_holding
            }
          }
        }
      }
      capital_county.culture ?= {
        OR = {
          has_graphical_mena_culture_group_trigger = yes
          has_graphical_iranian_culture_group_trigger = yes
          has_graphical_african_culture_group_trigger = yes
        }
      }
    }
    NOR = {
      has_graphical_west_african_culture_group_trigger = yes
      has_graphical_east_african_culture_group_trigger = yes
    }
  }
}
