var bingoList = [];

bingoList[1] = [
            { name: "No obtaining the Cleansing Tab", types: ["no","restrict"] },
            { name: "Obtain any Armor", types: ["obtain","single","inventory"] },
    ];
bingoList[2] = [
            { name: "Defeat Cerberus without dash boots", types: ["defeat","restrict"] },
            { name: "9% Map Completion before Cerberus", types: ["threshold","map"] },
            { name: "Defeat Cerberus with slides and Daggers only", types: ["defeat","dagger"] },
    ];
bingoList[3] = [
            { name: "At least +50 cumulative DEF boost from equippable items", types: ["cumulative","inventory"] },
    ];
bingoList[4] = [
            { name: "150 MAX MP before Necromancer", types: ["threshold","mp"] },
            { name: "Defeat Necromancer with Daggers only", types: ["defeat","dagger"] },
    ];
bingoList[5] = [
            { name: "Get poisoned, cursed, and petrified (not all at once)", types: ["status"] },
            { name: "At least +50 cumulative STR boost from equippable items", types: ["cumulative","inventory"] },
    ];
bingoList[6] = [
            { name: "Finish with 0 Hearts", types: ["finish"] },
            { name: "Finish with a Level Up", types: ["finish"] },
    ];
bingoList[7] = [
            { name: "At least +50 cumulative LCK boost from equippable items", types: ["cumulative","inventory"] },
            { name: "Obtain any Robe", types: ["obtain","single","inventory"] },
            { name: "Obtain 2 MAX upgrades hidden behind Tackle Blocks", types: ["upgrade"] },
    ];
bingoList[8] = [
            { name: "At least +25 cumulative boost of every stat from equippable items", types: ["cumulative","inventory"] },
            { name: "Open a secret wall using each sub-weapon (excludes Stopwatch)", types: ["secret"] },
            { name: "Obtain any equippable Ring", types: ["obtain","single","inventory"] },
    ];
bingoList[9] = [
            { name: "450 MAX HP before Iron Golem", types: ["threshold","hp"] },
            { name: "Defeat Iron Golem with Holy Water only", types: ["defeat","holy water"] },
    ];
bingoList[10] = [
            { name: "Obtain the right-most HP MAX in the Catacombs", types: ["upgrade"] },
            { name: "Obtain 5 different pieces of equipment", types: ["obtain","multiple","inventory"] },
            { name: "Obtain a Potion, Mind Restore, Antidote, and Cure Curse", types: ["obtain","multiple","inventory"] },
    ];
bingoList[11] = [
            { name: "Obtain a Cursed Ring", types: ["obtain","single","inventory"] },
            { name: "150 MAX Hearts before Adramelech", types: ["threshold","hearts"] },
    ];
bingoList[12] = [
            { name: "Get electrocuted, frozen, and burned (not all at once)", types: ["status"] },
    ];
bingoList[13] = [
            { name: "At least +100 cumulative Heart recovery items in inventory", types: ["cumulative","inventory"] },
            { name: "Defeat Adramelech with Axes only", types: ["defeat","axes"] },
    ];
bingoList[14] = [
            { name: "325 Max MP before Zombie Dragon", types: ["threshold","mp"] },
            { name: "Defeat Zombie Dragon with Whip only", types: ["defeat","whip"] },
            { name: "Obtain a Meat or Spiced Meat", types: ["obtain","single","inventory"] },
    ];
bingoList[15] = [
            { name: "Obtain 3 MAX upgrades hidden behind Push Blocks", types: ["upgrade"] },
    ];
bingoList[16] = [
            { name: "Tap 10 different Save Points", types: ["tap"] },
    ];
bingoList[17] = [
            { name: "At least +50 cumulative INT boost from equippable items", types: ["cumulative","inventory"] },
    ];
bingoList[18] = [
            { name: "800 Max HP before Death", types: ["threshold","hp"] },
            { name: "Defeat Death with Whip only", types: ["defeat","whip"] },
    ];
bingoList[19] = [
            { name: "Obtain the left-most HP MAX in the Triumph Hallway", types: ["upgrade"] },
            { name: "Obtain the right-most Heart MAX in the Underground Warehouse", types: ["upgrade"] },
    ];
bingoList[20] = [
            { name: "Finish by killing the Skeleton Medalist", types: ["finish"] },
    ];
bingoList[21] = [
            { name: "Defeat Camilla with Axes only", types: ["defeat","axes"] },
            { name: "70% Map Completion before Camilla", types: ["threshold","map"] },
    ];
bingoList[22] = [
            { name: "Tap all Teleports", types: ["tap"] },
            { name: "Defeat Hugh Baldwin with Crosses only", types: ["defeat","crosses"] },
    ];
bingoList[23] = [
            { name: "Finish by killing an Earth, Flame, Thunder, Wind, and Ice Demon in a row (no healing)", types: ["finish","restrict"] },
            { name: "Defeat Dracula at level 30", types: ["defeat","threshold"] },
            { name: "Defeat Dracula with Holy Water only", types: ["defeat","holy water"] },
    ];
bingoList[24] = [
            { name: "Finish by killing Nightmare, Fallen Angel, Lilim, and Lilith in a row (no healing)", types: ["finish","restrict"] },
            { name: "Finish by defeating Final Dracula with 100 HP or less", types: ["finish",""] },
    ];
bingoList[25] = [
            { name: "1100 Max HP, 500 Max MP, 300 Max Hearts before Hugh", types: ["threshold","hp","mp","hearts"] },
            { name: "Obtain the Shinning Armor", types: ["obtain","single","inventory"] },
    ];

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