#############################
###     Fauna worship     ###
#############################

@EdictSpecialCost = 1

WL_LV_spiritualist_fauna_worship = {
	resources = {
		category = edicts
		cost = {
			influence = 100
		}
		upkeep = {
			sr_WL_lv_exotic_fauna = @EdictSpecialCost
			multiplier = value:edict_size_effect
		}
	}

	potential = {
		is_xenophobe = no
		any_owned_pop_group = {
			OR = {
				has_trait = trait_lv_zoophilic_uplift
				has_trait = trait_lv_opt_intercompatible_womb
				has_trait = trait_lv_opt_intercompatible_sperm
				has_trait = trait_lv_sex_crazed
				has_trait = trait_lv_lewd_mind
				has_trait = trait_lv_sexually_gifted
			}
		}
		has_resource = { type = sr_WL_lv_exotic_fauna amount > 0 }
	}
	
	modifier = {
		country_unity_produces_mult = 0.05
		pop_government_ethic_attraction = 0.25
	}
	
	ai_weight = {
		weight = 0
	}
}
