{
    "pools": [
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:string",
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 1,
                                "max": 6
                            }
                        },
                        {
                            "function": "looting_enchant",
                            "count": {
                                "min": 1,
                                "max": 2
                            }
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 1,
            "conditions": [
                {
                    "condition": "killed_by_player"
                }
            ],
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:spider_eye",
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 1,
                                "max": 8
                            }
                        },
                        {
                            "function": "looting_enchant",
                            "count": {
                                "min": 0,
                                "max": 1
                            }
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:potion",
                    "conditions": [
                        {
                            "condition": "random_chance",
                            "chance": 0.4
                        }
                    ],
                    "functions": [
                        {
                            "function": "set_nbt",
                            "tag": "{Potion:\"minecraft:long_invisibility\"}"
                        }
                    ]
                },
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:potion",
                    "conditions": [
                        {
                            "condition": "random_chance",
                            "chance": 0.4
                        }
                    ],
                    "functions": [
                        {
                            "function": "set_nbt",
                            "tag": "{Potion:\"minecraft:long_poison\"}"
                        }
                    ]
                },
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:potion",
                    "conditions": [
                        {
                            "condition": "random_chance",
                            "chance": 0.05
                        }
                    ],
                    "functions": [
                        {
                            "function": "set_nbt",
                            "tag": "{Potion:\"minecraft:luck\"}"
                        }
                    ]
                }
            ]
        }
    ]
}