View difference between Paste ID: aPnF4aV0 and zycWFg4B
SHOW: | | - or go back to the newest paste.
1-
//Up to difficulty 13 (New: 17) is short/blackout
1+
2-
2+
3
version: "v5"
4
};
5-
version: "v3"
5+
6
  { name: "Fishing Rod", types: { "Ordon": 2, "Rod": 100 } },
7
  { name: "Lantern", types: { "SFaron": 0.5 } },
8-
  { name: "Fishing Rod", types: { "Ordon": 2 } },
8+
9
  { name: "B&C", types: { "SPR": 3, "Soup": 100 } },
10
  { name: "1 Portal", types: { "Portals": 100 } },
11
  { name: "Free Talo", types: { "NFaron": 2, "SFaron": 2 } },
12
];
13
bingoList[2] = [
14
  { name: "1 Stamp", types: { "Stamps": 100 }, subtypes: { "CoO": 8 } },
15
  { name: "Slingshot", types: { "Ordon": 2, "Bottles": 100 } },
16
  { name: "Clawshot", types: { "Clawshot": 3, "Lakebed": 3 } },
17
  { name: "Spinner", types: { "AG": 3 } },
18
  { name: "Iron Boots", types: { "Bo": 3, "Morpheel": 100 } },
19
];
20
bingoList[3] = [
21
  { name: "Goron Mines 1st Key Shard", types: { "GM": 3, "Bo": 3, "GMShards": 100 } },
22
  { name: "Goron Mines 2nd Key Shard", types: { "GM": 3, "Bo": 3, "GMShards": 100 } },
23
  { name: "Catch a Skullfish", types: { "Lakebed": 3, "Rod": 100 } },
24
  { name: "Defeat a Darknut", types: { "Castle": 3 } },
25
  { name: "Youth's Scent", types: { "Scents": 100 } },
26
  { name: "Scent of Ilia", types: { "Scents": 100 } },
27
  { name: "Poe Scent", types: { "Scents": 100, "BigPoes": 100, "AG": 3 } },
28
];
29
bingoList[4] = [
30
  { name: "Forest Temple Map", types: { "Forest": 3 }, subtypes: { "Maps": 2 } },
31
  { name: "Goron Mines Map", types: { "GM": 3, "Bo": 3 }, subtypes: { "Maps": 2 } },
32
  { name: "Lakebed Map", types: {"Lakebed": 3 }, subtypes: { "Maps": 2 } },
33
  { name: "Arbiters Map", types: { "AG": 3, "AGMapCompass": 100 }, subtypes: { "Maps": 2 } },
34
  { name: "Snowpeak Ruins Map", types: { "SPR": 3 }, subtypes: { "Maps": 2 } },
35
  { name: "Temple of Time Map", types: { "ToT": 3 }, subtypes: { "Maps": 2 } },
36
];
37
bingoList[5] = [
38
  { name: "Defeat King Bulblin Once", types: { "KB": 100 } },
39
  { name: "Palace Map", types: { "PoT": 3, "Clawshot": 3 }, subtypes: { "Maps": 2 } },
40
  { name: "Hyrule Castle Map", types: { "Castle": 3 }, subtypes: { "Maps": 2 } },
41
  { name: "Forest Compass", types: { "Forest": 3 }, subtypes: { "Compasses": 2 } },
42
  { name: "Goron Mines Compass", types: { "GM": 3, "Bo": 3 }, subtypes: { "Compasses": 2 } },
43
  { name: "Goat Cheese in Snowpeak Ruins", types: { "SPR": 3, "Soup": 100 } },
44
];
45
bingoList[6] = [
46
  { name: "Arbiters Compass", types: { "AG": 3, "AGMapCompass": 100 }, subtypes: { "Compasses": 2 } },
47
  { name: "Snowpeak Ruins Compass", types: { "SPR": 3 }, subtypes: { "Compasses": 2 } },
48-
  { name: "Goron Mines 3rd Key Shard", types: { "GM": 3, "Bow": 100, "Bo": 3 }, subtypes: { "BK": 2 } },
48+
49
  { name: "CitS Compass", types: { "City": 3 }, subtypes: { "Compasses": 2 } },
50
  { name: "Palace Compass", types: { "PoT": 3 }, subtypes: { "Compasses": 2 } },
51
  { name: "Hyrule Castle Compass", types: { "Castle": 3, "Clawshot": 3 }, subtypes: { "Compasses": 2 } },
52
];
53
bingoList[7] = [
54
  { name: "Forest Boss Key", types: { "Forest": 3 }, subtypes: { "Stamps": 8, "BK": 2 } },
55
  { name: "Goron Mines 3rd Key Shard", types: { "GM": 3, "Bow": 100, "Bo": 3, "GMShards": 100 }, subtypes: { "BK": 2 } },
56
  { name: "Lakebed Boss Key", types: { "Lakebed": 3, "Clawshot": 3 }, subtypes: { "BK": 2 } },
57
  { name: "Arbiters Boss Key", types: { "AG": 3 }, subtypes: { "BK": 2 } },
58
  { name: "Snowpeak Ruins Bedroom Key", types: { "SPR": 3 }, subtypes: { "BK": 2 } },
59
  { name: "Temple of Time Boss Key", types: { "ToT": 3 }, subtypes: { "BK": 2 } },
60
];
61
bingoList[8] = [
62
  { name: "CitS Boss Key", types: { "City": 3, "Clawshot": 3 }, subtypes: { "BK": 2 } },
63
  { name: "Palace Boss Key", types: { "PoT": 3, "DoubleClaw": 100, "Clawshot": 3 }, subtypes: { "BK": 2 } },
64
  { name: "Hyrule Castle Boss Key", types: { "Castle": 3 }, subtypes: { "BK": 2 } },
65
  { name: "Pumpkin in Snowpeak Ruins", types: { "SPR": 3, "Soup": 100 } },
66
  { name: "CitS Map", types: { "City": 3 }, subtypes: { "Maps": 2 } },
67
];
68
bingoList[9] = [
69
  { name: "2 Stamps", types: { "Stamps": 100 }, subtypes: { "CoO": 8 } },
70
  { name: "2 Portals", types: { "Portals": 100 } },
71
  { name: "Ending Blow", types: { "Skills": 3, "NFaron": 100 } },
72
  { name: "Ordon/Wooden Shield", types: { "MalosShop": 100, "Shields": 100 } },
73
  { name: "1 Bottle", types: { "Bottles": 100 } },
74
];
75
bingoList[10] = [
76
  { name: "Get Midna Charge", types: { "SFaron": 5 } },
77-
  { name: "1 Bomb Bag", types: { "Bombs": 100 } },
77+
78
  { name: "Master Sword", types: { "Grove": 3, "Swords": 100 } },
79
  { name: "Clear Faron Twilight", types: { "NFaron": 100, "SFaron": 5, "Twilights": 100 } },
80
  { name: "Clear Eldin Twilight", types: { "Eldin": 3, "Twilights": 100 } },
81
];
82
bingoList[11] = [
83
  { name: "Acquire Nasty Soup/Purple Chu Jelly", types: { "BottleContent": 100 } },
84
  { name: "2 Bomb Bags", types: { "Bombs": 100 } },
85
  { name: "Big Quiver", types: { "Quiver": 100, "Clawshot": 3 } },
86
  { name: "Bow", types: { "Bow": 100, "GM": 3, "Bo": 3 } },
87
  { name: "Dominion Rod", types: { "Rod": 100, "ToT": 3 } },
88
  { name: "Double Clawshots", types: { "City": 3, "Bo": 3, "DoubleClaw": 100, "Clawshot": 3 } },
89
];
90
bingoList[12] = [
91
  { name: "Acquire Red Potion/Chu Jelly", types: { "BottleContent": 100 } },
92
  { name: "Acquire Blue Potion/Chu Jelly", types: { "BottleContent": 100 } },
93
  { name: "8 Stamps", types: { "Stamps": 100 }, subtypes: { "CoO": 4 } },
94
  { name: "4 Portals", types: { "Portals": 100 } },
95
  { name: "4 Golden Bugs", types: { "Wallet": 1, "Bugs": 100 } },
96
];
97
bingoList[13] = [
98
  { name: "Both Heart Pieces in Forest Temple", types: { "Forest": 3 }, subtypes: { "Hearts": 3 } },
99
  { name: "Both Heart Pieces in Goron Mines", types: { "GM": 3, "Bo": 3 }, subtypes: { "Hearts": 3 } },
100
  { name: "Both Heart Pieces in Lakebed", types: { "Lakebed": 3, "Clawshot": 3 }, subtypes: { "Hearts": 3 } },
101
  { name: "Both Heart Pieces in Arbiters Grounds", types: { "AG": 3 }, subtypes: { "Hearts": 3 } },
102
  { name: "Both Heart Pieces in Snowpeak Ruins", types: { "SPR": 6, "Clawshot": 3 }, subtypes: { "Hearts": 3 } },
103
];
104
bingoList[14] = [
105
  { name: "Both Heart Pieces in Temple of Time", types: { "ToT": 6 }, subtypes: { "Hearts": 3 } },
106
  { name: "Both Heart Pieces in City in the Sky", types: { "City": 6, "Clawshot": 3, "DoubleClaw": 100 }, subtypes: { "Hearts": 3 } },
107-
  { name: "Light Sword", types: { "PoT": 3, "Swords": 100, "Clawshot": 3 } },
107+
  { name: "Both Heart Pieces in Palace of Twilight", types: { "PoT": 100, "Clawshot": 3 }, subtypes: { "Hearts": 3 } },
108
  { name: "Both Stamps in Forest Temple", types: { "Forest": 3 }, subtypes: { "Stamps": 3 } },
109
  { name: "Both Stamps in Goron Mines", types: { "GM": 3, "Clawshot": 3, "Bo": 3 }, subtypes: { "Stamps": 3 } },
110
];
111
bingoList[15] = [
112
  { name: "Both Stamps in Lakebed", types: { "Lakebed": 3, "Clawshot": 3 }, subtypes: { "Stamps": 3 } },
113
  { name: "Both Stamps in Arbiters Grounds", types: { "AG": 6, "Clawshot": 3 }, subtypes: { "Stamps": 3 } },
114
  { name: "Both Stamps in Snowpeak Ruins", types: { "SPR": 6 }, subtypes: { "Stamps": 3 } },
115
  { name: "Both Stamps in Temple of Time", types: { "ToT": 6 }, subtypes: { "Stamps": 3 } },
116
  { name: "All 3 Stamps in City in the Sky", types: { "City": 6, "Clawshot": 3, "DoubleClaw": 100 }, subtypes: { "Stamps": 4 } },
117
];
118
bingoList[16] = [
119-
  { name: "All 4 Big Poes in Arbiter's Grounds", types: { "AG": 3, "Clawshot": 3 }, subtypes: { "Poes": 8 } },
119+
  { name: "Save 4 Monkeys in Forest Temple", types: { "Forest": 3, "Monkeys": 100 } },
120
  { name: "Save 5 Monkeys in Forest Temple", types: { "Forest": 6, "Monkeys": 100 } },
121
  { name: "Save 6 Monkeys in Forest Temple", types: { "Forest": 100, "Monkeys": 100 } },
122
  { name: "Save 7 Monkeys in Forest Temple", types: { "Forest": 100, "Monkeys": 100 } },
123
  { name: "Save all 8 Monkeys in Forest Temple", types: { "Forest": 100, "Monkeys": 100 } },
124
];
125
bingoList[17] = [
126
  { name: "All 2 South Hyrule Field Bugs", types: { "SField": 100 }, subtypes: { "Bugs": 4 } },
127
  { name: "All 2 Gerudo Desert Bugs", types: { "Desert": 100 }, subtypes: { "Bugs": 4 } },
128
  { name: "All 2 Sacred Grove and Temple of Time Bugs", types: { "Grove": 3 }, subtypes: { "Bugs": 4 } },
129
  { name: "All 2 Gorge Bugs", types: { "Eldin": 3 }, subtypes: { "Bugs": 4 } },
130
  { name: "All 4 Eldin Field Bugs", types: { "Eldin": 3 }, subtypes: { "Bugs": 4 } },
131
  { name: "All 2 Kakariko and Graveyard Bugs", types: { "Eldin": 3 }, subtypes: { "Bugs": 4 } },
132
];
133
bingoList[18] = [
134
  { name: "All 5 Snowpeak Poes", types: { "Snowpeak": 100 }, subtypes: { "Poes": 8 } },
135
  { name: "All 3 Snowpeak Ruins Poes", types: { "SPR": 3 }, subtypes: { "Poes": 6 } },
136
  { name: "All 2 Temple of Time Poes", types: { "ToT": 3 }, subtypes: { "Poes": 4 } },
137-
  { name: "Hylian Shield", types: { "MalosShop": 100, "Shields": 100 } },
137+
138-
  { name: "Hawkeye", types: { "MalosShop": 100 } },
138+
139-
  { name: "Poe Lantern", types: { "Poes": 100, "Jovani": 100 } },
139+
140-
  { name: "Shield Bash", types: { "Skills": 3 } },
140+
141-
  { name: "Bomb Bag Upgrade", types: { "Bombs": 100 } },
141+
142-
  { name: "Defeat Argorok", types: { "City": 3 } },
142+
  { name: "Defeat an Aeralfos", types: { "City": 3, "Castle": 3, "Clawshot": 3 } },
143-
  { name: "Defeat Morpheel", types: { "Lakebed": 3, "Morpheel": 100 } },
143+
144-
  { name: "Ordon Sword", types: { "Swords": 100 } },
144+
145
  { name: "Get 5 Dungeon Maps", types: { "Maps": 100 } },
146
  { name: "Get 5 Dungeon Compasses", types: { "Compasses": 100 } },
147-
  { name: "Lakebed Compass", types: { "Lakebed": 3 }, subtypes: { "Compasses": 2 } },
147+
148-
  { name: "Defeat King Bulblin 3 Times", types: { "KB": 100 } },
148+
149-
  { name: "Backslice", types: { "Skills": 3 } },
149+
150
  { name: "Defeat Blizzeta", types: { "SPR": 3, "Blizzeta": 100 } },
151-
  { name: "Giant Quiver", types: { "Quiver": 100 } },
151+
152-
  { name: "Defeat Armogohma", types: { "ToT": 3, "Gohma": 100 } },
152+
153
  { name: "5 Hearts", types: { "Hearts": 100 } },
154
  { name: "All 4 Big Poes in Arbiter's Grounds", types: { "AG": 3, "Clawshot": 3, "BigPoes": 100 }, subtypes: { "Poes": 8 } },
155-
  { name: "Helmsplitter", types: { "Skills": 3 } },
155+
156-
  { name: "7 Hearts", types: { "Hearts": 100 } },
156+
157-
  { name: "3 Bottles", types: { "Bottles": 100 } },
157+
158-
  { name: "Own 2 Swords", types: { "Swords": 100 } },
158+
159-
  { name: "Zora Armour", types: { "Eldin": 3, "Escort": 100, "Clothing": 100 } },
159+
160-
  { name: "Repair Castle Town Bridge", types: { "Eldin": 3, "MalosShop": 100 } },
160+
161
  { name: "All 4 Kakariko and Graveyard Poes", types: { "Eldin": 3 }, subtypes: { "Poes": 8 } },
162
];
163-
  { name: "All 2 West of Castle Town Bugs", types: { "Lanayru": 3 }, subtypes: { "Bugs": 4 } },
