{
    "enabled": "true",
    "neededInstalledMods": [],
    "neededUninstalledMods": [],
    "spawns": [
        {
            "id": "veluza-1",
            "pokemon": "veluza",
            "presets": [
                "underwater"
            ],
            "type": "pokemon",
            "context": "submerged",
            "bucket": "uncommon",
            "level": "15-28",
            "weight": 7.0,
            "condition": {
                "biomes": [
                    "#minecraft:is_ocean"
                ]
            }
        },
        {
            "id": "veluza-2",
            "pokemon": "veluza",
            "presets": [],
            "type": "pokemon",
            "context": "submerged",
            "bucket": "uncommon",
            "level": "15-28",
            "weight": 7.0,
            "condition": {
                "biomes": [
                    "#minecraft:is_ocean"
                ]
            }
        }
    ]
}