Archipelago/worlds/lingo
Star Rauchenberger b2f30d5fd0
Lingo: Add a third location to Starting Room (#2839)
Despite earlier efforts, there were still rare fill errors when door shuffle and color shuffle were on and early color hallways was off, because sphere 1 was too small. This turns "Starting Room - HI" back into a location, which should give the algorithm more room.

The "forced good item" pool has been reconsidered. The problem with the specific item that caused the recent failure (Welcome Back - Shortcut to Starting Room) is that it only provided one location when color shuffle was on, which is a net of zero considering that the GOOD LUCK check was forced. It will no longer show up as a good item unless color shuffle is off. On an opposite vein, Rhyme Room Doors will now show up even if color shuffle is on, because it gives color hallways access by itself.

A good item will only be forced onto GOOD LUCK now if there is more than one player.
2024-03-03 08:20:37 +01:00
..
data Lingo: Add a third location to Starting Room (#2839) 2024-03-03 08:20:37 +01:00
docs Lingo: Change docs to link to the client in the Steam Workshop (#2486) 2023-11-23 11:56:55 -06:00
test Lingo: Add a third location to Starting Room (#2839) 2024-03-03 08:20:37 +01:00
utils Lingo: Various item/location renames (#2746) 2024-02-15 21:03:10 +01:00
__init__.py Lingo: Enable start_inventory_from_pool (#2781) 2024-01-31 07:56:35 +01:00
items.py Lingo: Fix non-progressive The Colorful (#2782) 2024-02-16 00:19:54 +01:00
locations.py Lingo: New game (#1806) 2023-11-08 17:35:12 -06:00
options.py Lingo: Enable start_inventory_from_pool (#2781) 2024-01-31 07:56:35 +01:00
player_logic.py Lingo: Add a third location to Starting Room (#2839) 2024-03-03 08:20:37 +01:00
regions.py Lingo: Fix entrance checking being broken on default settings (#2506) 2023-12-10 19:15:42 +01:00
rules.py Lingo: Fix entrance checking being broken on default settings (#2506) 2023-12-10 19:15:42 +01:00
static_logic.py Lingo: Move datafiles into a subdirectory (#2459) 2023-11-24 18:11:34 +01:00