## Possible Deposit Variables ##
# resources, resource and amount
# potential trigger (planet scope)
# blocked_modifier - applied to planet only when deposit blocker has been cleared
# constant_modifier - applied to planet always
# blocker = <key/any/none> - default any
# station = station class in orbit to gather

#######################################
######### STRATEGIC RESOURCES #########
#######################################

#########################
### ADVANCED RESOURCES ##
#########################

d_exotic_fauna_deposit = {
	icon = d_monument
	category = deposit_cat_rare

	resources = {
		category = planet_deposits
		produces = { sr_WL_lv_exotic_fauna = 1 }
	}

	potential = { always = no }
	drop_weight = { weight = 0 }
}

#########################
### Common
#########################

d_exotic_fauna_farm = {
	icon = d_monument
	category = deposit_cat_food
	is_for_colonizeable = yes
	use_for_min_max_adjustments = yes
	
	planet_modifier = { district_farming_max = 1 }
	
	potential = { always = no }
	drop_weight = {	weight = 0 }
}