{
	"type": "minecraft:chest",
	"pools": [
		{
			"rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "minecraft:coast_armor_trim_smithing_template"
				},
				{
					"type": "minecraft:item",
					"name": "betterarcheology:torrent_totem"
				}
			],
			"conditions": [
				{
					"condition": "minecraft:random_chance",
					"chance": 0.5
				}
			]
		},
		{
			"rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "minecraft:book",
					"functions": [
						{
							"function": "minecraft:enchant_with_levels",
							"levels": {
								"type": "minecraft:uniform",
								"min": 15,
								"max": 25
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:writable_book"
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:fishing_rod",
					"functions": [
						{
							"function": "minecraft:enchant_with_levels",
							"levels": {
								"type": "minecraft:uniform",
								"min": 15,
								"max": 25
							}
						}
					]
				}
			]
		},
		{
			"rolls": 2,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "minecraft:suspicious_stew",
					"functions": [
						{
							"function": "minecraft:set_stew_effect",
							"effects": [
								{
									"type": "minecraft:water_breathing",
									"duration": 10
								},
								{
									"type": "minecraft:instant_health",
									"duration": 1
								},
								{
									"type": "minecraft:glowing",
									"duration": 5
								},
								{
									"type": "minecraft:levitation",
									"duration": 2
								},
								{
									"type": "minecraft:night_vision",
									"duration": 8
								},
								{
									"type": "minecraft:nausea",
									"duration": 5
								}
							]
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:rotten_flesh",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 3,
								"max": 6
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:dried_kelp",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 3,
								"max": 6
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:poisonous_potato",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 2,
								"max": 3
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:apple",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 3,
								"max": 6
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:bone",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 2,
								"max": 4
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:salmon",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 3,
								"max": 6
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:cod",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 3,
								"max": 6
							}
						}
					]
				}
			]
		},
		{
			"rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"weight": 3,
					"name": "minecraft:prismarine_crystals",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 2,
								"max": 6
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"weight": 3,
					"name": "minecraft:prismarine_shard",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 2,
								"max": 6
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"weight": 1,
					"name": "minecraft:nautilus_shell"
				},
				{
					"type": "minecraft:item",
					"weight": 1,
					"name": "minecraft:heart_of_the_sea"
				},
				{
					"type": "minecraft:item",
					"weight": 3,
					"name": "minecraft:scute",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"type": "minecraft:uniform",
								"min": 1,
								"max": 2
							}
						}
					]
				}
			]
		},
		{
			"rolls": 2,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "minecraft:stick"
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:flint"
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:iron_nugget"
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:gold_nugget"
				},				
				{
					"type": "minecraft:item",
					"name": "skilltree:copper_ring"
				},
								{
					"type": "minecraft:item",
					"name": "skilltree:iron_ring"
				},
				{
					"type": "minecraft:item",
					"name": "skilltree:simple_necklace"
				}
			],
			"functions": [
				{
					"function": "minecraft:set_count",
					"count": {
						"type": "minecraft:uniform",
						"min": 3,
						"max": 6
					}
				}
			]
		}
	]
}