You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Small Key Ring (Gerudo Training Ground)': (["a toolbox for unlocking the test of thieves", "a dungeon season pass for the test of thieves", "a jingling ring for the test of thieves", "a skeleton key for the test of thieves"], "a Gerudo Training Ground Small Key Ring", 'item'),
466
469
'Small Key Ring (Ganons Castle)': (["a toolbox for unlocking a conquered citadel", "a dungeon season pass for a conquered citadel", "a jingling ring for a conquered citadel", "a skeleton key for a conquered citadel"], "a Ganon's Castle Small Key Ring", 'item'),
467
470
'Small Key Ring (Thieves Hideout)': (["a deck of get out of jail free cards"], "a Jail Key Ring", 'item'),
468
-
'Small Key Ring (Treasure Chest Game)': (["an abundance of keys to becoming a winner"], "a Game Key Ring", 'item'),
471
+
'Small Key Ring (Treasure Chest Game)': (["the keys to becoming a winner"], "a Game Key Ring", 'item'),
469
472
'Silver Rupee (Dodongos Cavern Staircase)': (["an entry fee for an immense cavern", "a priced artifact from an immense cavern"], "a Silver Rupee for Dodongo's Cavern", 'item'),
470
473
'Silver Rupee (Ice Cavern Spinning Scythe)': (["an entry fee for a frozen maze", "a priced artifact from a frozen maze"], "a Silver Rupee for the Ice Cavern", 'item'),
471
474
'Silver Rupee (Ice Cavern Push Block)': (["an entry fee for a frozen maze", "a priced artifact from a frozen maze"], "a Silver Rupee for the Ice Cavern", 'item'),
or (location.item.type=='SmallKey'andnot (world.settings.shuffle_smallkeys=='dungeon'orworld.settings.shuffle_smallkeys=='vanilla'))
1163
-
or (location.item.type=='HideoutSmallKey'andnotworld.settings.shuffle_hideoutkeys=='vanilla')
1164
-
or (location.item.type=='TCGSmallKey'andnotworld.settings.shuffle_tcgkeys=='vanilla')
1162
+
or (location.item.typein ('SmallKey', 'SmallKeyRing')andnot (world.settings.shuffle_smallkeys=='dungeon'orworld.settings.shuffle_smallkeys=='vanilla'))
1163
+
or (location.item.typein ('HideoutSmallKey', 'HideoutSmallKeyRing')andnotworld.settings.shuffle_hideoutkeys=='vanilla')
1164
+
or (location.item.typein ('TCGSmallKey', 'TCGSmallKeyRing')andnotworld.settings.shuffle_tcgkeys=='vanilla')
1165
1165
or (location.item.type=='BossKey'andnot (world.settings.shuffle_bosskeys=='dungeon'orworld.settings.shuffle_bosskeys=='vanilla'))
1166
1166
or (location.item.type=='GanonBossKey'andnot (world.settings.shuffle_ganon_bosskey=='vanilla'
'Small Key Ring (Bottom of the Well)': ('SmallKey', True, GetItemId.GI_SMALL_KEY_RING_BOTTOM_OF_THE_WELL, {'alias': ('Small Key (Bottom of the Well)', 10), 'progressive': float('Inf')}),
490
-
'Small Key Ring (Gerudo Training Ground)': ('SmallKey', True, GetItemId.GI_SMALL_KEY_RING_GERUDO_TRAINING, {'alias': ('Small Key (Gerudo Training Ground)', 10), 'progressive': float('Inf')}),
'Small Key Ring (Bottom of the Well)': ('SmallKeyRing', True, GetItemId.GI_SMALL_KEY_RING_BOTTOM_OF_THE_WELL, {'alias': ('Small Key (Bottom of the Well)', 10), 'progressive': float('Inf')}),
490
+
'Small Key Ring (Gerudo Training Ground)': ('SmallKeyRing', True, GetItemId.GI_SMALL_KEY_RING_GERUDO_TRAINING, {'alias': ('Small Key (Gerudo Training Ground)', 10), 'progressive': float('Inf')}),
0 commit comments