163+
164-
  { name: "All 2 South of Castle Town Bugs", types: { "Lanayru": 3 }, subtypes: { "Bugs": 4 } },
164+
165-
  { name: "All 2 Lanayru Field Bugs", types: { "Lanayru": 3 }, subtypes: { "Bugs": 4 } },
165+
166-
  { name: "All 2 Lake Hylia Bridge Bugs", types: { "Lanayru": 3 }, subtypes: { "Bugs": 4 } },
166+
167-
  { name: "All 2 Zoras Domain and Upper Zoras River Bugs", types: { "Lanayru": 3 }, subtypes: { "Bugs": 4 } },
167+
168-
  { name: "4 Bottles", types: { "Bottles": 100 } },
168+
169
  { name: "8 Golden Bugs", types: { "Wallet": 1, "Bugs": 100 } },
170
];
171-
  { name: "Giant Wallet", types: { "Wallet": 7, "CoS": 100, "Bugs": 100 } },
171+
172-
  { name: "All 3 Sacred Grove Poes", types: { "Grove": 3, "Blizzeta": 100 }, subtypes: { "Poes": 6 } },
172+
  { name: "2 Unused Keys in Forest Temple", types: { "Forest": 3 } },
173-
  { name: "All 5 Lake Hylia Poes", types: { "Lanayru": 3 }, subtypes: { "Poes": 8 } },
