# Here you can specify the lists of limits for the number of ships of some types that country can own 
# and potentially the lists of limits for the number of building of some type (not implemented yet)

# Example:
# name_of_ownership_limit = {
#	ship_of_size_limits = {
#		# the list of keys to ship_of_size_limits database
#	}
# 	building_of_type_limit = {
#		# not implemented yet
#		# TODO: https://beta.paradoxplaza.com/browse/AUG-32312
#	}
# }

default = {
	ship_of_size_limits = {
		explorationship_ship_limit
		Flagship_ship_limit
	}
}