var bingoList = [];

bingoList[1] = [
            { name: "No obtaining the Cleansing Tab", types: ["no","restrict"] },
    ];
bingoList[2] = [
            { name: "260 MAX Hearts before Cerberus", types: ["threshold"] },
            { name: "Obtain any Armor", types: ["obtain","single","inventory"] },
    ];
bingoList[3] = [
            { name: "Defeat Cerberus with Daggers only (no Magic Dagger)", types: ["defeat","dagger","restrict"] },
            { name: "Defeat a boss with any Mercury Card combination only (no DSS Glitch)", types: ["defeat","card","restrict"] },
    ];
bingoList[4] = [
            { name: "At least +50 cumulative STR boost from equippable items", types: ["cumulative","inventory"] },
            { name: "300 MAX Hearts before Necromancer", types: ["threshold"] },
            { name: "Defeat Necromancer with Crosses only", types: ["defeat","crosses"] },
    ];
bingoList[5] = [
            { name: "Finish with 0 Hearts", types: ["finish"] },
            { name: "Finish with a Level Up", types: ["finish"] },
    ];
bingoList[6] = [
            { name: "300 MAX Hearts before Iron Golem", types: ["threshold"] },
    ];
bingoList[7] = [
            { name: "Obtain 2 MAX upgrades hidden behind Tackle Blocks", types: ["upgrade"] },
            { name: "Defeat Iron Golem with Holy Water only", types: ["defeat","holy water"] },
    ];
bingoList[8] = [
            { name: "At least +50 cumulative Heart recovery items in inventory", types: ["cumulative","inventory"] },
            { name: "Obtain 3 secret wall MAX upgrades in the Machine Tower", types: ["upgrade","secret"] },
            { name: "Obtain any Robe", types: ["obtain","single","inventory"] },
    ];
bingoList[9] = [
            { name: "Open a secret wall using each sub-weapon (excludes Stopwatch)", types: ["secret"] },
            { name: "Get poisoned, cursed, and petrified (not all at once)", types: ["status"] },
    ];
bingoList[10] = [
            { name: "Get electrocuted, frozen, and burned (not all at once)", types: ["status"] },
            { name: "350 MAX Hearts before Adramelech", types: ["threshold"] },
    ];
bingoList[11] = [
            { name: "Obtain the right-most HP MAX in the Catacombs", types: ["upgrade"] },
    ];
bingoList[12] = [
            { name: "Obtain the bottom-most HP MAX in Chapel Tower", types: ["upgrade","card"] },
            { name: "Obtain a Potion, Mind Restore, Antidote, and Cure Curse", types: ["obtain","multiple","inventory"] },
    ];
bingoList[13] = [
            { name: "Obtain 3 MAX upgrades above Brain Floats (no Roc Wing, no DSS Glitch)", types: ["upgrade","card","restrict"] },
            { name: "Obtain 5 different pieces of equipment", types: ["obtain","multiple","inventory"] },
    ];
bingoList[14] = [
            { name: "Defeat 3 bosses with Magic Dagger only", types: ["defeat","dagger"] },
            { name: "400 MAX Hearts before Zombie Dragon", types: ["threshold"] },
            { name: "Obtain 3 non-neighboring Attribute Cards", types: ["obtain","card"] },
    ];
bingoList[15] = [
            { name: "Obtain 5 Magic Items", types: ["obtain","multiple"] },
            { name: "Defeat Zombie Dragon with Axes only", types: ["defeat","axes"] },
            { name: "Obtain a Meat or Spiced Meat", types: ["obtain","single","inventory"] },
    ];
bingoList[16] = [
            { name: "Defeat any boss using only a sword (no DSS Glitch)", types: ["defeat","card","restrict"] },
            { name: "Obtain 3 MAX upgrades hidden behind Push Blocks", types: ["upgrade"] },
    ];
bingoList[17] = [
            { name: "Obtain any equippable Ring", types: ["obtain","single","inventory"] },
    ];
bingoList[18] = [
            { name: "Tap the pre-Battle Arena Teleport", types: ["tap"] },
            { name: "Obtain 3 non-neighboring Action Cards", types: ["obtain","card"] },
    ];
bingoList[19] = [
            { name: "Tap 10 different Save Points", types: ["tap"] },
    ];
bingoList[20] = [
            { name: "Absorb 3 different elemental attacks (no DSS Glitch)", types: ["status","card","restrict"] },
            { name: "Activate any Summon (no DSS Glitch)", types: ["card","restrict"] },
    ];
bingoList[21] = [
            { name: "425 MAX Hearts before Death", types: ["threshold"] },
            { name: "Defeat Camilla with Axes only", types: ["defeat","axes"] },
    ];
bingoList[22] = [
            { name: "Defeat Death with Whip only", types: ["defeat","whip"] },
    ];
bingoList[23] = [
            { name: "Tap all Teleports", types: ["tap"] },
            { name: "Obtain all 4 secret wall MAX upgrades in the Underground Waterway", types: ["upgrade","secret"] },
            { name: "Obtain the right-most Heart MAX in the Underground Warehouse", types: ["upgrade"] },
            { name: "Obtain the left-most HP MAX in the Triumph Hallway", types: ["upgrade"] },
            { name: "450 MAX Hearts before Dracula", types: ["threshold"] },
    ];
bingoList[24] = [
            { name: "Finish by defeating Final Dracula with 100 HP or less (no DSS Glitch)", types: ["finish","restrict"] },
            { name: "Finish by killing Nightmare, Fallen Angel, Lilim, and Lilith in a row (no healing, no DSS Glitch)", types: ["finish","restrict"] },
    ];
bingoList[25] = [
            { name: "Obtain the Shinning Armor", types: ["obtain","single","inventory"] },
    ];

$(function() { srl.bingo(bingoList, 5); });