173+
  { name: "2 Unused Keys in Snowpeak Ruins", types: { "SPR": 3 } },
174-
  { name: "All 3 Cave of Ordeals Poes", types: { "CoO": 100 }, subtypes: { "Poes": 6, "Stamps": 2 } },
174+
  { name: "2 Unused Keys in Hyrule Castle", types: { "Castle": 6, "Clawshot": 3, "KB": 100 } },
175-
  { name: "All 3 Zoras Domain and Upper Zoras River Poes", types: { "Lanayru": 3 }, subtypes: { "Poes": 6 } },
175+
  { name: "2 Unused Keys in Arbiters Grounds", types: { "AG": 6 } },
176-
  { name: "Hidden Village Poe", types: { "HiddenVillage": 100}, subtypes: { "Poes": 2 } },
176+
  { name: "2 Unused Keys in Palace", types: { "PoT": 3 } },
177
];
178
bingoList[24] = [
179-
  { name: "Fishing Rod Earring Upgrade", types: { "Eldin": 3, "AG": 3 } },
179+
  { name: "Defeat all 7 Stalfos in Arbiters Grounds", types: { "AG": 6 } },
180-
  { name: "Finish Cave of Ordeals", types: { "CoO": 100} },
180+
  { name: "Defeat all 5 ReDeads in Arbiters Grounds", types: { "AG": 6 } },
181-
  { name: "3 Bomb Bags", types: { "Bombs": 100 } },
181+
  { name: "Defeat all 4 Darknuts in Hyrule Castle", types: { "Castle": 6, "Bow": 100, "KB": 100, "Darknut": 100 } },
182-
  { name: "9 Hearts", types: { "Hearts": 100 } },
182+
  { name: "Defeat all 6 Big Freezards in Snowpeak Ruins", types: { "SPR": 6 } },
183-
  { name: "Mortal Draw", types: { "Skills": 3 } },
183+
  { name: "Light Sword", types: { "PoT": 100, "Swords": 100, "Clawshot": 3 } },
184-
  { name: "Deliver Hotspring Water to the Goron South of Castle Town", types: { "Lanayru": 3 } },
184+
  { name: "Defeat both Phantom Zants", types: { "PoT": 100, "Clawshot": 3 } },
185
];
186
bingoList[25] = [
187-
  { name: "Horse Call", types: { "Escort": 100, "HiddenVillage": 100, "Gohma": 100 } },
187+
  { name: "Fully Discovered Overworld Map", types: { "WorldMap": 100 } },
188-
  { name: "Defeat All King Bulblins", types: { "KB": 100 } },
188+
  { name: "1 Unused Key in every Fused Shadow Dungeon", types: { "UnusedKeys": 100 } },
189-
  { name: "Fix Dominion Rod", types: { "HiddenVillage": 100, "Rod": 100 } },
189+
  { name: "1 Unused Key in every Mirror Shard Dungeon", types: { "UnusedKeys": 100 } },
190-
  { name: "Acquire all Fused Shadows", types: { "Forest": 3, "GM": 3, "Lakebed": 3 } },
190+
  { name: "Escort the big Temple of Time Statue to the End", types: { "ToT": 100 } },
191-
  { name: "Catch the Hylian Loach", types: { "Fish": 100 } },
191+
  { name: "All 3 Key Shards in Goron Mines", types: { "GM": 100, "GMShards": 100 } },
192-
  { name: "All Hyrule Castle Stamps", types: { "HiddenVillage": 100, "Rod": 100 } },
192+
  { name: "Beat Level 1-1 in Rollgoal", types: { "RollGoal": 100 } },
193
];