decisions = { 
universe_people_contact = {
  is_high_prio = yes # Will show an alert once decision is enabled
  ai_check_interval = 12 # Determines how seldom the AI checks whether they can and should do the decision, in months. By default 1 (every month).
  potential = {
    religion = universe_people
	NOR = {
		has_character_flag = selecting_patron_deity
		has_character_modifier = patron_prime_creator
		has_character_modifier = patron_ashtar_sheran
		has_character_modifier = patron_ptaah
		has_character_modifier = patron_gorloj
		has_character_flag = patron_cosmic_jesus
	}
  }
  allow = {
	piety = 25
  }
  effect = {
    #Commands executed when taking the decision
	piety = -25
	set_character_flag = selecting_patron_deity
	hidden_tooltip = { character_event = { id = ashtar.1 }
  }
  ai_will_do = {
        factor = 1
  }
}
}